diff --git a/doc/ADMIN.md b/doc/ADMIN.md index bb57452..6348f06 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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 diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index a4a1195..01cc2c5 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -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 diff --git a/manifest.toml b/manifest.toml index 8d80a19..f26e997 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,7 +23,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "150M" ram.runtime = "50M" [install]