#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "wallabag2" name = "Wallabag" description.en = "Save and classify articles. Read them later" description.fr = "Enregistrez et classez les articles. Lisez-les plus tard" version = "2.5.4~ynh3" maintainers = ["lapineige"] [upstream] license = "MIT" website = "https://www.wallabag.org" demo = "https://demo.yunohost.org/wallabag/" admindoc = "https://doc.wallabag.org/en/" code = "https://github.com/wallabag/wallabag" cpe = "cpe:2.3:a:wallabag:wallabag" fund = "https://liberapay.com/wallabag" [integration] yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true sso = true disk = "200M" ram.build = "150M" ram.runtime = "50M" [install] [install.domain] type = "domain" [install.path] type = "path" default = "/wallabag" [install.init_main_permission] type = "group" default = "visitors" [install.admin] type = "user" [resources] [resources.sources.main] url = "https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz" sha256 = "c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618" autoupdate.strategy = "latest_github_release" [resources.system_user] [resources.install_dir] [resources.permissions] main.url = "/" [resources.apt] packages = [ "mariadb-server", "php7.4-cli", "php7.4-curl", "php7.4-gd", "php7.4-gettext", "php7.4-intl", "php7.4-json", "php7.4-ldap", "php7.4-mbstring", "php7.4-mysql", "php7.4-redis", "php7.4-tidy", "php7.4-xml", ] [resources.database] type = "mysql"