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 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-16 21:53:46 +01:00
version = "1.13.0~ynh2"
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]
url = "https://github.com/LeedRSS/Leed/archive/refs/tags/v1.13.0.tar.gz"
sha256 = "56c6e08b51c0c125c5c3f4355a7a0403c0e36221b7a67493e20678407940eff1"
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"