feat(trilium): release trilium

deployment notes:
- oidc error (users cannot access at once, it needs login twice when using oidc
This commit is contained in:
2026-05-09 22:38:57 +09:00
parent aceef4bdaa
commit 02fa912cb1
11 changed files with 203 additions and 3 deletions
@@ -107,3 +107,9 @@
header_up Host {http.request.header.X-Forwarded-Host}
}
}
{{ services['trilium']['domain']['internal'] }}.{{ domain['internal'] }} {
import private_tls
reverse_proxy host.containers.internal:{{ services['trilium']['ports']['http'] }} {
header_up Host {http.request.header.X-Forwarded-Host}
}
}