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: 1. npm install -g tiddlywiki 2. tiddlywiki kompendium --init server 3. tiddlywiki kompendium --listen 4. 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. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bd316685-7300-44a0-8cb3-eb8e3c831f70n%40googlegroups.com.

