Elektrine lite

← Feed

@guy@piefed.social

Post #1443586

2026-03-27 11:26 UTC

Would love to selfhost. However, I have no trust in my skills to secure my device in the same manner as a provider, and I do not wish my database to be compromised.

Replies (5)

  • @grue@lemmy.world 2026-03-27 12:07

    Then use Keepass, which is literally just a local app.

    Open ##2405938

  • @XLE@piefed.social 2026-03-27 17:17

    Would you be okay with synchronizing only when you're on your own Wi-Fi network? If that's the case, you don't have to try exposing anything to the Internet. You can also purchase a server online to install it on, but you're going to get saddled with some kind of monthly fee there.

    Open ##2405939

  • @communism@lemmy.ml 2026-03-27 13:41

    I've had my VPS exposed to the internet for a while and never been pwned. No professional experience. Use SSH keys, not password authentication. Use FDE if physical access is in your threat model. Use a firewall to prevent connection on internal-only ports. Vaultwarden will store your passwords encrypted (obviously) so even if your database does get stolen, the attacker shouldn't be able to read your passwords without your master password.

    Open ##2405940

  • @Lucid5603@lemmy.dbzer0.com 2026-03-27 23:02

    This might be a good option for you: https://elfhosted.com/

    Open ##2405941

  • @quaff@lemmy.ca 2026-03-27 19:45

    Use Tailscale. Don't expose the port to the public. You're good to go. On iOS, the Tailscale app allows for on demand joining of your Tailscale network (when you're off from your home network for example). This makes it easy. On Android it's not as direct, can use Tasker to achieve this, it's not great. But there's a feature request on their repo too. Alternatively, there's Netbird which behaves similarly. I haven't tried it, but have read good things about it. Neither are US based as well if that's a concern for you. Tailscale is Canadian, and Netbird is German. Netbird is completely open source. With Tailscale, the CLI and Android apps are open source, and there's an open source alternative to the control server called Headscale. But honestly, using their free tier is probably enough (for both services).

    Open ##2405942