1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
rainloop_ynh/README.md

79 lines
3.1 KiB
Markdown
Raw Normal View History

2019-02-25 19:36:03 +01:00
# Rainloop for YunoHost
2020-03-29 13:51:55 +02:00
[![Integration level](https://dash.yunohost.org/integration/rainloop.svg)](https://dash.yunohost.org/appci/app/rainloop) ![](https://ci-apps.yunohost.org/ci/badges/rainloop.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/rainloop.maintain.svg)
2020-12-26 23:15:09 +01:00
[![Install Rainloop with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rainloop)
2019-02-25 19:36:03 +01:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install Rainloop quickly and simply on a YunoHost server.
2021-05-06 22:47:02 +02:00
If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.*
2019-02-25 19:36:03 +01:00
## Overview
Rainloop is a lightweight webmail.
2021-05-28 19:14:18 +02:00
**Shipped version:** 1.16.0
2019-02-25 19:36:03 +01:00
## Screenshots
![](https://www.rainloop.net/static/media/screenshots/v2/12.png)
## Demo
* [YunoHost demo](https://demo.yunohost.org/rainloop/app/)
* [Official demo](https://mail.rainloop.net/)
## Configuration
Go to http://DOMAIN.TLD/rainloop/app/?admin
2020-09-03 15:24:46 +02:00
- The default login: admin
2020-09-04 21:25:35 +02:00
- The default password: password chosen during install
2020-09-03 15:24:46 +02:00
- If you lost the admin password, you can retrieve it using `sudo yunohost app setting rainloop password`
2019-02-25 19:36:03 +01:00
Each user can add a remote carddav server from their own parameters interface.
2016-12-18 01:32:36 +01:00
2020-09-04 21:25:35 +02:00
- If you use Baïkal, 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`
2019-02-25 19:36:03 +01:00
## Documentation
* Official documentation: https://www.rainloop.net/docs/configuration/
2021-05-06 22:47:02 +02:00
* YunoHost documentation: https://yunohost.org/en/app_rainloop
2019-02-25 19:36:03 +01:00
## YunoHost specific features
#### Multi-users support
#### Supported architectures
2021-05-06 22:47:02 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/rainloop.svg)](https://ci-apps.yunohost.org/ci/apps/rainloop/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/rainloop.svg)](https://ci-apps-arm.yunohost.org/ci/apps/rainloop/)
2019-02-25 19:36:03 +01:00
## Limitations
## Additional information
* 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.
## Links
* Report a bug: https://github.com/YunoHost-Apps/rainloop_ynh/issues
* Rainloop website: https://www.rainloop.net/
2020-09-04 19:05:14 +02:00
* Rainloop GitHub website: https://github.com/RainLoop/rainloop-webmail
2019-02-25 19:36:03 +01:00
* YunoHost website: https://yunohost.org/
---
2020-09-03 15:24:46 +02:00
## Developers info
2019-02-25 19:36:03 +01:00
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/rainloop_ynh/tree/testing).
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
```