✨ New Features & Improvements
Disable Web UI: You can now completely disable the Web UI/API startup by setting the environment variable DISABLE_UI=true. This is ideal for users who only want to run the core automation script. The startup logic has also been improved to be more robust.Configurable Internal Port: The internal container port is now configurable! Use the APP_PORT environment variable to change it from the default of 8000. (Don't forget to update your ports mapping in your docker-compose.yml to match!)
🧹 Housekeeping
- Updated links to the docker-compose.yml file in the README and walkthrough.
- Fixed GitHub links in the trigger scripts.
Full Changelog: 2.0.0...2.0.1