From 491e3002eeefe0e922ec05a219b569522069b87b Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 29 Aug 2020 00:09:41 +0200 Subject: [PATCH] Updated Server installation (markdown) --- Server-installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Server-installation.md b/Server-installation.md index e323c73..fd74929 100644 --- a/Server-installation.md +++ b/Server-installation.md @@ -10,7 +10,14 @@ Server installation has both desktop and [[mobile frontend]]. ## Configuration -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]] +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