2023-03-19 15:43:11 +01:00
|
|
|
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"
|
|
|
|
|
2023-07-14 18:39:38 +02:00
|
|
|
version = "2023.07.13~ynh1"
|
2023-03-19 15:43:11 +01:00
|
|
|
|
|
|
|
maintainers = ["JimboJoe"]
|
|
|
|
|
|
|
|
[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]
|
2023-03-19 15:49:19 +01:00
|
|
|
yunohost = ">= 11.1.15"
|
|
|
|
architectures = "all"
|
2023-03-19 15:43:11 +01:00
|
|
|
multi_instance = true
|
2023-03-19 15:49:19 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
2023-03-20 12:48:52 +01:00
|
|
|
ram.build = "300M"
|
2023-03-19 15:49:19 +01:00
|
|
|
ram.runtime = "50M"
|
2023-03-19 15:43:11 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/rss-bridge"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-07-14 18:39:38 +02:00
|
|
|
url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-07-13.tar.gz"
|
|
|
|
sha256 = "2aacd86a6c5387660782b881d7b07bd278477e55913e63c4dd6aae09e02b9d50"
|
2023-03-19 15:43:11 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-03-19 15:49:19 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
2023-03-20 12:27:44 +01:00
|
|
|
packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml, php8.1-curl"
|
2023-07-12 19:33:23 +02:00
|
|
|
|