|
1 | 1 | { |
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 | + ] |
40 | 40 | } |
0 commit comments