[new] restart
This commit is contained in:
parent
7fb1288f73
commit
724271ae87
8 changed files with 82 additions and 15 deletions
8
tiddlywiki/entrypoint.sh
Normal file
8
tiddlywiki/entrypoint.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
if [ ! -f "/app/tiddlywiki.info" ]; then
|
||||
tiddlywiki /app --init server
|
||||
fi
|
||||
|
||||
tiddlywiki /app --listen host=0.0.0.0 username="${USERNAME:-user}" password="${PASSWORD-wiki}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue