ezBookkeeping
Docker 应用程序 from Yusseiin's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:8080]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
HTTP port for the ezBookkeeping web interface.
- 目标
- 8080
- 默认值
- 8080
- 价值
- 8080
Persistent data directory. Holds the SQLite database when using the default database backend.
- 目标
- /ezbookkeeping/data
- 默认值
- /mnt/user/appdata/ezbookkeeping/data
- 价值
- /mnt/user/appdata/ezbookkeeping/data
Object storage for user uploads (avatars, transaction pictures, etc.).
- 目标
- /ezbookkeeping/storage
- 默认值
- /mnt/user/appdata/ezbookkeeping/storage
- 价值
- /mnt/user/appdata/ezbookkeeping/storage
Application log directory.
- 目标
- /ezbookkeeping/log
- 默认值
- /mnt/user/appdata/ezbookkeeping/log
- 价值
- /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.
- 目标
- /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.
- 目标
- EBK_SECURITY_SECRET_KEY
- 价值
- 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.
- 目标
- 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.
- 目标
- EBK_USER_ENABLE_REGISTER
- 默认值
- true
- 价值
- 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.
- 目标
- EBK_DATABASE_TYPE
- 默认值
- sqlite3
- 价值
- 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.
- 目标
- 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).
- 目标
- EBK_DATABASE_NAME
Only used when Database Type is mysql or postgres. Username with full privileges on the database above.
- 目标
- EBK_DATABASE_USER
Only used when Database Type is mysql or postgres. Password for the database user.
- 目标
- EBK_DATABASE_PASSWD
Optional. Log output mode: console, file, or console,file. Leave blank for the image default.
- 目标
- EBK_LOG_MODE
下载统计数据
详细信息
mayswind/ezbookkeeping:latest在Unraid 上运行 ezBookkeeping 。
ezBookkeeping 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。