Update date in json (#12021)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-02-17 09:41:19 +00:00
committed by GitHub
parent 104366bc64
commit 438d5d6b94
+41 -41
View File
@@ -1,44 +1,44 @@
{ {
"name": "Databasus", "name": "Databasus",
"slug": "databasus", "slug": "databasus",
"categories": [ "categories": [
7 7
], ],
"date_created": "2025-01-14", "date_created": "2026-02-17",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://github.com/databasus/databasus", "documentation": "https://github.com/databasus/databasus",
"website": "https://github.com/databasus/databasus", "website": "https://github.com/databasus/databasus",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/databasus.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/databasus.webp",
"config_path": "/opt/databasus/.env", "config_path": "/opt/databasus/.env",
"description": "Free, open source and self-hosted solution for automated PostgreSQL backups. With multiple storage options, notifications, scheduling, and a beautiful web interface for managing database backups across multiple PostgreSQL instances.", "description": "Free, open source and self-hosted solution for automated PostgreSQL backups. With multiple storage options, notifications, scheduling, and a beautiful web interface for managing database backups across multiple PostgreSQL instances.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/databasus.sh", "script": "ct/databasus.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 8, "hdd": 8,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin@localhost", "username": "admin@localhost",
"password": "See /root/databasus.creds" "password": "See /root/databasus.creds"
},
"notes": [
{
"text": "Supports PostgreSQL versions 12-18 with cloud and self-hosted instances",
"type": "info"
}, },
"notes": [ {
{ "text": "Features: Scheduled backups, multiple storage providers, notifications, encryption",
"text": "Supports PostgreSQL versions 12-18 with cloud and self-hosted instances", "type": "info"
"type": "info" }
}, ]
{
"text": "Features: Scheduled backups, multiple storage providers, notifications, encryption",
"type": "info"
}
]
} }