Idiocy aside, I messed up my web ports while troubleshooting my traefik deployment, and can no longer get to my web interface. I’ve turned off the traefik container but still cannot get to the web UI. How can I change my web ports back to 81 and 4443 as they were before through the CLI?
I found a post on running the following commands which appeared to have done something, but access is still unavailable after restarting middlewared:
sudo midclt call system.general.update ‘{ “ui_port”: 81 }’
sudo midclt call system.general.update ‘{ “ui_httpsport”: 4443 }’