databasement

databasement

Docker-Anwendung from ZappyZap's Repository

Übersicht

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.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:2226]
Netzwerk
bridge
Shell
sh
Privilegiert
false

Konfiguration der Vorlage

WEBUIPorttcp

Web UI

Ziel
2226
Standard
2226
Wert
2226
Data DirectoryPathrw
Ziel
/data
Wert
/mnt/user/appdata/databasement/data
application keyVariable

# Generate an application key docker run --rm davidcrty/databasement:latest php artisan key:generate --show

Ziel
APP_KEY
DB_CONNECTIONVariable
Standard
sqlite
Wert
sqlite
Database File locationVariable
Ziel
DB_DATABASE
Standard
/data/database.sqlite
Wert
/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.

Standard
True
Wert
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

Standard
*
Wert
*

Statistik herunterladen

256,715
Downloads insgesamt
62,674
Dieser Monat
68,180
Durchschnittlich / Monat

Gesamte Downloads im Laufe der Zeit

Tabelle laden...

Einzelheiten

Repository
davidcrty/databasement:latest
Zuletzt aktualisiert2026-05-07
Erstmals gesehen2026-01-07

Führen Sie Databasement auf Unraid aus.

Databasement ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.