mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Merge branch 'testing' into v.3.23.0
This commit is contained in:
commit
c3b215420d
2 changed files with 9 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
|
upgrade=1 from_commit=3f9c3a6003243140e3e44671ef60a5461ed1a831
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
incorrect_path=0
|
incorrect_path=0
|
||||||
|
@ -23,9 +24,9 @@
|
||||||
Level 2=auto
|
Level 2=auto
|
||||||
Level 3=auto
|
Level 3=auto
|
||||||
# https://github.com/YunoHost-Apps/cryptpad_ynh/issues/5
|
# https://github.com/YunoHost-Apps/cryptpad_ynh/issues/5
|
||||||
Level 4=na
|
Level 4=auto
|
||||||
# https://github.com/YunoHost-Apps/cryptpad_ynh/issues/6
|
# https://github.com/YunoHost-Apps/cryptpad_ynh/issues/6
|
||||||
Level 5=1
|
Level 5=auto
|
||||||
Level 6=auto
|
Level 6=auto
|
||||||
Level 7=auto
|
Level 7=auto
|
||||||
Level 8=0
|
Level 8=0
|
||||||
|
@ -34,3 +35,8 @@
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
;;; Upgrade options
|
||||||
|
; commit=3f9c3a6003243140e3e44671ef60a5461ed1a831
|
||||||
|
name=update to 3.19.0
|
||||||
|
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=12
|
nodejs_version="12"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue