Can someone explain how the authentication scheme works in tiddlywiki's 
nodejs server? I cannot get it to work. Ultimately I am trying to get 
tiddlywiki inside a docker container in my VPS with authorization over 
https. 

I thought that I could use something as simple as this --listen 
host=0.0.0.0 port=8080 user=test password=tset but I get no authentication 
at all. I just go right in and do whatever I want to the wiki. I tried this 
first with a cert file and I did get an authentication but after logging in 
once, I just log in automatically without any prompts for username and 
password even after I change the cert file or use username=plah 
password=bleh.

I have tried using the /login-basic route but all I get is a white page. I 
also tried to use the 'reader=(authenticated)' and same for writer but no 
avail. Either I only get a white page with no authentication (or wiki) at 
all or I just go straight in without logging in.

I am so very confused here. 

I am using elasticdog's <https://github.com/elasticdog/tiddlywiki-docker> 
docker and using the script after the "interactive wrapper" title, but I am 
publishing it in 0.0.0.0 so access it from my own computer. It works fine 
but I can't get the authentication to work.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4c1e3036-5da1-4720-9e25-9bde6f48fa64n%40googlegroups.com.

Reply via email to