1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Merge branch 'testing' into PostgreSQL

This commit is contained in:
Éric Gaspar 2023-12-02 23:33:00 +01:00
commit cf55a439a9
3 changed files with 6 additions and 3 deletions

View file

@ -41,7 +41,7 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an
* Official app website: <https://tt-rss.org>
* Official admin documentation: <https://tt-rss.org/wiki.php>
* Upstream app code repository: <https://git-gitea.tt-rss.org/fox/tt-rss>
* YunoHost documentation for this app: <https://yunohost.org/app_ttrss>
* YunoHost Store: <https://apps.yunohost.org/app/ttrss>
* Report a bug: <https://github.com/YunoHost-Apps/ttrss_ynh/issues>
## Developer info

View file

@ -41,7 +41,7 @@ Tiny Tiny RSS est un lecteur et agrégateur de flux de nouvelles (RSS/Atom) bas
* Site officiel de lapp : <https://tt-rss.org>
* Documentation officielle de ladmin : <https://tt-rss.org/wiki.php>
* Dépôt de code officiel de lapp : <https://git-gitea.tt-rss.org/fox/tt-rss>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ttrss>
* YunoHost Store: <https://apps.yunohost.org/app/ttrss>
* Signaler un bug : <https://github.com/YunoHost-Apps/ttrss_ynh/issues>
## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "Tiny Tiny RSS"
description.en = "News feed (RSS/Atom) reader and aggregator"
description.fr = "Lecteur de flux dactualité utilisant les protocoles RSS et Atom"
version = "20230825~ynh1"
version = "20231111~ynh1"
maintainers = []
@ -20,8 +20,11 @@ code = "https://git-gitea.tt-rss.org/fox/tt-rss"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"