Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JO
Posts
6
Comments
279
Joined
2 yr. ago

  • Eh while it sucks, registrars and web hosts get so many abuse reports that sometimes they just err on the side of caution and don't investigate as thoroughly as you'd like.

    Of course it also depends a lot on various things like what type of complaint, how much money you spend with them, account history, complaint source, etc.

    They should be able to tell you what they had a problem with and give you a chance to fix it.

  • The only time rsync is really slow is when your dealing with millions of small files since it only transfers a single file at a time.

    rclone is better in that respect since it transfers multiple files in parallel. I don't think the speed of a single transfer is going to differ much.

  • One problem is the lack of alternative transport options. In most of the US, public transport just isn't a thing. And things are too far apart for cycling to be efficient for commutes, grocery shopping, etc.

    I hope that changes some day though.

  • Thanks for the recommendation, I'll take a look at some of his videos. I managed to get the un/pw on one page, but haven't done much with webauthn/passwordless stuff yet so that might be useful too.

  • That's essentially what I am doing. Everything is on the LAN by default. I have two instances of Traefik. One that runs only on internal VPN ips, and another on remote servers using public ips. So I can choose which services are accessible over lan/vpn or public (routed through a vpn to lan).

    That doesn't solve the authentication problem if I want to expose something to the internet though, or even sso inside the lan.

  • You can change the logon flow to make the username and password on the same page There is a comparability button as well on the login flow that allows bitwarden and other to auto fill correctly.

    Thanks for the tips, I found the compatibility button and will try it out. I'm not sure I see how to change the username/password to be on the same page though. Do you have to create a whole new login flow?