1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
ericgaspar 2021-12-01 18:36:32 +01:00
parent 6a8fd43740
commit 61de7aa488
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 5 additions and 1 deletions

1
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1 @@
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.

3
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,3 @@
## Configuration
Change the settings of the app by changing the values in `.env`

View file

@ -14,7 +14,7 @@
"demo": "https://demo.example.com", "demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps", "admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://yunohost.org/apps",
"code": "https://some.forge.com/example/example" "code": "https://github.com/monicahq/monica"
}, },
"license": "GPL-3.0", "license": "GPL-3.0",
"maintainer": { "maintainer": {