I've been looking at trying out rundeck but what I've found is that the project is kind of abandoned? The github material is all abandoned and deprecated and there is no comprehensive guides for rundeck anywhere to be found. Does anyone know what happened to this project? Is it only enterprise paying customer support these days?
I couldn't even get by the login screen. You get CSP login error. One way to pass it would be to disable this security check but if you use docker compose, you can not use volume mounts because whenever you run the container, rundeck, for some reason, rewrites the files. If you do it like
volumes:
- data:/home/rundeck/server/data:ro
You will get error and container will crash, saying can not write to the file. But if you set it as normal with RW permissions, your files will be overwritten inside the container after the mount.
Moreover, the rundeck:rundeck image at dockerhub seems to be updated almost daily, yet its faulty, when you attempt to pull that you're getting rundeck/rundeck:latest not found: manifest unknown. Is it just me or is this project abandoned or just very raw?