Hi. I try to host Tiddlywiki Node.js on my Qnap NAS (with COntainer Station / Docker). I managed to do it successfully but there are 2 problems: CSS is not working (no template) and it doesn’t save online.
Take a look: http://vielebny.myqnapcloud.com:5678/
What is wrong?
It is hosted in Container Station with Node.js 17.1.0, Tiddlywiki 5.2.0
Steps I made inside Container:
- npm install -g tiddlywiki
- tiddlywiki kompendium --init server
- tiddlywiki kompendium --listen
- forever start --spinSleepTime 10000 ./usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js ./ --server 5678 $:/core/save/lazy-all “” “” “” “” 0.0.0.0 “”
On Synology DSM it worked like a charm.