2017-06-14 20:47:53 +02:00
# Monica app for YunoHost
2018-06-15 02:25:38 +02:00
2020-06-11 03:13:15 +02:00
[![Integration level ](https://dash.yunohost.org/integration/monica.svg )](https://dash.yunohost.org/appci/app/monica) ![](https://ci-apps.yunohost.org/ci/badges/monica.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/monica.maintain.svg)
[![Install Monica with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=monica)
2017-06-08 13:32:01 +02:00
2020-06-11 03:13:15 +02:00
> *This package allows you to install Monica quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2017-06-08 13:32:01 +02:00
2020-06-11 03:13:15 +02:00
## Overview
Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a [CRM ](https://en.wikipedia.org/wiki/Customer_relationship_management ) (a popular tool used by sales teams in the corporate world) for your friends or family.
2017-06-08 13:32:01 +02:00
2020-06-11 03:13:15 +02:00
**Shipped version:** 2.17.0
2018-05-28 18:33:13 +02:00
2020-06-11 03:13:15 +02:00
## Screenshots
2018-05-28 18:33:13 +02:00
2020-06-11 03:13:15 +02:00
![](https://www.monicahq.com/img/contacts.png)
## Configuration
Change the settings of the app by changing the values in .env
## YunoHost specific features
#### Multi-user support
2018-05-28 18:33:13 +02:00
2019-05-21 22:58:44 +02:00
**First User Registration:** Visit the app **domain** after the installation is complete to register as **first user** . After the first user is registered the registration will be **locked** . You can open the register for all by changing the value **APP_DISABLE_SIGNUP** to **false** in ** .env**. There is **no admin interface** in the Monica app currently.
2018-05-28 18:33:13 +02:00
2020-06-11 03:13:15 +02:00
#### Supported architectures
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/monica%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/monica/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/monica%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/monica/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/monica_ynh/issues
* App website: https://monicahq.com/
* Upstream app repository: https://github.com/monicahq/monica
* YunoHost website: https://yunohost.org/
## Introduction
2018-05-28 18:33:13 +02:00
2018-06-11 12:41:19 +02:00
## What works?
2018-05-28 18:33:13 +02:00
* [X] Update and remove script
* [X] Upgrade script
* [X] Backup and restore script (**Need testing**)
* [X] Multi-instance (**Need testing**)
* [x] make root domain redirect to index.php
2018-06-25 08:41:44 +02:00
* [x] Chang URL (Need testing,backup before trying this)
2017-06-15 22:11:35 +02:00
* [ ] LDAP/SSO support
2019-05-21 22:58:44 +02:00
* [x] Make monica installable into subdirectory (eg. https://example.com/monica/)
2017-09-17 12:24:17 +02:00
2020-06-11 03:13:15 +02:00
---
Developer info
----------------
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/monica_ynh/tree/testing ).
2017-09-17 12:24:17 +02:00
2020-06-11 03:13:15 +02:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/monica_ynh/tree/testing --debug
or
sudo yunohost app upgrade monica -u https://github.com/YunoHost-Apps/monica_ynh/tree/testing --debug
```