mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Readme
This commit is contained in:
parent
b7bd5abead
commit
af13b0b3a5
1 changed files with 12 additions and 13 deletions
25
README.md
25
README.md
|
@ -1,6 +1,6 @@
|
|||
# Rainloop for YunoHost
|
||||
|
||||
* [rainloop](http://rainloop.net/ ): 1.10.1.127
|
||||
* [rainloop](http://rainloop.net/ ): 1.10.5.192
|
||||
|
||||
## English
|
||||
Rainloop is a lightweight webmail.
|
||||
|
@ -9,15 +9,14 @@ To configure it, go to http://DOMAIN.TLD/rainloop/app/?admin
|
|||
|
||||
- The default login is : admin
|
||||
- The default password is : Password chosen during install
|
||||
- If you lost the admin password, you can retrieve it using ``sudo yunohost app settings rainloop password``
|
||||
|
||||
Each user can add a remote carddav server from their own parameters interface.
|
||||
If you use baikal, the CardDav address is :
|
||||
https://DOMAIN.TLD/baikal/card.php/addressbooks/USER/default/
|
||||
|
||||
- If you use baikal, the CardDav address is: https://DOMAIN.TLD/baikal/card.php/addressbooks/USER/default/
|
||||
- If you use NextCloud, the CardDav address is: https://DOMAIN.TLD/nextcloud/remote.php/carddav/addressbooks/USER/contacts
|
||||
|
||||
- to upgrade the app once a new rainloop version is available, simply run in a local shell via ssh or otherwise :
|
||||
- for testing use
|
||||
``sudo yunohostapp upgrade -u https://github.com/YunoHostPlugins-Testing/rainloop_ynh rainloop``
|
||||
- for release
|
||||
To upgrade the app once a new rainloop version is available, simply run in a local shell via ssh or otherwise :
|
||||
``sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/rainloop_ynh rainloop``
|
||||
|
||||
|
||||
|
@ -28,14 +27,14 @@ Pour le configurer après l'installation, veuillez vous rendre sur http://DOMAIN
|
|||
|
||||
- Le nom d'utilisateur admin par défaut est : admin
|
||||
- Le mot de passe admin par défaut est : Mot de passe choisi lors de l'installation
|
||||
- Si vous avez oublié votre mot de passe, vous pouvez le retrouver avec ``sudo yunohost app settings rainloop password``
|
||||
|
||||
Chaque utilisateur peut ajouter un carnet d'adresse distant CardDav via leur propre paramètres.
|
||||
Si vous utilisez Baikal, l'adresse à renseigner est du type :
|
||||
https://DOMAIN.TLD/baikal/card.php/addressbooks/UTILISATEUR/default/
|
||||
Chaque utilisateur peut ajouter un carnet d'adresse distant CardDav via leur propre paramètres.
|
||||
|
||||
- Si vous utilisez Baikal, l'adresse à renseigner est du type : https://DOMAIN.TLD/baikal/card.php/addressbooks/UTILISATEUR/default/
|
||||
- Si vous utilisez NextCloud, l'adresse à renseigner est du type : https://DOMAIN.TLD/nextcloud/remote.php/carddav/addressbooks/USER/contacts
|
||||
|
||||
|
||||
- pour mettre à jour rainloop lorsqu'une nouvelle version est disponible, lancez en console locale (ssh ou autre) :
|
||||
|
||||
``sudo yunohost app upgrade -u https://github.com/YunoHostPlugins-Testing/rainloop_ynh rainloop``
|
||||
Pour mettre à jour rainloop lorsqu'une nouvelle version est disponible, lancez en console locale (ssh ou autre) :
|
||||
``sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/rainloop_ynh rainloop``
|
||||
|
||||
|
|
Loading…
Reference in a new issue