Open rondlite opened 1 year ago
disable_terminal_ui
in bridgeData.yaml
have you tried?HORDE_DISABLE_TERMINAL_UI
have you tried?
- What values for
disable_terminal_ui
inbridgeData.yaml
have you tried?- What values for
HORDE_DISABLE_TERMINAL_UI
have you tried?- Are other configuration options working?
- What OS is this?
true
and also tried the false
it was originally ontrue
for the environment varI don't see a readily apparent reason, but I made a minor change that might help. If you git pull and try again, and it still happens, I will investigate more.
It did not fix it, I ended up doing quick dirty fix since needed to get my workers back online. After however I found this line:
which disables the terminal ui when the env var is false, logic is reversed here
disable_terminal_ui
inbridgeData.yaml
does not seem to do anything.I get the UI no matter what, I also tried setting
HORDE_DISABLE_TERMINAL_UI
env var, with no luck.As a result I can not background the process.