shelly-manager
shelly-manager
Aplicación Docker from jfmlima's Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8080]/- Red
bridge- Privilegiado
- false
- Parámetros adicionales
--restart unless-stopped
Configuración de plantillas
Web interface and API port
- Objetivo
- 8080
- Por defecto
- 8080
Path for persistent data (database)
- Objetivo
- /config
- Por defecto
- /mnt/user/appdata/shelly-manager
Encryption key for stored credentials. Generate with: python3 -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())'
- Objetivo
- SHELLY_SECRET_KEY
Logging verbosity (debug, info, warning, error)
- Objetivo
- LOG_LEVEL
- Por defecto
- info
User ID for file permissions
- Por defecto
- 1000
Group ID for file permissions
- Por defecto
- 1000
Internal port for the web UI and nginx reverse proxy (change if 8080 conflicts in host network mode)
- Objetivo
- PORT
- Por defecto
- 8080
Internal port for the API server (change if 8000 conflicts in host network mode)
- Objetivo
- API_PORT
- Por defecto
- 8000
Override the API base URL (e.g., behind a reverse proxy). Leave empty to auto-detect from browser URL.
- Objetivo
- VITE_BASE_API_URL
Categorías
Detalles
ghcr.io/jfmlima/shelly-manager:latestEjecute shelly-manager en Unraid.
shelly-manager se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.