feat(vps): add trilium server

- Enable trilium-server on 127.0.0.1:8080
- Update Caddy to proxy trilium
This commit is contained in:
toast 2025-10-17 22:42:46 +09:00
parent 31ab76fb33
commit 998f0faab6
3 changed files with 16 additions and 5 deletions

View file

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