1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Remove path

This commit is contained in:
ericgaspar 2021-01-22 13:48:07 +01:00
parent 0ddca918ec
commit 13ff510109
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 2 additions and 19 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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": {

View file

@ -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)/)