Configure Beads Dolt Remote

Configured a persistent beads/Dolt sync remote for this repo using the server-hosted Forgejo instance at git.deltaisland.io, published Dolt data to refs/dolt/data, and documented the operational constraints around Nginx Proxy Manager, HTTPS, and SSH reachability.

Generated: 2026-05-17 06:36 EDT

Beads issue: islandflow-8kj Remote published HTTPS validated SSH follow-up: islandflow-zsy

Summary

The repo now has a committed beads sync target in .beads/config.yaml and the server now has the required local tooling and credentials to run bd dolt push successfully against Forgejo over HTTPS.

Changes Made

sync:
  remote: git+https://git.deltaisland.io/dirtydishes/islandflow.git

Context

This repo already used beads locally, but it had no Dolt remote configured. Earlier work in the repo had explicitly noted that bd dolt pull was unavailable because no remote existed.

The server already hosted Forgejo behind Nginx Proxy Manager at git.deltaisland.io, which made an HTTPS-backed beads remote the lowest-friction persistent option.

Important Implementation Details

Expected Impact for End-Users

Validation

Issues, Limitations, and Mitigations

Follow-up Work