1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00
rss-bridge_ynh/manifest.toml

56 lines
1.4 KiB
TOML

packaging_format = 2
id = "rss-bridge"
name = "RSS-Bridge"
description.en = "RSS and Atom feed generator for websites that don't have one"
description.fr = "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas"
version = "2024.02.02~ynh1"
maintainers = ["JimboJoe","Lapineige"]
[upstream]
license = "Unlicense"
demo = "https://wtf.roflcopter.fr/rss-bridge/"
admindoc = "https://github.com/RSS-Bridge/rss-bridge/wiki"
code = "https://github.com/RSS-Bridge/rss-bridge"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "300M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/rss-bridge"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2024-02-02.tar.gz"
sha256 = "290636a7b8f8389e2274946afa8a5b5b3e1d0aed0005088e964a6b8952c45eb4"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "^(.*)\\-(.*)\\-(.*)$" # Date format
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.2-fpm, php8.2-mbstring, php8.2-xml, php8.2-curl"