added trilium

This commit is contained in:
2026-05-28 22:35:08 -07:00
parent c8e0eac985
commit d06ffe3bbe
2 changed files with 43 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Trilium Notes - Environment Variables
# Docker image tag to deploy (e.g. latest, v0.90.12)
TRILIUM_VERSION=latest
# Host port to expose the Trilium web UI on
TRILIUM_PORT=8080
# IP address or hostname of the NFS server hosting the Trilium data volume
TRILIUM_NFS_SERVER=192.168.1.100
# NFS export path on the server (e.g. /mnt/pool/trilium-data)
TRILIUM_NFS_DEVICE=:/mnt/pool/trilium-data