JoKneeMo
JoKneeMo
If I may suggest an enhancement to this: The `ignore_table_classes` in [sphinx_material/__init__.py](https://github.com/bashtage/sphinx-material/blob/master/sphinx_material/__init__.py) works. It would be great if I could define additional classes to ignore from the conf.py. The only...
Landed here while looking for a config item to set the hostname. Currently multiple devices broadcast mDNS with an incrementing number, but the self signed TLS cert doesn't take that...
Even with the PUID and PGID set, the result is still the same as OP with `"PermissionError: [Errno 13] Permission denied: '/app/api/.env'` The UI still loads, but you are unable...
The `next` build did not fix the issue for me. There also does not appear to be a .env file in /app/api
After looking closer at the code I was able to see that the external port could be overridden in the URL. However I still have a problem of the listen...
Correct. It's multiple physical hosts with Docker Swarm for failover. Each host has a NIC in the DMZ and DMZT (traversal) zones. A reverse proxy controls inbound requests to each...
I was already modifying the `_start_server` function manually after updates to set `address` to `0.0.0.0`. I just didn't want to keep doing this manually. I wasn't sure what the minimum...
Oh wow, issue [hubitatmaker/#12](https://github.com/jason0x43/hubitatmaker/issues/12) is exactly the scenario I have and that's also how I was solving it. I see no issue from my perspective with setting the default to...
@ja-finn in issue #120 is an example of how forcing the change could break for existing users. They have already created a workaround for the way it currently works.
This PR would resolve #283