diff --git a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Calendar.html b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Calendar.html index 160cee491..701aaedb3 100644 --- a/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Calendar.html +++ b/apps/server/src/assets/doc_notes/en/User Guide/User Guide/Collections/Calendar.html @@ -112,6 +112,12 @@
#calendar:initialDate
+ #calendar:view
sudo docker run -t -i -p 127.0.0.1:8080:8080 -v ~/trilium-data:/home/node/trilium-data triliumnext/trilium:[VERSION]
docker ps.127.0.0.1:8080.docker ps.127.0.0.1:8080.To make the container accessible only on your local network, first create @@ -65,9 +65,9 @@ docker inspect [container_name] is the container's path. More details can be found in the Docker Volumes Documentation.
The rootless Trilium image:
trilium) during build time--user flagentrypoint scripttrilium) during build time--user flagentrypoint script# Run with default UID/GID (1000:1000)
@@ -127,51 +129,51 @@ docker run -d --name trilium -p 8080:8080 --user $(id -u):$(id -g) -v ~/trilium-
TRILIUM_UID: UID to use for the container process (passed
+ TRILIUM_UID: UID to use for the container process (passed
to Docker's --user flag)TRILIUM_GID: GID to use for the container process (passed
+ TRILIUM_GID: GID to use for the container process (passed
to Docker's --user flag)TRILIUM_DATA_DIR: Path to the data directory inside the container
+ TRILIUM_DATA_DIR: Path to the data directory inside the container
(default: /home/node/trilium-data)For a complete list of configuration environment variables (network settings, - authentication, sync, etc.), see Configuration (config.ini or environment variables).
+ authentication, sync, etc.), see Configuration (config.ini or environment variables).If you encounter permission issues with the data volume, ensure that:
TRILIUM_UID and TRILIUM_GID to
+ TRILIUM_UID and TRILIUM_GID to
match the owner of the host directory# For example, if your data directory is owned by UID 1001 and GID 1001:
TRILIUM_UID=1001 TRILIUM_GID=1001 docker-compose -f docker-compose.rootless.yml up -d
usermod/groupmod commandsTwo rootless variants are provided:
apps/server/Dockerfile.rootless
+ apps/server/Dockerfile.rootless
apps/server/Dockerfile.alpine.rootless
+ apps/server/Dockerfile.alpine.rootless
Available build arguments:
USER: Username for the non-root user (default: trilium)UID: User ID for the non-root user (default: 1000)GID: Group ID for the non-root user (default: 1000)USER: Username for the non-root user (default: trilium)UID: User ID for the non-root user (default: 1000)GID: Group ID for the non-root user (default: 1000)
+There are multiple types of documentation for Trilium:
* The _User Guide_ represents the user-facing documentation. This documentation can be browsed by users directly from within Trilium, by pressing F1.
* The _Developer's Guide_ represents a set of Markdown documents that present the internals of Trilium, for developers.
diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json
index 40a40e9fc..3fe30793c 100644
--- a/docs/User Guide/!!!meta.json
+++ b/docs/User Guide/!!!meta.json
@@ -694,6 +694,13 @@
"value": "bx bxl-docker",
"isInheritable": false,
"position": 40
+ },
+ {
+ "type": "relation",
+ "name": "internalLink",
+ "value": "Gzjqa934BdH4",
+ "isInheritable": false,
+ "position": 50
}
],
"format": "markdown",
diff --git a/docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker.md b/docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker.md
index 87f1a23de..5864a1583 100644
--- a/docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker.md
+++ b/docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Using Docker.md
@@ -187,7 +187,7 @@ docker run -d --name trilium -p 8080:8080 --user $(id -u):$(id -g) -v ~/trilium-
* `TRILIUM_GID`: GID to use for the container process (passed to Docker's `--user` flag)
* `TRILIUM_DATA_DIR`: Path to the data directory inside the container (default: `/home/node/trilium-data`)
-For a complete list of configuration environment variables (network settings, authentication, sync, etc.), see Configuration (config.ini or environment variables).
+For a complete list of configuration environment variables (network settings, authentication, sync, etc.), seeĀ Configuration (config.ini or environment variables).
### Volume Permissions