Update date in json (#9911)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2025-12-12 20:01:55 +00:00
committed by GitHub
parent c1a953cd29
commit d3f21bf6a0

View File

@ -1,40 +1,40 @@
{ {
"name": "Wallabag", "name": "Wallabag",
"slug": "wallabag", "slug": "wallabag",
"categories": [ "categories": [
12 12
], ],
"date_created": "2025-12-09", "date_created": "2025-12-12",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"config_path": "/opt/wallabag/app/config/parameters.yml", "config_path": "/opt/wallabag/app/config/parameters.yml",
"interface_port": 8000, "interface_port": 8000,
"documentation": "https://doc.wallabag.org/", "documentation": "https://doc.wallabag.org/",
"website": "https://wallabag.org/", "website": "https://wallabag.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wallabag.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wallabag.webp",
"description": "Wallabag is a self-hosted read-it-later application. Save web articles to read them later, offline, in a clean and distraction-free interface. Features tagging, full-text search, and browser/mobile app integrations.", "description": "Wallabag is a self-hosted read-it-later application. Save web articles to read them later, offline, in a clean and distraction-free interface. Features tagging, full-text search, and browser/mobile app integrations.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/wallabag.sh", "script": "ct/wallabag.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 6, "hdd": 6,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Database credentials are stored in ~/wallabag.creds", "text": "Database credentials are stored in ~/wallabag.creds",
"type": "info" "type": "info"
} }
] ]
} }