Update epic checklist, mark completed tasks, fix Gitea username/domain references, and update DEPLOYMENT.md with correct registry paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
740 B
Markdown
20 lines
740 B
Markdown
---
|
|
# nuzlocke-tracker-izf6
|
|
title: Configure Gitea container registry
|
|
status: completed
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-02-09T15:30:40Z
|
|
updated_at: 2026-02-09T16:53:09Z
|
|
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.nerdboden.de` works from the dev machine
|
|
- [ ] Test pushing a Docker image as a user-level package (e.g., `gitea.nerdboden.de/thefurya/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) |