๐ Docker-compose config for my Raspberry Pi
- Homer: a fancy homepage.
- Pihole: a local DNS server that blocks malware & phishing.
- Cloudflared: proxy-DNS for DoH.
- Caddy: reverse proxy.
- Vaultwarden: password manager.
- Wallabag: read later/bookmarks app.
- Nextcloud: local cloud.
Using mkcert.
- Generate certificates:
mkcert home.local home.box pihole.local pihole.box vault.local vault.box openbooks.local openbooks.box wallabag.local wallabag.box tab.local tab.box memos.local memos.box
. - Install them on the computer and your browser:
mkcert -install
. - Make sure to copy the certificates to a
certs/
folder on the server machine and name the certificatescert.pem
andkey.pem
. - Enjoy your own local domain ;).