docs: clarify Gitea registry authentication
CI / Test and publish (push) Successful in 25s

This commit is contained in:
2026-09-10 19:43:14 +04:00
parent bf306eddba
commit 04b0e9477e
+3 -1
View File
@@ -6,9 +6,11 @@ It only calls `GET /v1/vacations/year/{year}`.
## Run ## Run
Run the published `linux/amd64` image: The registry requires authentication. Log in with a `packager` token that has
`read:package` permission, then run the published `linux/amd64` image:
```sh ```sh
docker login code.popov.link --username packager
docker run -d --name vacationplanner2ics --restart unless-stopped --read-only \ docker run -d --name vacationplanner2ics --restart unless-stopped --read-only \
-p 127.0.0.1:8080:8080 code.popov.link/packager/vacationplanner2ics:latest -p 127.0.0.1:8080:8080 code.popov.link/packager/vacationplanner2ics:latest
``` ```