File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
root/etc/s6-overlay/s6-rc.d/svc-duplicati Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ LABEL maintainer="aptalca"
13
13
ARG DEBIAN_FRONTEND="noninteractive"
14
14
ENV HOME="/config" \
15
15
TMPDIR=/run/duplicati-temp \
16
- DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true
16
+ DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true \
17
+ DUPLICATI__SERVER_DATAFOLDER=/config \
18
+ DUPLICATI__WEBSERVICE_PORT=8200 \
19
+ DUPLICATI__WEBSERVICE_INTERFACE=any \
20
+ DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=*
17
21
18
22
RUN \
19
23
echo "**** install packages ****" && \
Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ LABEL maintainer="aptalca"
13
13
ARG DEBIAN_FRONTEND="noninteractive"
14
14
ENV HOME="/config" \
15
15
TMPDIR=/run/duplicati-temp \
16
- DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true
16
+ DUPLICATI__REQUIRE_DB_ENCRYPTION_KEY=true \
17
+ DUPLICATI__SERVER_DATAFOLDER=/config \
18
+ DUPLICATI__WEBSERVICE_PORT=8200 \
19
+ DUPLICATI__WEBSERVICE_INTERFACE=any \
20
+ DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES=*
17
21
18
22
RUN \
19
23
echo "**** install packages ****" && \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pipeline {
35
35
CI_PORT = ' 8200'
36
36
CI_SSL = ' false'
37
37
CI_DELAY = ' 120'
38
- CI_DOCKERENV = ' '
38
+ CI_DOCKERENV = ' SETTINGS_ENCRYPTION_KEY=abcde12345 '
39
39
CI_AUTH = ' '
40
40
CI_WEBPATH = ' '
41
41
}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ repo_vars:
23
23
- CI_PORT='8200'
24
24
- CI_SSL='false'
25
25
- CI_DELAY='120'
26
- - CI_DOCKERENV=''
26
+ - CI_DOCKERENV='SETTINGS_ENCRYPTION_KEY=abcde12345 '
27
27
- CI_AUTH=''
28
28
- CI_WEBPATH=''
Original file line number Diff line number Diff line change 3
3
4
4
exec \
5
5
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 8200" \
6
- cd /app/duplicati s6-setuidgid abc ./duplicati-server \
7
- --webservice-interface=any --server-datafolder=/config --webservice-allowed-hostnames=* $CLI_ARGS
6
+ cd /app/duplicati s6-setuidgid abc ./duplicati-server $CLI_ARGS
You can’t perform that action at this time.
0 commit comments