From 9be74b99796cd67ccb4a5f4adbcf9ccbd61bb73d Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 29 Aug 2020 00:10:54 +0200 Subject: [PATCH] Updated Server installation (markdown) --- Server-installation.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Server-installation.md b/Server-installation.md index fd74929..72bc8b9 100644 --- a/Server-installation.md +++ b/Server-installation.md @@ -12,13 +12,6 @@ Server installation has both desktop and [[mobile frontend]]. For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in `config.ini` in the [[data directory]]. -Among others, you can also disable authentication (in case you run on localhost only or authentication is handled by another component) with: - -``` -[General] -noAuthentication=true -``` - ### Config location `config.ini`, [[document]] and some other important Trilium data files are by default persisted in the [[data directory]]. @@ -29,6 +22,16 @@ If this is not desired, you may change it via `TRILIUM_DATA_DIR` environment var export TRILIUM_DATA_DIR=/home/myuser/data/my-trilium-data ``` +### Disable authentication +Among others, you can also disable authentication (in case you run on localhost only or authentication is handled by another component) with: + +``` +[General] +noAuthentication=true +``` + +Note that disabling authentication is possible only since version 0.44. + ## Reverse proxy setup ### nginx