Jed,

Thanks again for you development of Bob. I think a lot of users will 
benefit from the 0.0.0.0 setting as a quick enable of lan accessible wikis, 
this being a key feature of a server implementation on tiddlywiki. Bob exe 
is the easiest way (at least I know on windows) to enable a server, so by 
introducing this I think you make bob open to more users. I do think there 
is more that can be done to document Bob better, with a little less jargon, 
but it is understandable this is not so straightforward, given the broad 
number of features bob enables.

Since I use multiple servers on my desktop from apache, TiddlyServer, 
TiddlyDestop, Vanilla node and Bob I need to manage this more than others. 
As a result I discovered how easy it is to install additional IP addresses 
on my WIndows 10, and I now host bob on one of these additional addresses, 
as a result I do not want to use the 0.0.0.0 shortcut.

I have it working, now I can access bob on the lan at 192.168.1.80 (no port 
specified) and even at a local DNS name bob.local

"serverlnfo": {
"host": "192.168.1.84",
"ipAddress": "192.168.1.84", 
"port": "80"
}

"ws-server": {
"host": "192.168.1.84", 
"port": "80" 
}

This seems to be working for me, But I am a little confused about the need 
to set 192.168.1.84 in three places. 

   - Could you provide a little more info on the difference between 
   serverInfo and ws-server, and host vs IP address?
   - Also when I run bob exe it still opens 127.0.0.1 in the browser 
   window, how can I change this address please?


Thanks in advance
Tony

On Saturday, October 12, 2019 at 9:17:40 AM UTC+11, Jed Carty wrote:
>
> I have done some bug fixes and a lot of ui improvements so that features 
> that have been available in Bob for a long time are easier to set up and 
> use.
>
> The biggest things are toggling access to the wikis from the local 
> network, setting up the local file server for media, serving files from 
> multiple folders, setting up the server images plugin, and an interface to 
> let you scan a folder for media files, add that folder to the list of 
> folders served by the file server and create _canonical_uri tiddlers for 
> each file in a wiki.
>
> There are also some other ui improvements, the dirty indicator should 
> actually indicate if there are unsaved changes or not now, there is a 
> warning if you open a wiki that isn't able to establish a web socket 
> connection to the server and the persistent questions from the browser 
> about if you want to close the tab or not may actually be taken care of now.
>
> There is also a chat interface that works with both local and federated 
> chat. Connecting to remote servers for the federated part is not 
> particularly simple for the moment, but I didn't feel like removing the 
> interface from everything for the release. So have fun.
>
> The plugin version of Bob is on GitHub here: 
> https://github.com/OokTech/TW5-Bob
> The newest version of BobEXE is available here: 
> https://github.com/OokTech/TW5-BobEXE/releases
>
> If you want to support the development OokTech has a patreon page here 
> https://www.patreon.com/OokTech
> or if you prefer there is a link for PayPal here 
> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZG94CTLHTKYRE
>
> The full changelog is here:
>
> !! Version 1.3.0 Tofurkey
>
> * maybe actually set the SaverFilter tiddler correctly
> * start documentation on inter-server federation and syncing
> * Add local chat
> ** different people using the same wiki served by a Bob server can have a 
> real-time chat.
> * Add federated chat
> ** People on different servers can chat with each other
> ** Limited utility due to server discoverability and NAT shenanigans
> * Hopefully fix the problems with saving .tid files that have unsorted tags
> * split out routes into separate files
> ** this may allow doing things like enabling the file server without 
> restarting the server.
> * Started a hopefully better interface for federated things.
> * Add some advanced settings
> ** local message queue timeout
> ** federated message queue timeout
> ** saveTiddlerDelay
> * Added a server route for uploading files.
> ** The browser hook is still in the ServerImages plugin, I may move it 
> into Bob later.
> * Add a warning that the wiki hasn't connected to the server at startup
> ** the warning goes away as soon as the wiki connects to the server
> * The dirty indicator is changed to show dirty when there are messages in 
> the send queue and clean when the queue is empty.
> * The resync has been modified, it may work inconsistently
> * Added easier way to turn on/off serving on the local network
> ** Go to the control panel -> Bob Settings -> Server tab for instructions
> * Added an easier way to turn on/off the static file server
> ** Go to the control panel -> Bob Settings -> Server tab -> File Server 
> tab for instructions
> * Added an interface for adding multiple folders to serve media, see 
> `Serving Files and Images` in the Bob documentation.
> * Improved the mediaScan so that it can scan any folder and serve the 
> files in them.
> ** This breaks the previous `filePathRoot` setup method
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ece0b3e6-67bd-42d2-9c3a-e7893dc2e717%40googlegroups.com.

Reply via email to