ezBookkeeping
Application Docker from Yusseiin's Repository
Vue d'ensemble
Arguments d'exécution
- Interface utilisateur Web
http://[IP]:[PORT:8080]- Réseau
bridge- Coquille
sh- Privilégié
- false
Configuration du modèle
HTTP port for the ezBookkeeping web interface.
- Cible
- 8080
- Défaut
- 8080
- Valeur
- 8080
Persistent data directory. Holds the SQLite database when using the default database backend.
- Cible
- /ezbookkeeping/data
- Défaut
- /mnt/user/appdata/ezbookkeeping/data
- Valeur
- /mnt/user/appdata/ezbookkeeping/data
Object storage for user uploads (avatars, transaction pictures, etc.).
- Cible
- /ezbookkeeping/storage
- Défaut
- /mnt/user/appdata/ezbookkeeping/storage
- Valeur
- /mnt/user/appdata/ezbookkeeping/storage
Application log directory.
- Cible
- /ezbookkeeping/log
- Défaut
- /mnt/user/appdata/ezbookkeeping/log
- Valeur
- /mnt/user/appdata/ezbookkeeping/log
Optional. Mount a folder containing a custom ezbookkeeping.ini to override the built-in config. Leave blank to use defaults plus EBK_* environment variables.
- Cible
- /ezbookkeeping/conf
Random string used to encrypt sensitive user data. CHANGE this to a long random string before first start (e.g. openssl rand -hex 32). Changing it later will invalidate existing tokens/2FA secrets.
- Cible
- EBK_SECURITY_SECRET_KEY
- Valeur
- change-me-to-a-long-random-string
The domain or IP used to reach the WebUI (e.g. ezbookkeeping.example.com or 192.168.1.50). Used to build correct URLs in emails and the PWA.
- Cible
- EBK_SERVER_DOMAIN
Allow new users to register accounts from the login page. Set to false after creating your own account to prevent strangers from signing up.
- Cible
- EBK_USER_ENABLE_REGISTER
- Défaut
- true
- Valeur
- true
Database backend: sqlite3 (default, no extra setup), mysql, or postgres. When set to mysql/postgres, also fill in the Database Host/Name/User/Password fields below.
- Cible
- EBK_DATABASE_TYPE
- Défaut
- sqlite3
- Valeur
- sqlite3
Only used when Database Type is mysql or postgres. host:port of the database server — e.g. mariadb:3306 if you run MariaDB as a separate Unraid container on the bridge network.
- Cible
- EBK_DATABASE_HOST
Only used when Database Type is mysql or postgres. Name of the database to use (must already exist on the DB server).
- Cible
- EBK_DATABASE_NAME
Only used when Database Type is mysql or postgres. Username with full privileges on the database above.
- Cible
- EBK_DATABASE_USER
Only used when Database Type is mysql or postgres. Password for the database user.
- Cible
- EBK_DATABASE_PASSWD
Optional. Log output mode: console, file, or console,file. Leave blank for the image default.
- Cible
- EBK_LOG_MODE
Catégories
Télécharger les statistiques
Détails
mayswind/ezbookkeeping:latestExécutez ezBookkeeping sur Unraid.
ezBookkeeping est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.