Skip to content

Commit d3f21bf

Browse files
Update date in json (#9911)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent c1a953c commit d3f21bf

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

frontend/public/json/wallabag.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"name": "Wallabag",
3-
"slug": "wallabag",
4-
"categories": [
5-
12
6-
],
7-
"date_created": "2025-12-09",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"config_path": "/opt/wallabag/app/config/parameters.yml",
12-
"interface_port": 8000,
13-
"documentation": "https://doc.wallabag.org/",
14-
"website": "https://wallabag.org/",
15-
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wallabag.webp",
16-
"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.",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/wallabag.sh",
21-
"resources": {
22-
"cpu": 2,
23-
"ram": 2048,
24-
"hdd": 6,
25-
"os": "Debian",
26-
"version": "13"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": [
35-
{
36-
"text": "Database credentials are stored in ~/wallabag.creds",
37-
"type": "info"
38-
}
39-
]
2+
"name": "Wallabag",
3+
"slug": "wallabag",
4+
"categories": [
5+
12
6+
],
7+
"date_created": "2025-12-12",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"config_path": "/opt/wallabag/app/config/parameters.yml",
12+
"interface_port": 8000,
13+
"documentation": "https://doc.wallabag.org/",
14+
"website": "https://wallabag.org/",
15+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wallabag.webp",
16+
"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.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/wallabag.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 2048,
24+
"hdd": 6,
25+
"os": "Debian",
26+
"version": "13"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": [
35+
{
36+
"text": "Database credentials are stored in ~/wallabag.creds",
37+
"type": "info"
38+
}
39+
]
4040
}

0 commit comments

Comments
 (0)