Thank you for the replies! I downloaded Bob already and I am currently
reading what's on it. I'll check out Tiddlyserver soon
On Wednesday, 23 September 2020 at 00:58:27 UTC+8 Darek Bobak wrote:
> This is my sample cofiguration for three wikis. I hope this will help you.
> The folder structure is:
>
> TiddlyWiki
> .config
> public_html
>
> The configuration files (tiddlyserver.json, tiddlyserver-2-2.schema.json)
> are in the .config folder, wiki folders are in public_html.
>
> {
> //The JSON5 parser allows comments!
> //All relative paths are relative to this file.
> //The user directory prefix ~ is allowed.
>
> //remove one of these
> // "tree": "../webroot", //this tree is just going to mount a folder as
> root: ../webroot
>
> "tree": { //this tree is going to mount a group containing folders and
> another group
> "zettelkasten": {
> "$element": "folder",
> "path": "../public_html/zettel",
> },
> "research notes": {
> "$element": "folder",
> "path": "../public_html/rn",
> },
> "test": {
> "$element": "folder",
> "path": "../public_html/test",
> },
> },
> "bindInfo": {
> // bind to localhost only (you can specify any other ip address in this
> array, and it will bind to all available addresses)
> "port": 8080,
> "bindAddress": ["127.0.0.1"]
>
> //bind to 0.0.0.0
> // "bindWildcard": true
>
> //workaround for android devices (bind to all available private ip
> addresses on startup)
> // "bindWildcard": false, "bindAddress": ["192.168.0.0/16", "10.0.0.0/8",
> "172.31.0.0/16"], "filterBindAddress": true,
> },
> "putsaver": {
> //single file wikis will backup to this directory on every save
> // "backupFolder": "./backups" // comment out or set to "" to disable
> backups
> },
> "$schema": "./tiddlyserver-2-2.schema.json"
> }
>
> cheers,
> Darek
>
>
> wtorek, 22 września 2020 o 12:30:54 UTC+2 [email protected]
> napisał(a):
>
>> I have read some threads regarding this and I encountered Bob and
>> Tiddlyserver which can help me run multiple wikis as far as I know. The
>> problem its too overwhelming and I don't know how to create the
>> settings.json file in Tiddlyserver. So what should I do?
>>
>
--
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/c8160caf-5afc-4db1-abb9-07c593d16c28n%40googlegroups.com.