Files
windmill/frontend
Ruben Fiszel a1efca2fb5 feat(frontend): allow Docker scripts on the multi-tenant cloud
Docker mode no longer relies on a privileged dind sidecar / host socket — each
# docker job runs in its own ephemeral rootless podman, torn down with the job,
with a per-job image-storage cap. So the hard block on app.windmill.dev is no
longer warranted. Remove the isCloudHosted() gate (+ now-unused imports) from the
script and flow inline-script pickers so Docker is selectable on cloud like any
other language. Requires the cloud worker fleet to run docker-capable workers
(*-full image + rootless podman) serving the auto-assigned 'docker' tag.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 19:23:50 +00:00
..
2026-01-22 16:20:01 +00:00
2025-12-23 18:19:30 +00:00
2026-02-19 09:33:33 +00:00
2026-03-05 18:11:40 +01:00
2026-01-22 16:20:01 +00:00
2026-03-18 11:38:22 +00:00
2026-02-19 09:33:33 +00:00

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo