Windmill: Open-source alternative to Airplane, Superblocks, Retool
-
We have a working Windmill instance on Cloudron, (container) released with MIT license here:
https://github.com/halecraft/windmill-cloudron
The compromise we had to make here was to embed a Postgresql server inside the container, rather than connect to the one provided by Cloudron's
postgres
addon. Short of modifying Windmill itself, this was the only way we could give Windmill the full control over the Postgres instance that it needs / assumes it has. -
@canadaduane cool, but it seems it's not yet available to the public
@msbt said in Windmill: Open-source alternative to Airplane, Superblocks, Retool:
@canadaduane cool, but it seems it's not yet available to the public
Oops! My MIT-licensed code is now public
-
When building I got
Step 25/27 : COPY windmill/init-db-as-superuser.sql /app/code/init-db-as-superuser.sql COPY failed: file not found in build context or excluded by .dockerignore: stat windmill/init-db-as-superuser.sql: file does not exist Failed to build app. See log output above.
-
I submitted a pull request if anyone wants to give it a try: https://github.com/halecraft/windmill-cloudron/pull/1. It assumes that @canadaduane didn't update the init-db-as-superuser.sql file in their original build and instead fetches the original file from windmill.
-
Nice.
from me.
Looks like a true open-source alt to Pipedream: https://pipedream.com/
-
@canadaduane awesome, added to our internal list