MirrorNest
← Tous les guides

Trilium Notes

A hierarchical, note-taking application built for building a large personal knowledge base, with scripting, encryption, and a server mode for syncing across devices.

Système : Any Docker hostProductivityNotesSite officiel ↗Documentation officielle ↗
Ce guide est élaboré à partir de la documentation officielle de Trilium Notes, dont le lien figure ci-dessus — vérifiez toujours les noms exacts des paquets/versions avant d'exécuter ces commandes sur un serveur de production, car les versions de la distribution et du projet évoluent avec le temps.
  1. 1Download the official compose file

    wget https://raw.githubusercontent.com/TriliumNext/Trilium/master/docker-compose.yml
  2. 2Start the server

    docker compose up -d

    Data is stored at ~/trilium-data by default and the app listens on port 8080.

  3. 3Docker CLI alternative

    You can run it directly instead of using Compose — pin an explicit version tag rather than :latest, since latest can auto-upgrade across minor versions and break sync.

    docker run -d -p 0.0.0.0:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:v0.91.6
  4. 4Finish setup

    The browser UI walks you through initial configuration on first launch.

    open http://127.0.0.1:8080