VoucherVault

VoucherVault

Docker 应用程序 from LVRT's Repository

概述

Django web application to store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO. Once the container is up and running, you can access the web portal at `http://YOUR-IP:8000`. The default username is admin. The default password is auto-generated and displayed in container logs. Installation Instructions: https://github.com/l4rm4nd/VoucherVault/wiki/01-%E2%80%90-Installation#Unraid-installation

要求

Requires a Redis container named `redis-vouchervault` for expiry notifications.

运行时参数

网络用户界面
http://[IP]:[PORT:8000]
网络
bridge
外壳
bash
特权
false
额外参数
--restart=unless-stopped

模板配置

DOMAINVariable

Defines the FQDN or IP address on which you plan to access the VoucherVault container.

PORTPorttcp

Defines the Docker port mapping.

目标
8000
默认值
8000
价值
8000
SECURE_COOKIESVariable

Set to `True` if you use a reverse proxy with TLS

默认值
False
价值
False
EXPIRY_THRESHOLD_DAYSVariable

Send notifications xx days prior expiry

默认值
30
价值
90
DOCKER BIND MOUNT DIRPathrw

Defines the Docker bind mount volume for persisted database data. Assign proper read+write permissions for the `www-data` user (UID: 33, GID: 33) or execute `chmod -R 777 /mnt/user/appdata/vouchervault/*` via Unraid terminal shell as root.

目标
/opt/app/database
价值
/mnt/user/appdata/vouchervault/db
REDIS_URLVariable

Defines the redis container name

默认值
redis://redis:6379/0
价值
redis://redis-vouchervault:6379/0
TZVariable

Defines the timezone to use

默认值
Europe/Berlin
价值
Europe/Berlin

下载统计数据

149,152
下载总数

详细信息

存储库
l4rm4nd/vouchervault:1.27.x
最后更新2026-04-28
初见2026-04-07

在Unraid 上运行 VoucherVault 。

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