Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TriliumNext Notes

install

mkdir trilium-next
cd trilium-next
vim docker-compose.yml
# Copy from https://github.com/TriliumNext/Notes/blob/develop/docker-compose.yml
# Modify the following
  environment:
    # - TRILIUM_DATA_DIR=/home/node/trilium-data
  	- NODE_TLS_REJECT_UNAUTHORIZED=0
  ports:
  	- '8070:8080'
  volumes:
  	- ~/.local/share/trilium-data:/home/node/trilium-data
sudo docker compose up -d

Sync with server

[^1]

  1. Install TriliumNext Notes Desktop.
  2. TriliumNext Notes Desktop → Settings → Sync → Sync Configuration → Server instance address → http://<your_host>:8070.

[1^]: Synchronization | Docs