2023-03-11 12:41:37 +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-12-07 13:47:10 +01:00
|
|
|
|
version = "20231202~ynh3"
|
2023-03-11 12:41:37 +01:00
|
|
|
|
|
|
|
|
|
maintainers = []
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "GPL-3.0-only"
|
|
|
|
|
website = "https://tt-rss.org"
|
2023-12-06 14:41:02 +01:00
|
|
|
|
demo = "https://demo.tt-rss.org/"
|
2023-03-11 12:41:37 +01:00
|
|
|
|
admindoc = "https://tt-rss.org/wiki.php"
|
2023-12-03 13:01:47 +01:00
|
|
|
|
code = "https://gitlab.tt-rss.org/tt-rss/tt-rss"
|
2023-03-11 12:41:37 +01:00
|
|
|
|
|
|
|
|
|
[integration]
|
2023-09-09 20:54:20 +02:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-03-11 12:41:37 +01:00
|
|
|
|
architectures = "all"
|
|
|
|
|
multi_instance = true
|
2023-11-11 20:31:26 +01:00
|
|
|
|
|
2023-03-11 12:41:37 +01:00
|
|
|
|
ldap = false
|
2023-11-11 20:31:26 +01:00
|
|
|
|
|
2023-03-11 12:41:37 +01:00
|
|
|
|
sso = false
|
2023-11-11 20:31:26 +01:00
|
|
|
|
|
2023-03-11 12:41:37 +01:00
|
|
|
|
disk = "50M"
|
2023-12-03 13:01:47 +01:00
|
|
|
|
ram.build = "150M"
|
2023-03-11 12:41:37 +01:00
|
|
|
|
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-12-03 13:01:47 +01:00
|
|
|
|
url = "https://gitlab.tt-rss.org/tt-rss/tt-rss/-/archive/2b8e34453234b8b31ebc9e7020f8677bf3889898.tar.gz"
|
|
|
|
|
sha256 = "72ec560bd5ad7bac4789d7af0e5c2d7c1c394e9c540d46d5421ecae219d8f875"
|
2023-03-18 15:23:26 +01:00
|
|
|
|
|
2023-03-11 12:41:37 +01:00
|
|
|
|
[resources.system_user]
|
2023-12-06 10:45:55 +01:00
|
|
|
|
allow_email = true
|
2023-03-11 12:41:37 +01:00
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
2023-12-07 09:54:53 +01:00
|
|
|
|
|
2023-03-11 12:41:37 +01:00
|
|
|
|
public.url = "/public.php"
|
|
|
|
|
public.allowed = "visitors"
|
|
|
|
|
public.show_tile = false
|
|
|
|
|
public.protected = true
|
2023-12-07 09:54:53 +01:00
|
|
|
|
|
2023-03-11 12:41:37 +01:00
|
|
|
|
api.url = "/api"
|
2023-12-07 09:46:23 +01:00
|
|
|
|
api.auth_header =false
|
2023-12-07 09:54:53 +01:00
|
|
|
|
api.show_tile = false
|
2023-03-11 12:41:37 +01:00
|
|
|
|
api.protected = true
|
2023-12-07 09:54:53 +01:00
|
|
|
|
api.allowed = "visitors"
|
2023-03-11 12:41:37 +01:00
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-12-07 11:53:13 +01:00
|
|
|
|
packages = "postgresql, php8.2-pgsql, 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 12:41:37 +01:00
|
|
|
|
|
|
|
|
|
[resources.database]
|
2023-12-03 13:01:47 +01:00
|
|
|
|
type = "postgresql"
|