3.2 KiB
Rainloop for YunoHost
This package allow you to install rainloop quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.
Overview
Rainloop is a lightweight webmail.
Shipped version: 1.12.1
License
LICENSE: AGPL-3.0-or-later
Screenshots
Configuration
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 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.
Documentation
- Official documentation: https://www.rainloop.net/docs/
YunoHost specific features
Multi-users support
Are LDAP and HTTP auth supported? Can the app be used by multiple users?
Supported architectures
Links
- Report a bug: https://github.com/YunoHost-Apps/rainloop_ynh/issues
- App website: http://rainloop.net/
- App github website: https://github.com/RainLoop/rainloop-webmail
- YunoHost website: https://yunohost.org/
Developers info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please do your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/rainloop_ynh/tree/testing --debug
or
sudo yunohost app upgrade rainloop -u https://github.com/YunoHost-Apps/rainloop_ynh/tree/testing --debug