feat(vps): add caddy reverse proxy for vaultwarden at /vaultwarden/

This commit is contained in:
lightly-toasted 2025-10-02 21:41:42 +09:00
parent 362e2f99b1
commit 1f28e2853d
3 changed files with 9 additions and 0 deletions

View file

@ -7,5 +7,6 @@
enable = true;
authKeyFile = config.sops.secrets."tailscale/authkey".path;
useRoutingFeatures = "both";
permitCertUid = "caddy";
};
}