No description
| .gitignore | ||
| docker-compose.yml | ||
| Readme.md | ||
Hanasand Git Server
How to run
- Add a
.envfile withDB_PASSWD - Run
docker compose up --build
Actions runner
Forgejo Actions are enabled in the git service. The bundled runner service can execute Linux/container jobs after it is registered.
Add this to .env after creating a runner registration token in Forgejo:
GITEA_RUNNER_REGISTRATION_TOKEN=...
GITEA_RUNNER_NAME=git-runner
GITEA_RUNNER_LABELS=docker:docker://node:22-bookworm
The Hanasand desktop app update workflow needs a macOS runner because SwiftUI .app bundles cannot be built inside the Linux git container. Register a macOS runner with the macos label for .forgejo/workflows/desktop-app-update.yml.