diff --git a/ct/wallabag.sh b/ct/wallabag.sh index 46eb8ff05..2fc8b6a3f 100644 --- a/ct/wallabag.sh +++ b/ct/wallabag.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}" var_ram="${var_ram:-2048}" var_disk="${var_disk:-6}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_unprivileged="${var_unprivileged:-1}" header_info "$APP" diff --git a/frontend/public/json/wallabag.json b/frontend/public/json/wallabag.json index bd2d31824..1d21ddd56 100644 --- a/frontend/public/json/wallabag.json +++ b/frontend/public/json/wallabag.json @@ -4,7 +4,7 @@ "categories": [ 12 ], - "date_created": "2025-07-02", + "date_created": "2025-12-09", "type": "ct", "updateable": true, "privileged": false, @@ -12,7 +12,7 @@ "interface_port": 8000, "documentation": "https://doc.wallabag.org/", "website": "https://wallabag.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/wallabag.svg", + "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.", "install_methods": [ { @@ -23,7 +23,7 @@ "ram": 2048, "hdd": 6, "os": "Debian", - "version": "12" + "version": "13" } } ],