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" version = "20240831~ynh2" maintainers = [] [upstream] license = "GPL-3.0-only" website = "https://tt-rss.org" demo = "https://demo.tt-rss.org/" admindoc = "https://tt-rss.org/wiki.php" code = "https://gitlab.tt-rss.org/tt-rss/tt-rss" [integration] yunohost = ">= 11.2.30" helpers_version = "2.1" architectures = "all" multi_instance = true ldap = false sso = false disk = "50M" ram.build = "150M" 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] url = "https://gitlab.tt-rss.org/tt-rss/tt-rss/-/archive/d5d47b8e500542fc4b6f89ef11bef3ceae833063.tar.gz" sha256 = "72e13a9e1b568055c9c6d072d8ec5b87d670af59e63f6202cfad1fe333b15866" autoupdate.strategy = "latest_gitlab_commit" [resources.system_user] allow_email = true [resources.install_dir] group = "www-data:r-x" [resources.permissions] main.url = "/" public.url = "/public.php" public.allowed = "visitors" public.show_tile = false public.protected = true api.url = "/api" api.auth_header =false api.show_tile = false api.protected = true api.allowed = "visitors" [resources.apt] packages = "postgresql, php8.3-pgsql, php8.3-curl, php8.3-gd, php8.3-opcache, php8.3-fileinfo, php8.3-intl, php8.3-cli, php8.3-mbstring, php8.3-xml" [resources.database] type = "postgresql"