Make start.sh standalone bootstrap for host-only setup
This commit is contained in:
parent
f2c0ffe5d0
commit
ce660151d8
2 changed files with 63 additions and 10 deletions
20
README.md
20
README.md
|
|
@ -36,7 +36,25 @@ Danach erreichbar unter: [http://localhost:3000](http://localhost:3000)
|
|||
|
||||
## Unraid: Build + Template automatisch aktualisieren/anlegen
|
||||
|
||||
Einmalig:
|
||||
Du brauchst am Anfang nur `start.sh` auf dem Host.
|
||||
|
||||
Beispiel:
|
||||
|
||||
```bash
|
||||
mkdir -p /mnt/user/appdata/Lidarr-Frontend
|
||||
cd /mnt/user/appdata/Lidarr-Frontend
|
||||
# start.sh hier ablegen
|
||||
bash start.sh
|
||||
```
|
||||
|
||||
Danach macht das Skript automatisch:
|
||||
|
||||
- Repo in diesem Ordner clonen (oder aktualisieren)
|
||||
- Docker-Image bauen
|
||||
- Unraid-Template erstellen/aktualisieren
|
||||
- Template-Seite in Unraid oeffnen
|
||||
|
||||
Alternativ (wenn du schon im Repo bist), einmalig:
|
||||
|
||||
```bash
|
||||
chmod +x start.sh scripts/run-unraid.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue