mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 01:06:41 +00:00
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:
parent
a66035ac57
commit
3abbd61cfa
3 changed files with 0 additions and 11 deletions
|
|
@ -17,9 +17,6 @@
|
||||||
# tailscale
|
# tailscale
|
||||||
virtualHosts."vps.curl-pence.ts.net".extraConfig = ''
|
virtualHosts."vps.curl-pence.ts.net".extraConfig = ''
|
||||||
reverse_proxy /vaultwarden/* http://127.0.0.1:${toString config.services.vaultwarden.config.ROCKET_PORT}
|
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/* {
|
handle_path /restic/* {
|
||||||
reverse_proxy http://${toString config.services.restic.server.listenAddress}
|
reverse_proxy http://${toString config.services.restic.server.listenAddress}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
./zipline.nix
|
./zipline.nix
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./trilium-server.nix
|
|
||||||
./restic.nix
|
./restic.nix
|
||||||
./restic-rest-server.nix
|
./restic-rest-server.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
services.trilium-server = {
|
|
||||||
enable = true;
|
|
||||||
host = "127.0.0.1";
|
|
||||||
port = 8080;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue