Fix beta.68
This commit is contained in:
parent
14f55c2de6
commit
f85f9332c4
@ -1,5 +1,5 @@
|
||||
SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.0.0-beta.68/wiki-js.tar.gz
|
||||
SOURCE_SUM=e53edc10b7a187b8418acbc069de7560b580540fab51a37e902010152fad2a6d
|
||||
SOURCE_SUM=fb2b55eb562bd13425ba29ab717698c969e703605b8f00993fe6edb9b9c5b54d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
@ -66,6 +66,10 @@ ssl:
|
||||
# to 1024 bits (default: null):
|
||||
dhparam: null
|
||||
|
||||
# Listen on this HTTP port and redirect all requests to HTTPS.
|
||||
# Set to false to disable (default: 80):
|
||||
redirectNonSSLPort: 80
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# IP address the server should listen to
|
||||
# ---------------------------------------------------------------------
|
||||
|
@ -6,6 +6,7 @@
|
||||
# IMPORT GENERIC HELPERS
|
||||
#=================================================
|
||||
|
||||
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
|
||||
source ../settings/scripts/_common.sh
|
||||
source ../settings/scripts/ynh_systemd_action
|
||||
source /usr/share/yunohost/helpers
|
||||
|
Loading…
x
Reference in New Issue
Block a user