Default Unraid template image to Forgejo registry with optional auto-push

This commit is contained in:
J0Z1L 2026-02-28 00:54:00 +01:00
parent 713e090c2c
commit 51456faff4
3 changed files with 39 additions and 2 deletions

View file

@ -59,6 +59,22 @@ Danach macht das Skript automatisch:
- Unraid-Template erstellen/aktualisieren
- Template-Seite in Unraid oeffnen
Standard-Image-Repo ist jetzt Forgejo Registry:
```bash
IMAGE_REPO=forgejo.tailef61c0.ts.net/openclaw/lidarr-spotify-frontend
IMAGE_TAG=latest
```
Optional direkt in Registry pushen:
```bash
PUSH_IMAGE=1
REGISTRY_URL=forgejo.tailef61c0.ts.net
REGISTRY_USER=openclaw
REGISTRY_TOKEN=dein_token
```
Alternativ (wenn du schon im Repo bist), einmalig:
```bash