Docker compose setup to run vaultwarden server behind Caddy reverse proxy attached to your Tailscale network
Tailscale-Caddy proxy based on https://github.com/hollie/tailscale-caddy-proxy
Please visit https://login.tailscale.com/admin/settings/keys to get yourself an auth key.
- Clone the repo
- Copy the
.env.example
file to.env
- Fill in your details
- Copy the
Caddyfile.example
file toCaddyfile
- Change the
<your hostname + tailnet here>
to match yourhostname.tailnet
- Run
docker compose up