Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-11 Thread jwd
So maybe I am missing something obvious but when I visit the above link or its home page https://arlen22.github.io/tiddlyserver/ I see no link to the actual current download location. You might want to include a Download section or a prominent link to

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
I've add some JSON snippets to https://arlen22.github.io/tiddlyserver/docs/serverconfig.html to hopefully make it more clear what the entire configuration looks like. On Fri, Oct 4, 2019 at 9:45 AM Arlen Beiler wrote: > Mime types can now be added by specifying them under { "directoryIndex: { >

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
Mime types can now be added by specifying them under { "directoryIndex: { mimetypes: { "text/html": ["tw"] } } } On Fri, Oct 4, 2019 at 9:42 AM Arlen Beiler wrote: > export interface ServerConfig_TiddlyServer { > /** > >* Backup folder to store backups in. Multiple folder paths can backup

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
export interface ServerConfig_TiddlyServer { /** * Backup folder to store backups in. Multiple folder paths can backup to the same folder if desired. */ backupFolder?: string, /** * GZip backup file to save disk space. Good for larger wikis. Turn this off for experimental wikis that

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
The description on etagAge is not correct. It has nothing to do with backups. I'm not sure why I wrote that, but backups are always saved no matter what. I must have been tired that day! On Fri, Oct 4, 2019 at 9:37 AM Arlen Beiler wrote: > Here is the TypeScript interface for the putsaver

Re: [tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Arlen Beiler
Here is the TypeScript interface for the putsaver property, which is a top-level property (in other words, put it beside the tree property). So "putsaver": { "backupFolder": "", "etag": "optional", // etc. } export interface ServerConfig_TiddlyServer { /** * Backup folder to store backups

[tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-04 Thread Adrian Holbrook
Just out of curiosity as I have not been able to get the backup to work on the previous installation I notice that you have "backupDirectory" but in the Settinggs example files oin Version 2.1.3 it had "backupFolder". Is this important? Adrian On Friday, October 4, 2019 at 5:06:58 AM UTC+1,

[tw5] Re: TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-03 Thread TonyM
Arlen, Thanks for maintaining and enhancing this wonderful solution. I notice the settings.json seems to have changed a lot. I copied my tree into the new settings.json But these settings were in my old settings.json "types":{ "htmlfile": ["htm", "html", "hta", "png", "tw"] },