diff --git a/README.md b/README.md index 2d797ba..a10a49a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ CryptPad is a collaborative encrypted document editor in real time. It is a priv ## Documentation -* Official documentation: https://cryptpad.fr/what-is-cryptpad.html +* Official documentation: https://docs.cryptpad.fr/en/ * YunoHost documentation: If specific documentation is needed, feel free to contribute. ## YunoHost specific features diff --git a/README_fr.md b/README_fr.md index 036f3c0..37c7f9e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Comment configurer cette application : via le panneau d'administration ainsi que ## Documentation -* Official documentation : https://cryptpad.fr/what-is-cryptpad.html +* Official documentation : https://docs.cryptpad.fr/fr/ * YunoHost documentation : If specific documentation is needed, feel free to contribute. ## Caractéristiques spécifiques YunoHost diff --git a/check_process b/check_process index ee16ceb..26c6100 100644 --- a/check_process +++ b/check_process @@ -2,7 +2,6 @@ auto_remove=1 ; Manifest domain="domain.tld" (DOMAIN) - path="/path" (PATH) admin="john" (USER) is_public="1" (PUBLIC|public=1|private=0) ; Checks diff --git a/manifest.json b/manifest.json index 2dc8092..72f56ee 100644 --- a/manifest.json +++ b/manifest.json @@ -33,16 +33,6 @@ "example": "cryptpad.example.com" }, { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for CryptPad, requires a dedicated sub-domain/domain.", - "fr": "Choisissez un chemin pour CryptPad, nécessite un sous-domaine/domaine dédié." - }, - "example": "/", - "default": "/" - }, - { "name": "admin", "type": "user", "ask": { diff --git a/pull_request_template.md b/pull_request_template.md index 9aa2a24..69ce5a0 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -10,9 +10,3 @@ - [ ] Fix or enhancement tested. - [ ] Upgrade from last version tested. - [ ] Can be reviewed and tested. - -## Package_check results ---- -*If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* - -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/cryptpad_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/cryptpad_ynh%20PR-NUM-%20(USERNAME)/)