Skip to content

Commit

Permalink
Create app_rainloop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frju365 authored Jan 14, 2018
1 parent 3e43cc6 commit 4a85a9c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app_rainloop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Rainloop

Rainloop is a lightweight webmail.

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 NextCloud, the CardDav address is: https://DOMAIN.TLD/nextcloud/remote.php/carddav/addressbooks/USER/contacts

Rainloop saves your PGP private keys in the browser storage. This means that you will loose your private keys if you clear your browser storage (e.g., private browsing, different computer...). This packages integrates [PGPback by chtixof](https://github.com/chtixof/pgpback_ynh) so you can store your PGP private keys on the server securely. Go to **http://DOMAIN.TLD/rainloop/pgpback** to backup your PGP keys on the server or restore them.

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``

0 comments on commit 4a85a9c

Please sign in to comment.