mirror of
https://github.com/YunoHost-Apps/selfoss_ynh.git
synced 2024-09-03 20:16:21 +02:00
57 lines
1.3 KiB
TOML
57 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "selfoss"
|
|
name = "Selfoss"
|
|
description.en = "Multipurpose RSS reader"
|
|
description.fr = "Lecteur RSS polyvalent"
|
|
|
|
version = "2.19~ynh5"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "https://selfoss.aditu.de/"
|
|
admindoc = "https://github.com/fossar/selfoss/wiki"
|
|
userdoc = "https://selfoss.aditu.de/"
|
|
code = "https://github.com/fossar/selfoss"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.29"
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/selfoss"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/SSilence/selfoss/releases/download/2.19/selfoss-2.19.zip"
|
|
sha256 = "e49c4750e9723277963ca699b602f09f9148e2b9f258fce6b14429498af0e4fc"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data:r-x"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "sqlite3, php8.2-xml, php8.2-sqlite3, php8.2-mbstring, php8.2-gd, php8.2-curl"
|