this post was submitted on 13 Oct 2025
38 points (97.5% liked)

Selfhosted

52208 readers
538 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

One more step to unhitching from Google...

Right now the only option I see in F-Droid is Aegis.

I'm not sure what to actually look for side from checking for unexpected permissions and reasonably frequent updates.

Hopefully something I can sync with a GNOME app...

top 26 comments
sorted by: hot top controversial new old
[–] retro@infosec.pub 1 points 16 minutes ago

Proton Authenticator. Has both Desktop and Mobile apps. Free. Don't have to sync to Proton.

[–] Appoxo@lemmy.dbzer0.com 1 points 17 minutes ago
[–] Undaunted@feddit.org 1 points 20 minutes ago

Yubikeys. I have 2 of them and both have the same entries in case one breaks.

[–] mhzawadi@lemmy.horwood.cloud 1 points 27 minutes ago

I use freeotp+, but it looks like it could be dead now. But I does have an export to file.

[–] ohshit604@sh.itjust.works 1 points 44 minutes ago* (last edited 42 minutes ago) (2 children)

Yubikey for 2Fa codes also works well for sudo and su (2Fa) or if you still use Windows I think it supports single sign on there. Absolutely worth the purchase have had my keys for years.

[–] 5ymm3trY@discuss.tchncs.de 1 points 13 minutes ago

Can you explain a little more how you handle them in your daily life? I always liked the idea if Yubikeys, but I am a bit worried that I just would switch back to my phone (Aegis) for convenience. Things like:

Are there accounts that you didn't get to work? Do you have separate keys for personal and work accounts? Do you just have it on your keychain an plug it in whenever you need it? Because always plugged in keys in your phone or laptop doesn't really make sense. As far as I know you can't just clone a key. How easy is it to setup a backup key? Does this work for all accounts? I try to not use my phone for critical stuff, but there are times I have to just check an account. Do you use your phone with Yubikeys? How is your experience? USB or NFC?

[–] mhzawadi@lemmy.horwood.cloud 1 points 29 minutes ago

We use yubikeys at work, far better then an OTP. Also I have 2 for home use, the only issue is I need to put 1 on some keys I carry as I sometimes need 1 and don't have it.

[–] ceiphas@piefed.social 2 points 1 hour ago

i use Mauth

IIRC it can sync by storing the Data in a file you can sync with a tool of your choice

[–] deathbird@mander.xyz 24 points 3 hours ago

I like Aegis.

[–] salacious_coaster@infosec.pub 20 points 4 hours ago

Bitwarden. I don't self host it, though. $10 a year for password management and 2FA is fine by me.

[–] fubarx@lemmy.world 10 points 3 hours ago
[–] gagootron@feddit.org 5 points 2 hours ago

Yubikey. I dont want to trust my phone, so I use some separate hardware instead

[–] ayyo@sh.itjust.works 2 points 2 hours ago

I used aegis for a long time, switched to protons after they introduced it. Ideally I'd be using something physical though like a yubikey

[–] pipe01@programming.dev 35 points 5 hours ago

I use Aegis, it works well

[–] Cyberflunk@lemmy.world 6 points 3 hours ago (1 children)
[–] BingBong@sh.itjust.works 2 points 2 hours ago

Definitely this, especially if you'll be sharing with a non techie. My wife was able to pick 1password up and use it immediately and she normally turns her nose up at any of my recommendations.

For the 1password accounts 2FA, use a yubikey or aegis. Everything else to 1 password.

[–] poccalyps@sh.itjust.works 7 points 4 hours ago (1 children)
[–] chillpanzee@lemmy.ml 1 points 52 minutes ago

Been using it for a while. It's pretty awesome.

[–] cmnybo@discuss.tchncs.de 21 points 5 hours ago (1 children)

I've been using KeePassXC. I use Syncthing to keep the database synchronized between computers.

[–] synestine@sh.itjust.works 8 points 5 hours ago (1 children)

Same here. If it's TOTP based 2fa, you can keep them in entries and use them from there.

[–] 30p87@feddit.org 4 points 42 minutes ago* (last edited 42 minutes ago)

Tbh, if you're using the same DB for PWs, you've successfully downgraded to 1FA now. Except maybe if you use a seperate KeyStick/Yubikey as secret bearer or smth

[–] AMillionMonkeys@lemmy.world 9 points 5 hours ago

Bitwarden Authenticator because Bitwarden seems to have a good reputation. I don't use their password manager, though.
It does seem faintly insecure that it displays all of the codes at once on one page, but I'm having trouble imagining a scenario where it's actually a problem.

[–] arox@lemmy.frozeninferno.xyz 3 points 3 hours ago

What you mean syncing with Gnome app?

[–] solrize@lemmy.ml 4 points 4 hours ago* (last edited 4 hours ago)

I'm currently using FreeOTP from F-droid. Aegis seemed to have way too much extra crap. You don't want to sync multiple 2fa applications together since the idea of the 2nd factor is it's only in one place. Even being able to back it up is sort of contra, but if you have to, make sure the backup is well safeguarded.

The basic TOTP algorithm is quite easy to implement fwiw. A dozen or so lines of Python.

[–] example@reddthat.com 4 points 4 hours ago

FreeOTP/FreeOTP+

depending on your goal for this (real 2fa vs just simulated) you shouldn't have sync in the first place.

you could also look into security keys (hardware solution, webauthn/FIDO2) as an alternative that has strong security with good user experience (no typing anymore), but they're not as widely accepted.