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/9ac332dd-7a47-4ca7-b601-aeaaa35fe042n%40googlegroups.com.