From b953ac86b3ee0cd2e5da11163ee3ed282ce5940a Mon Sep 17 00:00:00 2001 From: azivner Date: Thu, 30 Aug 2018 13:49:00 +0200 Subject: [PATCH] fixes --- Packaged server binary.md | 2 +- Server installation.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Packaged server binary.md b/Packaged server binary.md index 5315984..d8d7973 100644 --- a/Packaged server binary.md +++ b/Packaged server binary.md @@ -4,7 +4,7 @@ This is the easiest and recommended method method on how to install Trilium on y * ssh into your server * use `wget` (or `curl` or whatever) to download latest [ -trilium-linux-x64-[VERSION]-server.7z](https://github.com/zadam/trilium/releases/latest) (notice -server suffix) on your server +trilium-linux-x64-server-[VERSION].7z](https://github.com/zadam/trilium/releases/latest) (notice -server suffix) on your server * unpack the archive, e.g. using `p7zip -d` * `cd trilium-linux-x64-server` * nohup ./trilium & diff --git a/Server installation.md b/Server installation.md index 0bec896..8075385 100644 --- a/Server installation.md +++ b/Server installation.md @@ -5,3 +5,7 @@ There are three options how to do this, each one with some advantage: * Recommended: [[Packaged server binary]] * [[Docker|Docker server installation]] * [[Manual installation|Manual server installation]] + +## 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 ~/trilium-data/config.ini (where ~ is your home directory). \ No newline at end of file