1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00
This commit is contained in:
Éric Gaspar 2023-09-07 20:18:08 +02:00
parent 0713526eb2
commit 92f2fcebe2
2 changed files with 0 additions and 107 deletions

View file

@ -1,29 +0,0 @@
;; Test complet
; Manifest
domain="domain.tld"
is_public=1
etherpad_instance="https://annuel2.framapad.org"
creation_open=1
; Checks
pkg_linter=1
setup_sub_dir=0
setup_root=1
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
# 0.0.20180605~ynh2
upgrade=1 from_commit=f6fcb8686cec30da2a7b9e5ba12d6c5b295528d8
# 0.0.20180605~ynh3
upgrade=1 from_commit=ce19369d877b54a9b562444ade220d8d55639edb
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=ljf+libreto_ynh@reflexlibre.net
Notification=down
;;; Upgrade options
; commit=f6fcb8686cec30da2a7b9e5ba12d6c5b295528d8
name=Merge pull request #7 from YunoHost-Apps/testing
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&

View file

@ -1,78 +0,0 @@
{
"name": "Libreto",
"id": "libreto",
"packaging_format": 1,
"description": {
"en": "Aggregate your pads to create a wiki",
"fr": "Agrégez vos pads pour créer un wiki"
},
"version": "0.0.20180605~ynh5",
"url": "https://libreto.net",
"upstream": {
"license": "GPL-3.0-or-later",
"website": "https://libreto.net",
"demo": "https://libreto.net",
"code": "https://github.com/Ventricule/libreto"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "ljf",
"email": "ljf+libreto_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/libreto",
"default": "/libreto"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If enabled, Libreto will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Libreto sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
"default": true
},
{
"name": "etherpad_instance",
"type": "string",
"ask": {
"en": "Choose etherpad URL Libreto should use?",
"fr": "Choisissez l'URL de l'instance etherpad que Libreto utilisera ?"
},
"help": {
"en": "Libreto need an Etherpad instance, you should install before the package etherpad. You need a valid certificate.",
"fr": "Libreto a besoin d'une instance Etherpad, vous devriez installer le paquet Libreto avant. Vous devez avoir un certificat valide."
},
"optional": true,
"example": "https://annuel2.framapad.org",
"default": "https://annuel2.framapad.org"
},
{
"name": "creation_open",
"type": "boolean",
"ask": {
"en": "Is non member can create a Libreto wiki?",
"fr": "Est-ce qu'une personne sans compte YunoHost peut créer un wiki Libreto ?"
},
"default": true
}
]
}
}