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

66 lines
1.5 KiB
TOML
Raw Normal View History

2023-10-05 17:04:09 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "rsshub"
name = "RSSHub"
2023-10-05 17:07:15 +02:00
description.en = "Extensible RSS feed aggregator"
description.fr = "Agrégateur de flux RSS extensible"
2023-10-05 17:04:09 +02:00
2023-11-16 05:17:55 +01:00
version = "2023.11.16~ynh1"
2023-10-05 17:04:09 +02:00
2023-10-05 17:07:15 +02:00
maintainers = ["eric_G"]
2023-10-05 17:04:09 +02:00
[upstream]
license = "MIT"
2023-10-05 17:07:15 +02:00
website = "https://docs.rsshub.app/"
2023-10-05 17:04:09 +02:00
admindoc = "https://docs.rsshub.app/install/"
code = "https://github.com/DIYgod/RSSHub"
[integration]
yunohost = ">= 11.2"
architectures = "all"
2023-10-17 18:40:52 +02:00
multi_instance = false
2023-10-05 17:04:09 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
2023-11-16 05:17:55 +01:00
url = "https://github.com/DIYgod/RSSHub/archive/18fb23f018ef0a40f447f4d24d46b9d1622e476e.tar.gz"
sha256 = "738930586d737eeeeae1cab43f5fe6eb1a85f4182827c3b4a0f81f933ae65c0a"
2023-10-17 18:36:13 +02:00
autoupdate.upstream = "https://github.com/DIYgod/RSSHub"
autoupdate.strategy = "latest_github_commit"
2023-10-05 17:04:09 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 1200
[resources.apt]
packages = ""
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"