mirror of
https://github.com/YunoHost-Apps/alltube_ynh.git
synced 2024-09-03 18:06:12 +02:00
Fix
This commit is contained in:
parent
9c4bbc9e9e
commit
8b08b57d80
2 changed files with 9 additions and 19 deletions
|
@ -10,27 +10,17 @@
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1 from_commit=1ad6db7eca1264ccd3cf92537aefca891878f095
|
upgrade=1
|
||||||
|
upgrade=1 from_commit=419e1bb416a9542ddbdf4b8a4135db7faad244bc
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Levels
|
|
||||||
Level 1=auto
|
|
||||||
Level 2=auto
|
|
||||||
Level 3=auto
|
|
||||||
Level 4=0
|
|
||||||
Level 5=auto
|
|
||||||
Level 6=auto
|
|
||||||
Level 7=auto
|
|
||||||
Level 8=0
|
|
||||||
Level 9=0
|
|
||||||
Level 10=0
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=plopoyop@gmail.com
|
Email=plopoyop@gmail.com
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=1ad6db7eca1264ccd3cf92537aefca891878f095
|
; commit=419e1bb416a9542ddbdf4b8a4135db7faad244bc
|
||||||
name=Tue Apr 16 20:49:40 2019 +0200 add upgrade script
|
name=Merge pull request #4 from YunoHost-Apps/update-to-2.2.1
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
|
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Alltube",
|
"name": "AllTube",
|
||||||
"id": "alltube",
|
"id": "alltube",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for Alltube",
|
"en": "Choose a domain name for AllTube",
|
||||||
"fr": "Choisissez un nom de domaine pour Alltube"
|
"fr": "Choisissez un nom de domaine pour AllTube"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Alltube",
|
"en": "Choose a path for AllTube",
|
||||||
"fr": "Choisissez un chemin pour Alltube"
|
"fr": "Choisissez un chemin pour AllTube"
|
||||||
},
|
},
|
||||||
"example": "/alltube",
|
"example": "/alltube",
|
||||||
"default": "/alltube"
|
"default": "/alltube"
|
||||||
|
|
Loading…
Add table
Reference in a new issue