databasement
Docker 应用程序 from ZappyZap's Repository
概述
Databasement is a web application for managing database server backups. It allows you to register database servers (MySQL, PostgreSQL, MariaDB), test connections, schedule automated backups, and restore snapshots to any registered server.
The APP_KEY is required for encryption. Generate one with:
docker run --rm davidcrty/databasement:latest php artisan key:generate --show
Copy the output (e.g., base64:xxxx...) and set it as APP_KEY.
运行时参数
- 网络用户界面
http://[IP]:[PORT:2226]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
WEBUIPorttcp
Web UI
- 目标
- 2226
- 默认值
- 2226
- 价值
- 2226
Data DirectoryPathrw
- 目标
- /data
- 价值
- /mnt/user/appdata/databasement/data
application keyVariable
# Generate an application key docker run --rm davidcrty/databasement:latest php artisan key:generate --show
- 目标
- APP_KEY
DB_CONNECTIONVariable
- 默认值
- sqlite
- 价值
- sqlite
Database File locationVariable
- 目标
- DB_DATABASE
- 默认值
- /data/database.sqlite
- 价值
- /data/database.sqlite
ENABLE_QUEUE_WORKERVariable
The ENABLE_QUEUE_WORKER=true environment variable enables the background queue worker inside the container. This is required for processing backup and restore jobs. When using Docker Compose, the worker runs as a separate service instead.
- 默认值
- True
- 价值
- True
TRUSTED_PROXIESVariable
127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,::1') - This covers all RFC 1918 private ranges * - Trust all proxies (suitable for Kubernetes/Docker where proxy IPs are dynamic) Comma-separated IPs: 10.0.0.1,192.168.1.0/24 - Trust specific proxies Empty - Trust no proxies
- 默认值
- *
- 价值
- *
下载统计数据
256,715
下载总数
62,674
本月
68,180
平均每月
长期下载总量
加载图表...
详细信息
存储库
davidcrty/databasement:latest最后更新2026-05-07
初见2026-01-07
在Unraid 上运行 Databasement 。
Databasement 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。