diff --git a/conf/app.src b/conf/app.src index 4f8e09e..568b3a0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -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 diff --git a/conf/config.sample.yml b/conf/config.sample.yml index 6768afc..0522400 100644 --- a/conf/config.sample.yml +++ b/conf/config.sample.yml @@ -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 # --------------------------------------------------------------------- diff --git a/scripts/backup b/scripts/backup index 297bfde..1fc48f0 100644 --- a/scripts/backup +++ b/scripts/backup @@ -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