mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
commit
272460bc0f
3 changed files with 12 additions and 6 deletions
|
@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 3.7.0~ynh1
|
**Shipped version:** 3.7.0~ynh2
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -31,6 +30,10 @@ Monica is an open-source web application to organize the interactions with your
|
||||||
* New registrations are disabled, you can open the register for all by changing the value **APP_DISABLE_SIGNUP** to **false** in **.env**.
|
* New registrations are disabled, 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.
|
* There is **no admin interface** in the Monica app currently.
|
||||||
|
|
||||||
|
## :red_circle: Antifeatures
|
||||||
|
|
||||||
|
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://monicahq.com>
|
* Official app website: <https://monicahq.com>
|
||||||
|
|
|
@ -18,8 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 3.7.0~ynh1
|
**Version incluse :** 3.7.0~ynh2
|
||||||
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
@ -31,6 +30,10 @@ Monica is an open-source web application to organize the interactions with your
|
||||||
* New registrations are disabled, you can open the register for all by changing the value **APP_DISABLE_SIGNUP** to **false** in **.env**.
|
* New registrations are disabled, 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.
|
* There is **no admin interface** in the Monica app currently.
|
||||||
|
|
||||||
|
## :red_circle: Fonctions indésirables
|
||||||
|
|
||||||
|
- **Package not maintained**: This YunoHost package is not maintained and needs adoption.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://monicahq.com>
|
* Site officiel de l'app : <https://monicahq.com>
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
"id": "monica",
|
"id": "monica",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family."
|
"en": "Personal Relationship Manager"
|
||||||
},
|
},
|
||||||
"version": "3.7.0~ynh1",
|
"version": "3.7.0~ynh2",
|
||||||
"url": "https://monicahq.com",
|
"url": "https://monicahq.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue