From 169a38164f7f4838da10381cc9c4cc34391cf30a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 4 Sep 2014 10:51:54 +0100 Subject: [PATCH] Update server command docs --- core/language/en-GB/Help/server.tid | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/language/en-GB/Help/server.tid b/core/language/en-GB/Help/server.tid index 0f2b0e63a..c8a989c2e 100644 --- a/core/language/en-GB/Help/server.tid +++ b/core/language/en-GB/Help/server.tid @@ -28,4 +28,10 @@ For example: --server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd ``` +The username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password: + +``` +--server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245 +``` + To run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port.