Files
nuzlocke-tracker/.beans/nuzlocke-tracker-izf6--set-up-local-docker-registry-on-unraid.md
Julian Tabel ad4ac6cf8c Update deployment strategy to use Gitea instead of plain Docker registry
Gitea provides source hosting, container registry, and CI/CD in one package.
Images are pushed as user-level packages to the Gitea registry over SSL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 17:45:43 +01:00

20 lines
737 B
Markdown

---
# nuzlocke-tracker-izf6
title: Configure Gitea container registry
status: todo
type: task
priority: normal
created_at: 2026-02-09T15:30:40Z
updated_at: 2026-02-09T16:44:19Z
parent: nuzlocke-tracker-ahza
---
Set up and verify the Gitea container registry for hosting Docker images as user-level packages.
## Checklist
- [ ] Create a Gitea access token with `read:package` and `write:package` scopes
- [ ] Verify `docker login gitea.yourdomain.com` works from the dev machine
- [ ] Test pushing a Docker image as a user-level package (e.g., `gitea.yourdomain.com/julian/nuzlocke-tracker-api:latest`)
- [ ] Verify the image appears under the user's Packages tab in Gitea
- [ ] Test pulling the image back (from Unraid or dev machine)