• 0 Posts
  • 18 Comments
Joined 7 months ago
cake
Cake day: January 19th, 2026

help-circle

  • For auth providers, I’ve tried all the ones you named. Here’s my brief analysis:

    • Authelia - deployment and configuration is moderately complex but documentation is great and it works well with Caddy reverse proxy.
    • Authentik - way too complex to deploy and configure, requires you to understand their concepts very well. I’d stay away from it.
    • PocketID - super easy to deploy and configure. Passkeys are easier and arguably more secure than passwords and it supports a few methods other than passkeys.

    With these services you mentioned you want to or are already hosting, you could use the following in the order they are listed:

    1. Basic auth using Caddy (reverse proxy layer)
    2. Anubis to ward off bots and scrapers (between reverse proxy and hosted service)
    3. PocketID for auth (before service as single sign-on)

    I would recommend 2 and 3 as 1 is pretty useless against a determined attacker. Anything that’s on the public internet is bound to be attacked at some point, so follow best practices and perform server hardening on the host machine. Remember, you classify the sensitivity of the data you host and determine the severity of the risk if that data were to be exposed. So work with that in mind when choosing an option.











  • This is exactly why they don’t want people to disconnect from the Internet. More eyes on things constantly translates directly to as ad revenue, which then translates to stock value and company valuation. It all boils down to money. If they make people so reliant on technology that they cannot think for themselves or carry out basic life functions without technology, then they’ve done their job.

    While there are so many memes about millennials, etc., they are the last generation to be able to read paper maps, drive stick shift cars, use computers, cook, clean, navigate, have grit in place of instant gratification, think for themselves (at least the non-indoctrinated ones), do things without AI, amongst other things.

    The newer generations are so heavily reliant on technology and AI that they cannot do a single thing without it. Even social interactions between them are very surface-level or nonexistent. We’re doomed.







  • I found the easiest way to sync is to use rclone. This way you can use any cloud provider like Google Drive or OneDrive or DropBox. First create the rclone remote for your cloud provider using rclone config. Second step is to create a second remote using the encryption option (menu item 16), choosing an appropriate path <first remote>:<path to directory>. Upload your KeepassXC database to this encrypted remote using rclone copy.

    On Android you can use the RoundSync app from F-droid to configure the the same remotes, then create a task to copy or sync from that encrypted remote and a trigger to run that task on a schedule. Overall, this one-time setup works really well for me. This is my backup in addition to using Bitwarden for several years. Bitwarden is not going to get my money any more.