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_private=1
|
||||
setup_public=1
|
||||
upgrade=1 from_commit=1ad6db7eca1264ccd3cf92537aefca891878f095
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=419e1bb416a9542ddbdf4b8a4135db7faad244bc
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
port_already_use=0
|
||||
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
|
||||
Email=plopoyop@gmail.com
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=1ad6db7eca1264ccd3cf92537aefca891878f095
|
||||
name=Tue Apr 16 20:49:40 2019 +0200 add upgrade script
|
||||
; commit=419e1bb416a9542ddbdf4b8a4135db7faad244bc
|
||||
name=Merge pull request #4 from YunoHost-Apps/update-to-2.2.1
|
||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Alltube",
|
||||
"name": "AllTube",
|
||||
"id": "alltube",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
|
@ -26,8 +26,8 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for Alltube",
|
||||
"fr": "Choisissez un nom de domaine pour Alltube"
|
||||
"en": "Choose a domain name for AllTube",
|
||||
"fr": "Choisissez un nom de domaine pour AllTube"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
|
@ -35,8 +35,8 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Alltube",
|
||||
"fr": "Choisissez un chemin pour Alltube"
|
||||
"en": "Choose a path for AllTube",
|
||||
"fr": "Choisissez un chemin pour AllTube"
|
||||
},
|
||||
"example": "/alltube",
|
||||
"default": "/alltube"
|
||||
|
|
Loading…
Add table
Reference in a new issue