VoucherVault
Aplicación Docker from LVRT's Repository
Visión general
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
Requisitos
Requires a Redis container named `redis-vouchervault` for expiry notifications.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8000]- Red
bridge- Concha
bash- Privilegiado
- false
- Parámetros adicionales
--restart=unless-stopped
Configuración de plantillas
DOMAINVariable
Defines the FQDN or IP address on which you plan to access the VoucherVault container.
PORTPorttcp
Defines the Docker port mapping.
- Objetivo
- 8000
- Por defecto
- 8000
- Valor
- 8000
SECURE_COOKIESVariable
Set to `True` if you use a reverse proxy with TLS
- Por defecto
- False
- Valor
- False
EXPIRY_THRESHOLD_DAYSVariable
Send notifications xx days prior expiry
- Por defecto
- 30
- Valor
- 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.
- Objetivo
- /opt/app/database
- Valor
- /mnt/user/appdata/vouchervault/db
REDIS_URLVariable
Defines the redis container name
- Por defecto
- redis://redis:6379/0
- Valor
- redis://redis-vouchervault:6379/0
TZVariable
Defines the timezone to use
- Por defecto
- Europe/Berlin
- Valor
- Europe/Berlin
Categorías
Descargar estadísticas
149,152
Descargas totales
Detalles
Repositorio
l4rm4nd/vouchervault:1.27.xÚltima actualización2026-04-28
Visto por primera vez2026-04-07
Ejecute VoucherVault en Unraid.
VoucherVault se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.