Update date in json (#12169)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-02-22 10:26:52 +00:00
committed by GitHub
parent 2407a633e7
commit c7dcedc23c
+41 -41
View File
@@ -1,44 +1,44 @@
{ {
"name": "Gramps Web", "name": "Gramps Web",
"slug": "gramps-web", "slug": "gramps-web",
"categories": [ "categories": [
12 12
], ],
"date_created": "2026-02-16", "date_created": "2026-02-22",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 5000, "interface_port": 5000,
"documentation": "https://www.grampsweb.org/install_setup/setup/", "documentation": "https://www.grampsweb.org/install_setup/setup/",
"website": "https://www.grampsweb.org/", "website": "https://www.grampsweb.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gramps.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gramps.webp",
"config_path": "/opt/gramps-web/config/config.cfg", "config_path": "/opt/gramps-web/config/config.cfg",
"description": "Gramps Web is a collaborative genealogy platform for browsing, editing and sharing family trees through a modern web interface.", "description": "Gramps Web is a collaborative genealogy platform for browsing, editing and sharing family trees through a modern web interface.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/gramps-web.sh", "script": "ct/gramps-web.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,
"hdd": 20, "hdd": 20,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "On first access, create the owner account via the built-in onboarding wizard.",
"type": "info"
}, },
"notes": [ {
{ "text": "The initial deployment compiles the frontend and can take several minutes.",
"text": "On first access, create the owner account via the built-in onboarding wizard.", "type": "warning"
"type": "info" }
}, ]
{
"text": "The initial deployment compiles the frontend and can take several minutes.",
"type": "warning"
}
]
} }