I published on Github a little project to run Tiddlyserver with Docker. You 
can find it at https://github.com/mauloop/tiddlyserver-docker.
It allows multiple wikis within a single server instance and custom 
editions path.

I made it for my own use,  so it does not provide very rich documentation, 
but just a quick and dirty readme with minimum commands needed to get 
started. However it could fit some of your requirements.

Finally here is good example about how to set up Apache to proxy a Nodejs 
TW5 <https://nicolaw.uk/#:TiddlyWikiApacheProxy%20Hello>. I think it could 
work with TiddlyServer too with very little changes, but I never 
experienced this.

Hope this could help. Have fun, )+(auloop

Il giorno giovedì 9 settembre 2021 alle 23:23:54 UTC+2 
[email protected] ha scritto:

> Hi everybody!
>
> I need to have some of my tiddlywiki being onto nodejs to gain some 
> functionality. For this, I have selected docker to have iti as easy as I 
> can. Besides docker, I need some shell script to setup the wiki (docker 
> images) ready to launch (listen command). Good point: this was an occasion 
> for me to invest into docker.
>
> But there remains a problem, which is that of the tiddlywiki edition. the 
> "editions" command list the available options with a quick summary. But 
> some options would gain a little more explanations, like the 
> server-external-js which seems to mean that the js is not mangled inside 
> the js. That could be useful to serve several wikis from the same server.
>
> But in fact, I need a localized edition. Alas, editions are not cumulative 
> (but the server-external-js really should be an option and not a proper 
> edition because that's not an editorial difference at all and it could be 
> useful for many editions).
>
> By localized, I mean that I want the content in French, but without all 
> the fuss of fr-FR editions which I would need to get rid of but for a few 
> tiddlers (and this would be a burden to implement and maintain). As for the 
> fr-FR-server, the interface has not been translated (I wonder what has been 
> translated and where I could find this information?)
>
> docker code used (without the volume and port stuff) on my tiddlywiki 
> docker image tiddock:
>
> docker run -d --rm tiddock wiki --init fr-FR-server
> docker run -d --rm tiddock server host=0.0.0.0
>
> (I used elasticdog Dockerfile and shells to see what was needed to do. 
> Thanks elasticdog!)
>
> Also, if I understand what is said here, I must not directly use 
> tiddlywiki for a production wiki but use a proxy liki nginx can provide. I 
> have no knowledge of nginx so far. Where could I find some useful docs or 
> sources of a tiddlywiki with this kind of setup?
>
> Thanks in advance for your help.
>
>

-- 
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/d8e30c5e-cc1f-4f7c-9b16-4dabac9e57f1n%40googlegroups.com.

Reply via email to