[tw5] TiddlyServer

2023-05-11 Thread Joan Forn
Hello everyone, I am looking for some guidance regarding editing tiddlers on my iPhone. I would like to have a similar behavior as Notion, where any edited HTML is automatically synced across all devices and users who have access to the page. Recently, I came across TiddlyServer, which

[tw5] TiddlyServer updated to TiddlyWiki 5.2.1

2022-03-20 Thread Arlen Beiler
Hi everyone, Sorry for the long silence. I've updated TiddlyServer to point to TiddlyWiki 5.2.1 (using my production builds of course). In the future I'll try to get these updated quicker. The process is pretty streamlined for me at this point. Enjoy Arlen -- You received this message because

[tw5] Tiddlyserver Error

2021-07-27 Thread alan.s...@gmail.com
Hi all, I just upgraded my Mint OS and, in the process installed new Node.JS and TiddlyServer applications (2.2.0-beta-4). The Tiddlers directory is unchanged and my configuration file is attached. I get the following error message every few seconds: Sync error while processing save of

[tw5] Tiddlyserver: How to remove file

2021-01-19 Thread vpl
Hi I've installed tiddlyserver and became a fan of this component for accessing my different wikis & data/files folders through authentication and SSL >From the Web interface I can create directory and upload files to my file data folder but could not find a way to remove a directory and

Re: [tw5] TiddlyServer and SSL

2020-09-05 Thread Arlen Beiler
Set the https property to a Javascript file which exports a function named serverOptions. It is called for each listener instance started with one argument and is expected to return the HTTPS options object for HTTPS createServer exports.serverOptions = function(address) { return { key: ...,

[tw5] TiddlyServer and SSL

2020-09-04 Thread Calvino
Hi, Can anyone provide a document about how to bind Arlen's TiddlyServer with SSL cert files? I already have them for TiddlyWiki and it works okay ... I want to run TiddlyServer and use the same ones, but not sure how to reference them in the config file. If possible I'd rather do that then

[tw5] Tiddlyserver portable install

2020-08-13 Thread Rob Jopling
Apologies if this has been covered in previous posts. I have tried to find the answers. I am trying to create a portable install of Tiddlyserver that I can use on my Android tablet. I have followed Arlen's instructions and have a created a portable install in a folder called Tiddlyserver on

[tw5] TiddlyServer Missing ETag on Nginx Reverse Proxy

2020-07-06 Thread oha...@gmail.com
Hi all, I'm at the end of my rope here, trying to fix this. I am running an instance of TiddlyServer on my Raspberry Pi running behind an Nginx reverse proxy and SSL from Let's Encrypt. Some combination of all of these factors causes the Etag header to be missing on the responses, and my

Re: [tw5] TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Arlen Beiler
Yes. It is used for data folders and also the entire folder is served at /assets/tiddlywiki/. None of the regular TiddlyServer stuff applies to it (like permissions, file saving, loading data folders), it just serves the requested file if it exists. On Fri, Apr 24, 2020 at 4:59 PM Saq Imtiaz

[tw5] TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Saq Imtiaz
Can I use my own copy of the TiddlyWiki code by setting this appropriately? "_datafoldertarget":"/path/to/tiddlywiki" Thanks, Saq -- 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,

[tw5] TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-24 Thread Arlen Beiler
Hello Everyone, I've upgraded TiddlyServer to target 5.1.22. @someguynamedmatt helped rearrange the build process, resulting in a clean production build. So, I've now published TiddlyServer to npm and you can install it by running npm install -g tiddlyserver This will install it globally,

[tw5] TiddlyServer create directory security bug

2019-10-07 Thread Arlen Beiler
Hi Everyone, I've fixed it in master and I'll publish a fix tomorrow, but I just realized that the create directory function in the directory index page does not check the folder name before creating it, which means that any relative path will create a folder as long as it doesn't exist. So it's

[tw5] TiddlyServer upgraded to TiddlyWiki 5.1.21

2019-10-03 Thread Arlen Beiler
Hi everyone, I've upgraded TiddlyServer to TW5.1.21. This release also adds /assets/tiddlywiki which serves the tiddlywiki folder the server is using to mount data folders. It's mainly for convenience, but it has some really great use-cases such as loading plugins as external javascript instead

[tw5] TiddlyServer 2.1.2 beta

2019-08-26 Thread Arlen Beiler
I've gotten another round of updates made to TiddlyServer. The old tree format is back so an object works as a group and a string works as a folder. If an object contains only folders or the more advanced group element format which provides a key property for the group, you can use an array