docs: fix the Quick Start health check step - #2
Merged
Conversation
`./scripts/healthcheck-web.sh` cannot run on the host — the file is not executable and its first command is `forail-manage`, which only exists inside the backend image. The scripts under scripts/ are the container probes Compose mounts at /etc/forail/ and runs there. Point step 4 at `docker compose ps` and document the manual form, `docker compose exec forail-web bash /etc/forail/healthcheck-web.sh`. Both verified against a stack brought up from the documented .env.example.
krlex
added a commit
that referenced
this pull request
Jul 25, 2026
The Fixed section said in-cluster job execution "now works out of the box", which contradicts Breaking changes #2 in the same document: forail-task ships non-privileged, and project updates and control-plane jobs run through podman inside that pod. Without the opt-in every job dies moments after launch with mount /var/lib/containers/storage/overlay: permission denied and the UI shows nothing but a project or job stuck in Pending. The RBAC and receptor worktype that section describes were genuinely missing and are genuinely fixed -- they are just not the whole story, and a reader who stopped there would install a Forail that cannot run anything. Also set the release date to the day the images were actually published.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The published Quick Start health check did not work as written. Found while validating the documented install path on 2026-07-23.