mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
cleaning
This commit is contained in:
parent
7e3faadd6f
commit
b4c4fd9b63
3 changed files with 5 additions and 5 deletions
|
@ -3,5 +3,5 @@
|
|||
API (mini) How To:
|
||||
* Into your user profile: Settings > profil
|
||||
* Setup an API password
|
||||
* Check that the API is working: https://example.net/rss/api/greader.php
|
||||
* Setup your client with: username: ynh user, password: the password you just setup, URL https://example.tld/rss/api/greader.php
|
||||
* Check that the API is working: https://__DOMAIN__/rss/api/greader.php
|
||||
* Setup your client with: username: ynh user, password: the password you just setup, URL https://__DOMAIN__/rss/api/greader.php
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
API (mini) Comment faire :
|
||||
* Dans votre profil utilisateur : Paramètres > profil
|
||||
* Configurer un mot de passe API
|
||||
* Vérifiez que l'API fonctionne : https://example.net/rss/api/greader.php
|
||||
* Configurez votre client avec : nom d'utilisateur : ynh user, mot de passe : le mot de passe que vous venez de configurer, URL https://example.tld/rss/api/greader.php
|
||||
* Vérifiez que l'API fonctionne : https://__DOMAIN__/rss/api/greader.php
|
||||
* Configurez votre client avec : nom d'utilisateur : ynh user, mot de passe : le mot de passe que vous venez de configurer, URL https://__DOMAIN__/rss/api/greader.php
|
||||
|
|
|
@ -23,7 +23,7 @@ multi_instance = true
|
|||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "150M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
|
Loading…
Reference in a new issue