add vaultwarden
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 16s
Flake check / flake-check (pull_request) Successful in 16s

This commit is contained in:
sid 2026-04-03 13:44:28 +02:00
parent 1579126baf
commit e60e33b64b
7 changed files with 86 additions and 7 deletions

View file

@ -39,6 +39,10 @@ rec {
fqdn = "rsshub." + domain;
port = 1200;
};
vaultwarden = {
fqdn = "pw.rx4.tail";
port = 8222;
};
webdav = {
fqdn = "dav.rx4.tail";
port = 8080;