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 = "20230406~ynh1" 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] yunohost = ">= 11.1.15" 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] url = "https://gitlab.tt-rss.org/tt-rss/tt-rss/-/archive/53bd56894dc20349fe514818e04a620c79532e87.tar.gz" sha256 = "871ffcfc2620b10e062bd03f37326acf29872fd7850f9aa0844568ac93fa682e" #[resources.sources.data_migration] #url = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration/archive/6dac32af20dc303ea2e6e03f3a9492ee3ace6a8a.tar.gz" #sha256 = "dba5638f44820393e795e8dbf5ffdafeb061913aef245ce630ddddfbc26c32c4" #autoupdate.upstream = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration" #autoupdate.strategy = "latest_github_commit" [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] packages = "mariadb-server php8.0-mysql php8.0-curl php8.0-gd php8.0-opcache php8.0-fileinfo php8.0-intl php8.0-cli php8.0-mbstring php8.0-xml" [resources.database] type = "mysql"