Or how do you yourselves self-host without going all hardcore server rack or stationary power hungry PC server setup with Docker containers for everything etc?
Would someone like Richard Stallman approve it if it's run on a Raspberry Pi with F(L)OSS software?Vaultwarden is the most recent alternate flavour of Bitwarden for Docker on SBCs.
I haven't updated yet to it. Will update at some point in the near future. Everything is running fine now. I also set up a self-signed certificate and installed it on several of my devices.
Actually, no. You can get. Letsencrypt cert through domain ownership - the challenge protocol works by amending domain records based on the challenge token given. No public facing website required.Let's Encrypt is a plausible alternative, although as far as I can tell their authentication model requires you to be running a public-facing web server. If you were doing that anyway, a Let's Encrypt cert is basically free; but if you weren't, that is not something you want to buy into. The admin effort and security hazards are not negligible.
Looks interesting though I'm not sure I'm sold on the use of the self signed certs for internal traffic it mentions. That still leaves the headache of CA certs on individual devices. I might be missing something in the caddy docs though.I find it easier to run caddy webserver, obtaining and renewing the ssl/tls certificates is handled automatically.
Let's Encrypt is a plausible alternative, although as far as I can tell their authentication model requires you to be running a public-facing web server.
acme.sh
that is mentioned in the wiki page is a simple enough alternative for me. The only moment when something listens on ports 80 (HTTP) or 443 (HTTPS) is when that script runs. Yesterday, when my certificate had expired, I disabled the firewall for the few seconds that it took to renew the certificate (Prosody involves a slightly different procedure).I use duckdns.org ddns and caddy obtains certs from Letsencrypt.Looks interesting though I'm not sure I'm sold on the use of the self signed certs for internal traffic it mentions. That still leaves the headache of CA certs on individual devices. I might be missing something in the caddy docs though.
Now I've got it configured, the nginx container automatically renews the certs using dehydrated. To be honest the main issue was one that caddy seems to have - the integrations to various DNS providers. lexicon can help there though.
zerossl is better.Let's Encrypt is a plausible alternative, although as far as I can tell their authentication model requires you to be running a public-facing web server. If you were doing that anyway, a Let's Encrypt cert is basically free; but if you weren't, that is not something you want to buy into. The admin effort and security hazards are not negligible.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!