1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/selfoss_ynh.git synced 2024-09-03 20:16:21 +02:00
selfoss_ynh/manifest.toml

58 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2023-03-10 12:48:48 +01:00
packaging_format = 2
id = "selfoss"
name = "Selfoss"
description.en = "Multipurpose RSS reader"
description.fr = "Lecteur RSS polyvalent"
2024-08-31 15:08:08 +02:00
version = "2.19~ynh5"
2023-03-10 12:48:48 +01:00
2024-02-14 10:52:44 +01:00
maintainers = []
2023-03-10 12:48:48 +01:00
[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]
2024-08-31 10:31:29 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
2023-03-10 12:54:55 +01:00
architectures = "all"
2023-03-10 12:48:48 +01:00
multi_instance = true
2023-03-10 12:54:55 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-10 12:48:48 +01:00
[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"
2023-09-09 08:25:55 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-10 12:48:48 +01:00
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
2023-03-10 12:48:48 +01:00
[resources.permissions]
main.url = "/"
2023-03-10 12:54:55 +01:00
[resources.apt]
2023-10-02 22:59:31 +02:00
packages = "sqlite3, php8.2-xml, php8.2-sqlite3, php8.2-mbstring, php8.2-gd, php8.2-curl"