Select the dev workload explicitly
From an empty owner workspace, select Gitea and establish its local owner custody:capabilities, data and routes sections of your StackSpec. Preserve their other entries. This fragment uses the initial home site and home-private access policy; adapt those references, the home domain and host storage roots to your actual host.
Provide the name and trust the route works
Native HTTPS Git needs two things your host must already satisfy:- The route’s hostname (the example uses
dev.home.test) must resolve to that host from every client you intend to clone. - Git clients must trust the host’s internal CA certificate. Without client trust, HTTPS cloning fails before authentication.
Reveal the owner password and sign in
First startup migrates the SQLite database and creates administratorowner before serving traffic; owner email comes from your local owner identity, and the owner-password reference is held in existing local secret custody. Read the password in a private terminal:
owner, create a private repository, and use its HTTPS clone URL with your native Git credential storage. Git authenticates directly with Gitea: no browser forward-auth gate intercepts Git requests. Readiness that only reports the HTTP process and SQLite as reachable does not prove you have cloned, pushed, or recovered anything — test an actual push from an intended client.
Storage and recovery boundary
Both named volumes belong to the workload’s data and backup contract. Correct recovery quiesces the application’s single writer, captures both volumes, and activates them together with writes stopped — a live copy of the SQLite file alone is not that contract. Follow Back up and restore for the workspace lifecycle. Rootless and rootful Gitea use different layouts, so swapping the image is not a storage migration.
Known limits
- SSH is not exposed; native HTTPS is the documented Git access path.
- Gitea Actions and CI runners are not installed; runner integration has no documented path yet.
- Forced container recreation retains owner access, private repository metadata, and the application configuration, but complete Linux host provisioning, real LAN DNS/CA distribution, and a full backup/restore cycle are separate evidence tiers and not proven here.
