2026-02-09 16:32:04 +01:00
|
|
|
---
|
|
|
|
|
# nuzlocke-tracker-izf6
|
2026-02-09 17:45:43 +01:00
|
|
|
title: Configure Gitea container registry
|
2026-02-09 18:28:56 +01:00
|
|
|
status: completed
|
2026-02-09 16:32:04 +01:00
|
|
|
type: task
|
2026-02-09 17:45:43 +01:00
|
|
|
priority: normal
|
2026-02-09 16:32:04 +01:00
|
|
|
created_at: 2026-02-09T15:30:40Z
|
2026-02-09 18:28:56 +01:00
|
|
|
updated_at: 2026-02-09T16:53:09Z
|
2026-02-09 16:32:04 +01:00
|
|
|
parent: nuzlocke-tracker-ahza
|
|
|
|
|
---
|
|
|
|
|
|
2026-02-09 17:45:43 +01:00
|
|
|
Set up and verify the Gitea container registry for hosting Docker images as user-level packages.
|
2026-02-09 16:32:04 +01:00
|
|
|
|
2026-02-09 17:45:43 +01:00
|
|
|
## Checklist
|
|
|
|
|
|
|
|
|
|
- [ ] Create a Gitea access token with `read:package` and `write:package` scopes
|
2026-02-09 18:28:56 +01:00
|
|
|
- [ ] 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`)
|
2026-02-09 17:45:43 +01:00
|
|
|
- [ ] Verify the image appears under the user's Packages tab in Gitea
|
|
|
|
|
- [ ] Test pulling the image back (from Unraid or dev machine)
|