mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-11 16:21:02 -07:00
Update server command docs
This commit is contained in:
parent
94c9f303b1
commit
169a38164f
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue