fix(trilium): follow the project to TriliumNext

zadam/trilium was last rebuilt 810 days ago because the original author
handed the repository to the community project and put his own in
maintenance mode. The project is very much alive — triliumnext/trilium
was rebuilt 24 days ago. Same story as Pi-hole: we were pinned to an
abandoned original, not a dead project.

A genuinely clean swap, verified against upstream's own docs rather than
assumed: identical data path (/home/node/trilium-data), identical port
(8080), and TriliumNext states there are no special migration steps — it
opens an existing zadam database as-is. TRILIUM_DATA_DIR is now set
explicitly, matching upstream's compose.

URL metadata repointed at the maintained repo so the App Center links
somewhere that still gets commits.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
librelad 2026-08-18 03:56:12 +01:00
parent 614e895b5d
commit b7f3d30170
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@ networks:
services:
trilium-service: #LIBREPORTAL|SERVICE_TAG_1|trilium-service
container_name: trilium-service
image: zadam/trilium:latest #LIBREPORTAL|TRILIUM_VERSION_TAG|latest
image: triliumnext/trilium:latest #LIBREPORTAL|TRILIUM_VERSION_TAG|latest
restart: unless-stopped
hostname: trilium
# GLUETUN_OFF_BEGIN
@ -27,6 +27,11 @@ services:
# TRAEFIK_PORT_1_END
healthcheck:
disable: HEALTHCHECK_DATA #LIBREPORTAL|HEALTHCHECK_TAG|HEALTHCHECK_DATA
# Set explicitly, as upstream's own compose does. The path is unchanged from
# the zadam image, which is what makes this a drop-in: an existing instance
# keeps its database and TriliumNext opens it as-is.
environment:
- TRILIUM_DATA_DIR=/home/node/trilium-data
volumes:
- "./trilium-data/:/home/node/trilium-data"
# GLUETUN_OFF_BEGIN

View File

@ -33,7 +33,7 @@ CFG_TRILIUM_CATEGORY="knowledge"
CFG_TRILIUM_TITLE="Trilium"
CFG_TRILIUM_DESCRIPTION="Notes & Knowledge Management"
CFG_TRILIUM_LONG_DESCRIPTION="Trilium Notes is a hierarchical note-taking application with focus on building a personal knowledge base and productivity"
CFG_TRILIUM_URL="https://github.com/zadam/trilium"
CFG_TRILIUM_URL="https://github.com/TriliumNext/Trilium"
CFG_TRILIUM_ACTIONS="configure|install|restart|shutdown|uninstall"
#
# =============================================================================