mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
dcdbeb73a5
* v2 * v2 * Auto-update README * Update manifest.toml * cleaning * Update upgrade * manifest: we probably want actual bools for permissions auth_header / show_tile / protected * "additional_urls" should be a list * Update manifest.toml * cleaning * PHP 8.1 (security fixes) (#165) * Update to php8.1 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: lapineige <lapineige@users.noreply.github.com>
77 lines
1.9 KiB
TOML
77 lines
1.9 KiB
TOML
packaging_format = 2
|
|
|
|
id = "freshrss"
|
|
name = "FreshRSS"
|
|
description.en = "RSS aggregator with a nice and mobile-friendly design"
|
|
description.fr = "Agrégateur de flux RSS avec une interface adaptée au mobile"
|
|
|
|
version = "1.21.0~ynh2"
|
|
|
|
maintainers = ["plopoyop"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "http://freshrss.org/"
|
|
demo = "https://demo.freshrss.org"
|
|
admindoc = "https://freshrss.github.io/FreshRSS/"
|
|
code = "https://github.com/FreshRSS/FreshRSS"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.17"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/rss"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "string"
|
|
choices = ["cz", "de", "en", "es", "fr", "he", "it", "kr", "nl", "oc", "pt", "ru", "tr", "zh-cn"]
|
|
default = "fr"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/FreshRSS/FreshRSS/archive/1.21.0.tar.gz"
|
|
sha256 = "86d9f5953fbe5bd04aee105d7c92272055e6816ba893b9a153a575e7535c7d78"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.additional_urls = ["/scripts/api.js"]
|
|
api.allowed = "visitors"
|
|
api.auth_header = false
|
|
api.show_tile = false
|
|
api.protected = true
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server acl php8.1-gd php8.1-zip php8.1-dom php8.1-mbstring php8.1-gmp php8.1-mysql php8.1-sqlite3 php8.1-curl php8.1-intl php8.1-xml"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|