diff --git a/doc/.DS_Store b/doc/.DS_Store new file mode 100644 index 0000000..fc7b8a4 Binary files /dev/null and b/doc/.DS_Store differ diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..0cb06eb --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,5 @@ +## Configuration + +1. The app will require to complete the registration process after the instllation is complete by **visiting the domain** on which Matomo is installed. +1. The MySQL database credentials will be sent to the **admin mail**. Fill these details while doing the registration process. +1. No LDAP support yet for the app. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..737fcc0 --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,5 @@ +## Configuration + +1. Une fois l'installation terminée, l'application devra terminer le processus d'enregistrement en **visitant le domaine** sur lequel Matomo est installé. +1. Les informations d'identification de la base de données MySQL seront envoyées à **l'email admin**. Remplissez ces détails lors du processus d'inscription. +1. Le support LDAP n'est pas encore implémenté pour cette l'application. diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..4720766 Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index 36d0d9e..cdecd7d 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,14 @@ }, "version": "4.3.1~ynh1", "url": "https://matomo.org", + "upstream": { + "license": "GPL-3.0-or-later", + "website": "https://matomo.org", + "demo": "https://demo.matomo.org", + "admindoc": "https://matomo.org/docs", + "userdoc": "https://yunohost.org/en/app_matomo", + "code": "https://github.com/matomo-org/matomo" + }, "license": "GPL-3.0-or-later", "maintainer": { "name": "Anmol Sharma",