Ah! You are right. It *is* just the Recent tab that's missing them.
It is curious that it occurs only when running in a Docker container. If
you're not familiar with Docker and 'containers':
- I'm running the TW node server in a lightweight VM.
- The VM's network is isolated from the host, where I'm running the
browser, except for ports I designate as pass-through.
- The VM's file system is isolated from the host's file system, except
where I permit otherwise.
If nothing else, just pretend I have a firewall which permits only traffic
between the server and the browser on the ports I specify, and never on IP
127.0.0.1.
I'm running TW with the following command line:
- /usr/local/bin/node ./tiddlywiki.js editions/MultiUserWiki --wsserver
8080 ${USERNAME:-user} ${PASSWORD:-'wiki'} 0.0.0.0
It is necessary to bind to IP 0.0.0.0 (all IP) because binding to 127.0.0.1
in the VM is available only within the VM, so I need it to bind to the vNIC
that connects to the host network.
When I run a browser from another machine, I get similar (but not
identical) behavior, when Docker is not involved. Adding a tiddler from
another machine's browser gets no reference added to Recents, but it does
show up after a page refresh.
If I had to guess, I'd guess there is something in the plugin which assumes
127.0.0.1 can be used to connect.
Thanks for your help and thanks for the plugin. Really nice piece of work.
On Friday, April 6, 2018 at 1:45:37 PM UTC-4, Jed Carty wrote:
>
> Check the 'all' tab, the tiddlers may be created and not listed under
> 'recent'. There is probably a bug left over from an old way of saving
> tiddlers I used where the creation fields aren't added to a tiddler if all
> fields except title are empty when it is made. The solution is for me to
> use the normal render command to save the tiddlers but I haven't gotten
> around to it because from what I can tell this is the only problem caused
> by it.
>
--
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/dcdf6318-b2f7-4b11-9aa1-21797042a854%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.