mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-08 05:46:05 +00:00
Extend serve.sh/cmd to pass host address
Useful to be able to do `./bin/serve.sh "" "" 0.0.0.0` to listen on all network adaptors
This commit is contained in:
@@ -7,5 +7,5 @@ rem Optional parameter is the username for signing edits
|
||||
node .\tiddlywiki.js ^
|
||||
editions\tw5.com-server ^
|
||||
--verbose ^
|
||||
--server 8080 $:/core/save/all text/plain text/html %1 %2^
|
||||
--server 8080 $:/core/save/all text/plain text/html "%1" "%2" "%3"^
|
||||
|| exit 1
|
||||
|
@@ -7,5 +7,5 @@
|
||||
node ./tiddlywiki.js \
|
||||
editions/tw5.com-server \
|
||||
--verbose \
|
||||
--server 8080 $:/core/save/all text/plain text/html $1 $2\
|
||||
--server 8080 $:/core/save/all text/plain text/html "$1" "$2" "$3"\
|
||||
|| exit 1
|
||||
|
Reference in New Issue
Block a user