Windmill is a pretty cool automation platform for those that know how to code. Here is the information related to self hosting: Self Host | Windmill
Already worked with it but this platform has very limited features.
Are you requesting to be added to BigBearCasaOS?
I am, I tried n8n but the python support for importing libraries is limited. I find low code automations frustrating if they start to get complicated and Windmill is more of an organization platform for scripts/automations, with some automatic gui support for variables/function parameters.
Soon I will be digging into docker compose so I will be able to provide you will pull request, but I am just not there yet.
By the way, I found your Youtube channel yesterday by happenstance and will definitely subscribe to you, I love how you walk through the compose files. This real world guidance is going to help me get up to speed.
Awesome! If you manage to get to it before I do, feel free to start a PR. I’m glad to hear the videos are helping you out! My goal is definitely to teach and empower, rather than just show how to install something. And if you have any suggestions or ideas for future videos or topics to cover, please don’t hesitate to share. I’m always open to new ideas!
Added to Roadmap:
What do you want included in a PR? The windmill site provides the following files:
- docker-compose.yml
- Caddyfile
- .env file
I haven’t had time to look at it yet. My approach would be to start by figuring out what I need to get the app working. Once it’s up and running, I’ll focus on adding comments and refining the YAML to improve readability for others. Additionally, you might need to create a script using the setup I built on big-bear-scripts to ensure the Caddyfile is in the correct location before installation. Also, the .env file can be included within the Docker Compose file as environment variables.