2023-03-11 13:53:38 +01:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "ttrss"
|
|
|
|
|
name = "Tiny Tiny RSS"
|
|
|
|
|
description.en = "News feed (RSS/Atom) reader and aggregator"
|
|
|
|
|
description.fr = "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom"
|
|
|
|
|
|
2023-06-30 14:21:15 +02:00
|
|
|
|
version = "20230630~ynh1"
|
2023-03-11 13:53:38 +01:00
|
|
|
|
|
|
|
|
|
maintainers = []
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "GPL-3.0-only"
|
|
|
|
|
website = "https://tt-rss.org"
|
|
|
|
|
demo = "https://srv.tt-rss.org/tt-rss/"
|
|
|
|
|
admindoc = "https://tt-rss.org/wiki.php"
|
|
|
|
|
code = "https://git-gitea.tt-rss.org/fox/tt-rss"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-06-30 14:21:15 +02:00
|
|
|
|
yunohost = ">= 11.1.21"
|
2023-03-11 13:53:38 +01:00
|
|
|
|
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 = "/ttrss"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
[resources.sources.main]
|
2023-06-30 14:21:15 +02:00
|
|
|
|
url = "https://gitlab.tt-rss.org/tt-rss/tt-rss/-/archive/dc25a9cf6816b756cb38490eab93f02589c44a10.tar.gz"
|
|
|
|
|
sha256 = "e67cc86a5c0f6de72a7aa88ad4e52b1cdf2145244aa2f351b618c340f795ee75"
|
2023-03-21 19:10:36 +01:00
|
|
|
|
|
2023-03-11 13:53:38 +01:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
public.url = "/public.php"
|
|
|
|
|
public.allowed = "visitors"
|
|
|
|
|
public.show_tile = false
|
|
|
|
|
public.protected = true
|
|
|
|
|
api.url = "/api"
|
|
|
|
|
api.allowed = "visitors"
|
|
|
|
|
api.show_tile = false
|
|
|
|
|
api.protected = true
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-06-03 14:39:09 +02:00
|
|
|
|
packages = "mariadb-server php8.2-mysql php8.2-curl php8.2-gd php8.2-opcache php8.2-fileinfo php8.2-intl php8.2-cli php8.2-mbstring php8.2-xml"
|
2023-03-11 13:53:38 +01:00
|
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
|
type = "mysql"
|