From 4a85a9cf88106a963af320c587a55b12fa16495b Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 14 Jan 2018 12:28:59 +0100 Subject: [PATCH] Create app_rainloop.md --- app_rainloop.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app_rainloop.md diff --git a/app_rainloop.md b/app_rainloop.md new file mode 100644 index 00000000..1e33f67d --- /dev/null +++ b/app_rainloop.md @@ -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``