mirror of
https://github.com/YunoHost-Apps/rsshub_ynh.git
synced 2024-09-03 20:25:52 +02:00
65 lines
1.5 KiB
TOML
65 lines
1.5 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "rsshub"
|
|
name = "RSSHub"
|
|
description.en = "Extensible RSS feed aggregator"
|
|
description.fr = "Agrégateur de flux RSS extensible"
|
|
|
|
version = "2023.12.13~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://docs.rsshub.app/"
|
|
admindoc = "https://docs.rsshub.app/install/"
|
|
code = "https://github.com/DIYgod/RSSHub"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
|
|
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]
|
|
url = "https://github.com/DIYgod/RSSHub/archive/3f7c8d9d0a8d28b9c5258b68b4eca1536e377e76.tar.gz"
|
|
sha256 = "2b88a248164367ef0b58d1f36a8c3b85ca2a2dc7ebd1b65f621d4fa3af89faf3"
|
|
autoupdate.upstream = "https://github.com/DIYgod/RSSHub"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[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"
|