Add Unraid plugin package
This commit is contained in:
@@ -15,7 +15,41 @@ U-Navigator ist als Unraid-Plugin machbar. Empfohlen wird ein hybrider Aufbau au
|
||||
|
||||
Naechster sinnvoller Schritt:
|
||||
|
||||
Unraid-Plugin-Paketierung fuer die bestehende Web-App und das Backend.
|
||||
Go-Backend oder gebuendelte Runtime, damit das Plugin nicht mehr von einer vorhandenen Node.js-Installation abhaengt.
|
||||
|
||||
## Unraid Plugin installieren
|
||||
|
||||
Plugin-URL:
|
||||
|
||||
```text
|
||||
https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg
|
||||
```
|
||||
|
||||
Installation per Unraid Terminal:
|
||||
|
||||
```sh
|
||||
installplg https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/u-navigator.plg
|
||||
```
|
||||
|
||||
Oder im WebGUI:
|
||||
|
||||
```text
|
||||
Plugins -> Install Plugin -> URL einfuegen -> Install
|
||||
```
|
||||
|
||||
Danach starten:
|
||||
|
||||
```sh
|
||||
rc.u-navigator start
|
||||
```
|
||||
|
||||
Status pruefen:
|
||||
|
||||
```sh
|
||||
rc.u-navigator status
|
||||
```
|
||||
|
||||
Wichtig: Dieser erste Plugin-Spike benoetigt `node` auf dem Unraid-System. Falls `rc.u-navigator start` meldet, dass Node.js fehlt, muss als naechster Schritt das Backend als Go-Binary gebaut oder Node.js separat bereitgestellt werden.
|
||||
|
||||
## Lokal starten
|
||||
|
||||
|
||||
Reference in New Issue
Block a user