mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Add upgrade from a previous commit
This commit is contained in:
parent
8951f8d577
commit
02da821428
1 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
is_public=1
|
||||
language="en"
|
||||
language="fr"
|
||||
filesize="2G"
|
||||
admin="john" (USER)
|
||||
password="super_secret_password" (PASSWORD)
|
||||
|
@ -17,6 +17,7 @@
|
|||
setup_private=0
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=03e787291ba1104f195fdeb5103071b9546b4ad5
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
wrong_user=1
|
||||
|
@ -39,3 +40,10 @@
|
|||
Level 8=0
|
||||
Level 9=0
|
||||
Level 10=0
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=03e787291ba1104f195fdeb5103071b9546b4ad5
|
||||
name=Use official helper
|
||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language="fr"&filesize="2G"&admin=USER&password=PASSWORD&backup_core_only=1&
|
||||
|
|
Loading…
Reference in a new issue