mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
82 lines
1.8 KiB
TOML
82 lines
1.8 KiB
TOML
#: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~ynh7"
|
|
|
|
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.30"
|
|
helpers_version = "2.1"
|
|
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"
|
|
autoupdate.asset = ".*\\.tar\\.gz"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data:r-x"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"mariadb-server",
|
|
"php8.2-cli",
|
|
"php8.2-curl",
|
|
"php8.2-gd",
|
|
"php8.2-gettext",
|
|
"php8.2-intl",
|
|
"php8.2-json",
|
|
"php8.2-ldap",
|
|
"php8.2-mbstring",
|
|
"php8.2-mysql",
|
|
"php8.2-redis",
|
|
"php8.2-tidy",
|
|
"php8.2-xml",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|