Hi Nicola Thanks for the clear report. It's not immediately obvious what’s going on. The visibility of the editing controls is determined by the value of $:/status/IsReadOnly; you should be able to manually set it to “yes” and get back the edit controls. In that case it would be interesting to see what happens if you attempt to create or edit a tiddler.
It’s worth reviewing any overridden shadow tiddlers (there’s a canned search under the advanced search “filter” tab that lets you see a list of overridden shadow tiddlers). If you're familiar with the browser developer console, can you open dev tools, switch to the network tab, and then refresh the page you should see a listing of the network requests made by the client. Click on the name “status”, and then please report the content of the “Response” tab. Good luck! Best wishes Jeremy > On 9 Jul 2019, at 21:05, Nicola Worthington <[email protected]> wrote: > > Hey guys and gals. > > I have just upgraded my TiddlyWiki to 5.1.19 running under Node v12.6.0 in an > Alpine Docker container (node:12-alpine). Previously I was running TW 5.1.16 > under node:9.5.0-alpine, using the older deprecated --server argument. > > Since upgrading to the latest version, I have changed over to use the newer > --listen argument, in conjunction with the > authenticated-user-header=x-remote-user and writers=(authenticated) options. > I can see in the TW debug log output that the HTTP header X-Remote-User is > being passed through and detected correctly and that TW has identified that > the authenticatedUser=nicolaw. When I go to the TW in the browser I can see > that $:/status/UserName tiddler shows my authenticated username nicolaw, and > that $:/status/IsLoggedIn says yes. > > ...however, I still don't see any new tiddler, new journal, edit, delete, or > any other write access toolbar buttons. I have double checked that those > buttons are indeed enabled under the control panel appearance toolbars tabs. > > These are the documentation pages that I have been following: > > https://tiddlywiki.com/static/ServerCommand.html > <https://tiddlywiki.com/static/ServerCommand.html> > https://tiddlywiki.com/static/WebServer%2520Header%2520Authentication.html > <https://tiddlywiki.com/static/WebServer%2520Header%2520Authentication.html> > https://tiddlywiki.com/static/WebServer%2520Authorization.html > <https://tiddlywiki.com/static/WebServer%2520Authorization.html> > > My full command line to invoke TW is as follows: > > tiddlywiki mywiki \ > --listen \ > "port=8080" \ > 'root-tiddler=$:/core/save/all' \ > "root-render-type=text/plain" \ > "tiddler-render-type=text/html" \ > "anon-username=anonymous" \ > "authenticated-user-header=x-remote-user" \ > "host=0.0.0.0" \ > "readers=(anon)" \ > "writers=nicolaw,(authenticated)" \ > "debug-level=full" > > Can anybody offer any advice on what I might have forgotten or done wrong? > > > -- > 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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/7b4b64c3-99ed-4727-b5f4-7447d9900c99%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/7b4b64c3-99ed-4727-b5f4-7447d9900c99%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/DABEE54E-0FDE-4C50-BC59-8D5771BA9462%40gmail.com. For more options, visit https://groups.google.com/d/optout.

