Dynamic host
I found tabloo useful but wanted to acceess it from another device in my local network. I succeeded to do that by hardcoding the IP address of the PC where tabloo show is running in two different files !
Then I wondered how much effort it needs to make the host configuration dynamic. This PR puts the first brick by making server host a parameter in the backend python src which is not enough for sure. Some work is also needed in the store_backend to make the redirection url dynamic and since I am not an expert there I prefered to publish this change and hope someone speeds the process with some help.
Hi @imadjamil and thanks for your interest in tabloo!
I think the backend side can be solved simply by binding to 0.0.0.0. Then the only question how to communicate it to the frontend. This should be possible via query params.