mirror of
https://github.com/YunoHost-Apps/digisteps_ynh.git
synced 2024-09-03 18:26:21 +02:00
fix
This commit is contained in:
parent
b606505bbf
commit
fac433eed9
3 changed files with 6 additions and 90 deletions
|
@ -1,34 +0,0 @@
|
||||||
# See here for more information
|
|
||||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
|
||||||
|
|
||||||
# Move this file from check_process.default to check_process when you have filled it.
|
|
||||||
|
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
path="/path"
|
|
||||||
# admin="john"
|
|
||||||
language="fr"
|
|
||||||
is_public=1
|
|
||||||
# password="1Strong-Password"
|
|
||||||
# port="666"
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=1
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
#upgrade=1 from_commit=0d3c5e6bc951ba9a6a738e3bd55e7fdff1956632
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
||||||
;;; Upgrade options
|
|
||||||
; commit=0d3c5e6bc951ba9a6a738e3bd55e7fdff1956632
|
|
||||||
;name=Upgrade from 0.3.4.
|
|
||||||
;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&
|
|
|
@ -1,56 +0,0 @@
|
||||||
{
|
|
||||||
"name": "Digisteps",
|
|
||||||
"id": "digisteps",
|
|
||||||
"packaging_format": 1,
|
|
||||||
"description": {
|
|
||||||
"en": "Create simple online educational pathes",
|
|
||||||
"fr": "Créer des parcours pédagogiques simples en ligne"
|
|
||||||
},
|
|
||||||
"version": "0.3.9~ynh1",
|
|
||||||
"url": "https://ladigitale.dev/",
|
|
||||||
"upstream": {
|
|
||||||
"license": "GPL-3.0-only",
|
|
||||||
"website": "https://ladigitale.dev/",
|
|
||||||
"demo": "https://ladigitale.dev/digisteps/#/",
|
|
||||||
"admindoc": "https://codeberg.org/ladigitale/digisteps/src/branch/master/README.md",
|
|
||||||
"userdoc": "https://ladigitale.dev/blog/digisteps-pour-creer-des-parcours-pedagogiques-en-ligne",
|
|
||||||
"code": "https://codeberg.org/ladigitale/digisteps"
|
|
||||||
},
|
|
||||||
"license": "GPL-3.0-only",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "Pierre-Amiel Giraud",
|
|
||||||
"email": "xxxxx"
|
|
||||||
},
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">= 11.1.21"
|
|
||||||
},
|
|
||||||
"multi_instance": true,
|
|
||||||
"services": [
|
|
||||||
"nginx",
|
|
||||||
"php8.0-fpm"
|
|
||||||
],
|
|
||||||
"arguments": {
|
|
||||||
"install" : [
|
|
||||||
{
|
|
||||||
"name": "domain",
|
|
||||||
"type": "domain"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"example": "/example",
|
|
||||||
"default": "/digisteps"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "is_public",
|
|
||||||
"type": "boolean",
|
|
||||||
"help": {
|
|
||||||
"en": "If public, any visitor can create educational pathes and see saved ones, providing they know their secret questions and answers.",
|
|
||||||
"fr": "Si l’application est publique, n’importe quel visiteur pourra créer un parcours pédagogique et consulter ceux sauvegardés dont ils connaissent à la fois la question secrète et la réponse."
|
|
||||||
},
|
|
||||||
"default": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
|
# -------------------------------
|
||||||
|
# Commits to test upgrade from
|
||||||
|
# -------------------------------
|
||||||
|
|
||||||
|
test_upgrade_from.0d3c5e6bc951ba9a6a738e3bd55e7fdff1956632.name = "Upgrade from 0.3.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue