WhiskyWise

WhiskyWise

Aplicación Docker from Heisenbugger's Repository

Visión general

Your Personal Spirits Guide Whisky Wise is a lightweight, containerized personal assistant for spirits enthusiasts. Whether you're tracking a growing collection or cataloging the nuance of a rare Islay peat, Whisky Wise provides a clean, distraction-free interface to manage your journey through the world of whisky. Tip: Set a persistent SECRET_KEY in the container variables — if left empty/change-this-to-a-long-random-secret, a random key is generated at startup and sessions will not survive a container restart. Android App: A native Android companion app is available that connects directly to your WhiskyWise instance via the built-in REST API. Find it at github.com/prolife86/WhiskyWise-app. Requires server v1.5.4 or later.

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

App DataPathrw

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 PortPorttcp

WebUI Port

Objetivo
5000
Por defecto
5000
Valor
5000
Secret KeyVariable

Flask session secret — must be changed

Objetivo
SECRET_KEY
Valor
change-this-to-a-long-random-secret
Time ZoneVariable

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
Session Secure CookieVariable

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
Remember Secure CookieVariable

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
Upload FolderVariable

Storage Folder for pictures inside the container

Objetivo
UPLOAD_FOLDER
Por defecto
/data/uploads
Valor
/data/uploads
Database PathVariable

SQLite DB path

Objetivo
DATABASE_PATH
Por defecto
/data/db/whiskywise.db
Valor
/data/db/whiskywise.db

Categorías

Detalles

Repositorio
ghcr.io/prolife86/whiskywise:latest
Última actualización2026-05-31
Visto por primera vez2026-05-13

Ejecute 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.