WhiskyWise
Aplicación Docker from Heisenbugger's Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:5000]- Red
host- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--restart unless-stopped
Configuración de plantillas
Always map the data directory to a local volume. If you delete the container without a volume mapping, you will lose your tasting history and collection data.
- Objetivo
- /data
- Por defecto
- /mnt/user/appdata/WhiskyWise/
- Valor
- /mnt/user/appdata/WhiskyWise/
WebUI Port
- Objetivo
- 5000
- Por defecto
- 5000
- Valor
- 5000
Flask session secret — must be changed
- Objetivo
- SECRET_KEY
- Valor
- change-this-to-a-long-random-secret
Set to your timezone per https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- Objetivo
- TZ
- Por defecto
- Europe/Amsterdam
- Valor
- Europe/Amsterdam
Set to true if hosted behind a reverse proxy that terminates HTTP! Without these flags, session cookies can be transmitted over plain HTTP!
- Objetivo
- SESSION_COOKIE_SECURE
- Por defecto
- false
- Valor
- true
Set to true if hosted behind a reverse proxy that terminates HTTP! Without these flags, session cookies can be transmitted over plain HTTP!
- Objetivo
- REMEMBER_COOKIE_SECURE
- Por defecto
- false
- Valor
- true
Storage Folder for pictures inside the container
- Objetivo
- UPLOAD_FOLDER
- Por defecto
- /data/uploads
- Valor
- /data/uploads
SQLite DB path
- Objetivo
- DATABASE_PATH
- Por defecto
- /data/db/whiskywise.db
- Valor
- /data/db/whiskywise.db
Categorías
Detalles
ghcr.io/prolife86/whiskywise:latestEjecute WhiskyWise en Unraid.
WhiskyWise se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.