chore(vps): remove Trilium Notes

- Remove trilium-server.nix
- Remove caddy route to Trilium Notes

Moved to host y2q in lightly-toasted/homelab-ansible
This commit is contained in:
toast 2026-03-01 02:05:33 +09:00
parent a66035ac57
commit 3abbd61cfa
3 changed files with 0 additions and 11 deletions

View file

@ -17,9 +17,6 @@
# tailscale
virtualHosts."vps.curl-pence.ts.net".extraConfig = ''
reverse_proxy /vaultwarden/* http://127.0.0.1:${toString config.services.vaultwarden.config.ROCKET_PORT}
handle_path /trilium/* {
reverse_proxy http://127.0.0.1:${toString config.services.trilium-server.port}
}
handle_path /restic/* {
reverse_proxy http://${toString config.services.restic.server.listenAddress}
}

View file

@ -6,7 +6,6 @@
./zipline.nix
./caddy.nix
./forgejo.nix
./trilium-server.nix
./restic.nix
./restic-rest-server.nix
];

View file

@ -1,7 +0,0 @@
{
services.trilium-server = {
enable = true;
host = "127.0.0.1";
port = 8080;
};
}