WhiskyWise

WhiskyWise

Docker 应用程序 from Heisenbugger's Repository

概述

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.

运行时参数

网络用户界面
http://[IP]:[PORT:5000]
网络
host
外壳
sh
特权
false
额外参数
--restart unless-stopped

模板配置

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.

目标
/data
默认值
/mnt/user/appdata/WhiskyWise/
价值
/mnt/user/appdata/WhiskyWise/
WebUI PortPorttcp

WebUI Port

目标
5000
默认值
5000
价值
5000
Secret KeyVariable

Flask session secret — must be changed

目标
SECRET_KEY
价值
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

目标
TZ
默认值
Europe/Amsterdam
价值
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!

目标
SESSION_COOKIE_SECURE
默认值
false
价值
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!

目标
REMEMBER_COOKIE_SECURE
默认值
false
价值
true
Upload FolderVariable

Storage Folder for pictures inside the container

目标
UPLOAD_FOLDER
默认值
/data/uploads
价值
/data/uploads
Database PathVariable

SQLite DB path

目标
DATABASE_PATH
默认值
/data/db/whiskywise.db
价值
/data/db/whiskywise.db

详细信息

存储库
ghcr.io/prolife86/whiskywise:latest
最后更新2026-05-31
初见2026-05-13

在Unraid 上运行 WhiskyWise 。

WhiskyWise 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。