1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
leed_ynh/manifest.toml

78 lines
1.9 KiB
TOML
Raw Permalink Normal View History

2024-01-16 21:35:46 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "leed"
name = "Leed"
description.en = "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds"
description.fr = "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive"
2024-01-20 17:16:54 +01:00
version = "1.14.0~ynh1"
2024-01-16 21:35:46 +01:00
maintainers = []
[upstream]
license = "AGPL-3.0"
code = "https://github.com/LeedRSS/Leed"
[integration]
2024-01-16 21:53:46 +01:00
yunohost = ">= 11.2"
2024-01-16 21:35:46 +01:00
architectures = "all"
multi_instance = true
2024-01-16 21:40:21 +01:00
ldap = false
sso = false
2024-01-16 21:53:46 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2024-01-16 21:35:46 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/leed"
[install.init_main_permission]
help.en = "A public Leed will be accessible for third party apps. By turning on 'anonymous readers' in Leed configuration, you can made your feeds public."
help.fr = "Un Leed public sera accessible pour les applications tierces. En autorisant 'la lecture anonyme' dans la configuration de Leed, vous pouvez rendre vos flux publics."
type = "group"
2024-01-16 21:40:21 +01:00
default = "visitors"
2024-01-16 21:35:46 +01:00
[install.language]
ask.en = "Choose your agregator's language"
ask.fr = "Choisissez la langue de votre agrégateur"
type = "select"
choices = ["en", "fr", "es"]
default = "en"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
2024-01-20 17:16:54 +01:00
url = "https://github.com/LeedRSS/Leed/archive/refs/tags/v1.14.0.tar.gz"
sha256 = "49485c58ceace9d1ee62ad8da95de1456a79e82dd385f04d52e8ea3e6fcff9e6"
2024-01-16 21:35:46 +01:00
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php7.4-fpm",
2024-01-16 21:53:46 +01:00
"mariadb-server",
2024-01-16 21:35:46 +01:00
]
[resources.database]
type = "mysql"