Closed AnthonyMuscio closed 5 years ago
Actually in looks like all nodeJS based sites try and do this.
Add _disableLocalHost: true to settings.json to stop this from happening. TiddlyServer v2.1 will not do this anymore.
On Wed, Jun 5, 2019 at 10:40 AM AnthonyMuscio notifications@github.com wrote:
Actually in looks like all nodeJS based sites try and do this.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Arlen22/TiddlyServer/issues/61?email_source=notifications&email_token=AADLMQFULZZCU43E3ZU6X33PY4RTNA5CNFSM4HTIYAPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW6N6RQ#issuecomment-498917190, or mute the thread https://github.com/notifications/unsubscribe-auth/AADLMQGUPBW5T6SUR3KWEYTPY4RTNANCNFSM4HTIYAPA .
Thanks, I did not realise I had failed to upgrade from 2.0.14 so will do now
Edit: I see that is the next release not the latest. Thanks Thanks Tony
Hi Arlen, Thanks again for the great TiddlyServer.
I have added an additional IP Address to my computer and hosted TiddlyServer on that address, as specified in my full settings.json below. This works well since now I can access tiddlyServer at http://192.168.1.81 (throughout my LAN) without any port number as http defaults to 80. I can also move the IP address to another computer and all my link addresses will not change and I can use dns to map ts.local to this address. All Good, with a minor bug?
The intention however was to free the Computers "primary IP Address" so TiddlyServer was not taking 127.0.0.1:80 however it continues to do so.
Is this a bug or is there a way to configure around this, so TiddlyServer only appears on http://192.168.1.81? and not on local host
Thanks in advance