Hi Tony, Why don't you use the "hosts" file. It still works for Windows, Mac and Unix systems. It allows you to use your own domain names and assign them IP4 adresses.
eg: URLs like http://ts.lan:8080 ... will be converted to 192.168.1.83:8080 http://bob.lan:8080 ... will be converted to 192.168.1.84:8080 http://wiki.lan:8080 ... will be converted to 192.168.1.85:8080 To start the TW server it would look like: tiddlywiki edition --listen host=wiki.lan also see: https://www.howtogeek.com/howto/27350/beginner-geek-how-to-edit-your-hosts-file/ The default port setting will still be 8080 ... which may be a problem for external links. The only solution you have here is a proxy server in front of your other servers. Proxies "catch" all the traffic to port 80 and reroute it to other IP:PORT combinations you can set up. But that's a different topic. There is a post here in the group, how to use an nginx-proxy <https://groups.google.com/forum/#!searchin/tiddlywiki/nginx$20proxy|sort:relevance/tiddlywiki/OGP59S3w85w/fgvi4IL0AgAJ> on unix-like systems. https://tiddlywiki.com/#Installing%20TiddlyWiki%20on%20Microsoft%20Internet%20Information%20Server describes 1 way to create a IIS "proxy" and start IIS apps, like tiddlywiki. just some thoughts. -mario -- 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/de76b6b6-7358-4837-918a-7bd78832dabf%40googlegroups.com.

