WhiskyWise
WhiskyWise
Docker app from Heisenbugger's Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:5000]- Network
host- Shell
sh- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
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.
- Target
- /data
- Default
- /mnt/user/appdata/WhiskyWise/
- Value
- /mnt/user/appdata/WhiskyWise/
WebUI Port
- Target
- 5000
- Default
- 5000
- Value
- 5000
Flask session secret — must be changed
- Target
- SECRET_KEY
- Value
- change-this-to-a-long-random-secret
Set to your timezone per https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- Target
- TZ
- Default
- Europe/Amsterdam
- Value
- 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!
- Target
- SESSION_COOKIE_SECURE
- Default
- false
- Value
- true
Set to true if hosted behind a reverse proxy that terminates HTTP! Without these flags, session cookies can be transmitted over plain HTTP!
- Target
- REMEMBER_COOKIE_SECURE
- Default
- false
- Value
- true
Storage Folder for pictures inside the container
- Target
- UPLOAD_FOLDER
- Default
- /data/uploads
- Value
- /data/uploads
SQLite DB path
- Target
- DATABASE_PATH
- Default
- /data/db/whiskywise.db
- Value
- /data/db/whiskywise.db
Categories
Details
ghcr.io/prolife86/whiskywise:latestRun WhiskyWise on Unraid.
WhiskyWise is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.