Install
Documentation Map
-
Installation
-
Channel:
stable -
Source repo:
JaddaHelpifyr/jhf-heddle
Install
jhf-heddle installs as a repo-owned identity runtime with live host verification on <internal-runtime-redacted>.
Baseline Bootstrap
- Copy the runtime env contract and set host-specific values outside git.
- Review
compose.yamlandconfig/runtime/port-policy.json. - Start or refresh the stack from the canonical host path
/home/administrator/jhf-heddle.
cp .env.example .env
docker compose up -d
docker compose up -d
The second docker compose up -d is intentional so the bootstrap path stays idempotent.
Live Runtime Ports
Current live verification on <internal-runtime-redacted> confirms:
- Keycloak HTTP:
18090 - Keycloak management:
19090 - Plane OIDC bridge:
<internal-runtime-redacted>:18091 - Agent reconcile API:
18092 - Agent reconcile worker:
18093 - Loom OIDC bridge:
<internal-runtime-redacted>:18094
Verify Path
python scripts/validate-baseline-stack-matrix.py
python scripts/verify-runtime-guardrails-v1.py
python scripts/verify-runtime-guardrails-v1.py --live-host <internal-runtime-redacted> --ssh-user administrator --remote-repo-path /home/administrator/jhf-heddle
python scripts/verify-runtime-materialization-drift.py --live-host <internal-runtime-redacted> --ssh-user administrator --remote-repo-path /home/administrator/jhf-heddle
For deeper runtime and recovery flows, continue with:
- Configuration
- Operations
- Stack Contract (
docs/STACK_CONTRACT.md)
License: AGPLv3
Project: https://helpifyr.com