Re: [tw5] Re: Login to make changes?

2019-02-21 Thread Carl T. Holscher
Thanks. I'll check it out! On Fri, Feb 22, 2019 at 12:30 AM caw wrote: > I actually switched to Nginx after posting this because the configuration > was easier, but Apache also worked fine for me. > For Apache, you may want to check this out: > https://stackoverflow.com/questions/1997001/setting

[tw5] Re: Login to make changes?

2019-02-21 Thread caw
I actually switched to Nginx after posting this because the configuration was easier, but Apache also worked fine for me. For Apache, you may want to check this out: https://stackoverflow.com/questions/1997001/setting-up-a-basic-web-proxy-in-apache On Friday, February 22, 2019 at 1:01:54 PM UTC

[tw5] Re: Login to make changes?

2019-02-21 Thread Carl Holscher
How did you get the apache proxy setup? I'm hosting it using node.js on an ubuntu box at home and I'm getting stuck there. On Saturday, January 5, 2019 at 10:20:02 AM UTC-5, caw wrote: > > Hey guys, > > I just got TiddlyWiki working on my server with node.js and apache proxy, > and now everyone

[tw5] Re: Login to make changes?

2019-01-05 Thread caw
It works perfectly, thank you! On Sunday, January 6, 2019 at 1:20:01 AM UTC+8, Jack Baty wrote: > > If you're running 5.1.19 you can pass a couple of parameters to the > starting command and it works as you describe. > > https://tiddlywiki.com/#WebServer%20Basic%20Authentication > > For example,

[tw5] Re: Login to make changes?

2019-01-05 Thread Jack Baty
If you're running 5.1.19 you can pass a couple of parameters to the starting command and it works as you describe. https://tiddlywiki.com/#WebServer%20Basic%20Authentication For example, this works well on my server (although I use a file with usernames/passwords in production rather than as co