Default Unraid template image to Forgejo registry with optional auto-push
This commit is contained in:
parent
713e090c2c
commit
51456faff4
3 changed files with 39 additions and 2 deletions
16
README.md
16
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue