GarageStack
Docker-Anwendung from joz's Repository
Übersicht
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:80]/- Netzwerk
bridge- Shell
bash- Privilegiert
- false
Konfiguration der Vorlage
Host port for the GarageStack web interface. Open this in your browser.
- Ziel
- 80
- Standard
- 8080
- Wert
- 8080
Host port for the internal Mosquitto MQTT broker. Only expose if you need direct MQTT access from other devices.
- Ziel
- 1883
- Standard
- 1883
- Wert
- 1883
Persistent storage for the PostgreSQL database, MQTT data, application logs, and ASP.NET Data Protection keys. Back this up regularly.
- Ziel
- /data
- Standard
- /mnt/user/appdata/garagestack
- Wert
- /mnt/user/appdata/garagestack
Your MG iSmart account email address. Must be the vehicle OWNER account -- shared or secondary accounts lack the write permissions needed to register alarm switches and will result in API error 1100003. Use a separate account on the MG phone app to avoid session conflicts.
- Ziel
- SAIC_USER
Your MG iSmart account password.
- Ziel
- SAIC_PASSWORD
Region your vehicle is registered in: eu (Europe), cn (China), or row (Rest of World).
- Ziel
- SAIC_REGION
- Standard
- eu
- Wert
- eu
Password for the embedded PostgreSQL database. Set a strong random value -- you will not need to enter this again. Generate one with: openssl rand -base64 24
- Ziel
- POSTGRES_PASSWORD
Secret used to sign login tokens. Must be at least 32 characters. Generate with: openssl rand -base64 32
- Ziel
- JWT_SECRET
The exact URL you use to open GarageStack in your browser, e.g. http://192.168.1.100:8080. Must match exactly -- wrong value causes login to fail.
- Ziel
- CORS_ORIGIN
- Standard
- http://localhost:8080
- Wert
- http://localhost:8080
VAPID public key for Web Push notifications. Leave empty to disable push notifications (the rest of the app works fine without them). Generate a key pair with: npx web-push generate-vapid-keys
- Ziel
- VAPID_PUBLIC_KEY
VAPID private key for Web Push notifications. Keep this secret.
- Ziel
- VAPID_PRIVATE_KEY
PostgreSQL database name. Only change this if you know what you are doing.
- Ziel
- POSTGRES_DB
- Standard
- garagestack
- Wert
- garagestack
PostgreSQL database user. Only change this if you know what you are doing.
- Ziel
- POSTGRES_USER
- Standard
- garagestack
- Wert
- garagestack
Kategorien
Einzelheiten
ghcr.io/joszz/garagestack:latestFühren Sie GarageStack auf Unraid aus.
GarageStack ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.