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:
commit
cf55a439a9
3 changed files with 6 additions and 3 deletions
|
@ -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 app website: <https://tt-rss.org>
|
||||||
* Official admin documentation: <https://tt-rss.org/wiki.php>
|
* Official admin documentation: <https://tt-rss.org/wiki.php>
|
||||||
* Upstream app code repository: <https://git-gitea.tt-rss.org/fox/tt-rss>
|
* 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>
|
* Report a bug: <https://github.com/YunoHost-Apps/ttrss_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -41,7 +41,7 @@ Tiny Tiny RSS est un lecteur et agrégateur de flux de nouvelles (RSS/Atom) bas
|
||||||
* Site officiel de l’app : <https://tt-rss.org>
|
* Site officiel de l’app : <https://tt-rss.org>
|
||||||
* Documentation officielle de l’admin : <https://tt-rss.org/wiki.php>
|
* Documentation officielle de l’admin : <https://tt-rss.org/wiki.php>
|
||||||
* Dépôt de code officiel de l’app : <https://git-gitea.tt-rss.org/fox/tt-rss>
|
* Dépôt de code officiel de l’app : <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>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/ttrss_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Tiny Tiny RSS"
|
||||||
description.en = "News feed (RSS/Atom) reader and aggregator"
|
description.en = "News feed (RSS/Atom) reader and aggregator"
|
||||||
description.fr = "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom"
|
description.fr = "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom"
|
||||||
|
|
||||||
version = "20230825~ynh1"
|
version = "20231111~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -20,8 +20,11 @@ code = "https://git-gitea.tt-rss.org/fox/tt-rss"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "150M"
|
ram.build = "150M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
Loading…
Add table
Reference in a new issue