-
First off, I am SO excited...again...about TiddlyWiki! I started using TW back in 2004-ish (I also ran the long gone TiddlyWikiTips site.) But I haven't used TW in a while, primarily because for the longest time, hosting TW online was not an easy task, specifically with saving changes. So fast forward to yesterday, and I discovered that you can deploy a remotely editable version of TW using Docker. Wow! Just WOW! This is a huge game changer for me. I'm now so excited to revisit my old best friend! Anyway, my situation is this: I'd like to remove the username/password popup login on my Docker-hosted TiddlyWiki. Now before you say, "No! You don't want to do that when you host in the Internet!" understand that I'm self-hosting TW on a homelab, and I'm leveraging Cloudflare. I'm using a Cloudflare Tunnel to provide remote access and a Cloudflare Application to provide authentication. My thinking is that as long as Cloudflare does its job (which, while there may be some risk, I think is a solid solution) Internet-based access should be granted to only those passing the Cloudflare Application authentication. Once authenticated, at that point, do I really need to login using a username and password in TiddlyWiki? So my question is, how do I remove the username/password popup on a Docker-deployed TiddlyWiki using node.js? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hi and Welcome Back! Which docker image do you use? .. Docker-file? .. How do you start your image? ... I know you konw it .. but anyway -- Do NOT post passwords or usernames pls ;) |
Beta Was this translation helpful? Give feedback.
-
The image is
Ideally, I'd like to us a Docker-Compose file to launch this using a Stack in Portainer. Also, what image I continue to use is pretty much immaterial--I just want a trusted, stable, supported image. |
Beta Was this translation helpful? Give feedback.
-
There has been a discussion at talk.tiddlywiki.org lately: https://talk.tiddlywiki.org/t/how-to-upgrade-tw-inside-of-docker-container/6317 which uses this container https://hub.docker.com/r/nicolaw/tiddlywiki It has 500k+ downloads .. I did not test it. Just saw it's been used from the post at Talk. There may be some inspiration in the whole build system there. The GH repo is linked at DockerHub |
Beta Was this translation helpful? Give feedback.
-
Hi @jbarr welcome back, and delighted you've got things up and running. We'll be interested in your feedback. |
Beta Was this translation helpful? Give feedback.
There has been a discussion at talk.tiddlywiki.org lately: https://talk.tiddlywiki.org/t/how-to-upgrade-tw-inside-of-docker-container/6317 which uses this container https://hub.docker.com/r/nicolaw/tiddlywiki
It has 500k+ downloads .. I did not test it. Just saw it's been used from the post at Talk. There may be some inspiration in the whole build system there. The GH repo is linked at DockerHub