File tree Expand file tree Collapse file tree 6 files changed +2
-12
lines changed
doc/source/sections/configuration Expand file tree Collapse file tree 6 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ ARG FREEZE_TO_TAPE=""
110110ARG ENABLE_CRACKLIB=True
111111ARG ENABLE_IMNOTIFY=False
112112ARG ENABLE_NOTIFY=True
113- ARG ENABLE_PREVIEW=False
114113ARG ENABLE_WORKFLOWS=False
115114ARG ENABLE_VERIFY_CERTS=True
116115ARG ENABLE_JUPYTER=True
@@ -1105,7 +1104,6 @@ ARG FREEZE_TO_TAPE
11051104ARG ENABLE_CRACKLIB
11061105ARG ENABLE_IMNOTIFY
11071106ARG ENABLE_NOTIFY
1108- ARG ENABLE_PREVIEW
11091107ARG ENABLE_WORKFLOWS
11101108ARG ENABLE_VERIFY_CERTS
11111109ARG ENABLE_JUPYTER
@@ -1337,7 +1335,7 @@ RUN ./generateconfs.py --source=. \
13371335 --enable_peers=${ENABLE_PEERS} --peers_mandatory=${PEERS_MANDATORY} \
13381336 --peers_explicit_fields="${PEERS_EXPLICIT_FIELDS}" \
13391337 --peers_contact_hint="${PEERS_CONTACT_HINT}" \
1340- --enable_notify=${ENABLE_NOTIFY} --enable_preview=${ENABLE_PREVIEW} \
1338+ --enable_notify=${ENABLE_NOTIFY} \
13411339 --enable_workflows=${ENABLE_WORKFLOWS} --enable_hsts=True \
13421340 --enable_vhost_certs=True --enable_verify_certs=${ENABLE_VERIFY_CERTS} \
13431341 --enable_jupyter=${ENABLE_JUPYTER} --enable_cloud=${ENABLE_CLOUD} \
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ ARG FREEZE_TO_TAPE=""
111111ARG ENABLE_CRACKLIB=True
112112ARG ENABLE_IMNOTIFY=False
113113ARG ENABLE_NOTIFY=True
114- ARG ENABLE_PREVIEW=False
115114ARG ENABLE_WORKFLOWS=False
116115ARG ENABLE_VERIFY_CERTS=True
117116ARG ENABLE_JUPYTER=True
@@ -1010,7 +1009,6 @@ ARG FREEZE_TO_TAPE
10101009ARG ENABLE_CRACKLIB
10111010ARG ENABLE_IMNOTIFY
10121011ARG ENABLE_NOTIFY
1013- ARG ENABLE_PREVIEW
10141012ARG ENABLE_WORKFLOWS
10151013ARG ENABLE_VERIFY_CERTS
10161014ARG ENABLE_JUPYTER
@@ -1226,7 +1224,7 @@ RUN ./generateconfs.py --source=. \
12261224 --enable_peers=${ENABLE_PEERS} --peers_mandatory=${PEERS_MANDATORY} \
12271225 --peers_explicit_fields="${PEERS_EXPLICIT_FIELDS}" \
12281226 --peers_contact_hint="${PEERS_CONTACT_HINT}" \
1229- --enable_notify=${ENABLE_NOTIFY} --enable_preview=${ENABLE_PREVIEW} \
1227+ --enable_notify=${ENABLE_NOTIFY} \
12301228 --enable_workflows=${ENABLE_WORKFLOWS} --enable_hsts=True \
12311229 --enable_vhost_certs=True --enable_verify_certs=${ENABLE_VERIFY_CERTS} \
12321230 --enable_jupyter=${ENABLE_JUPYTER} --enable_cloud=${ENABLE_CLOUD} \
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ PERMANENT_FREEZE=""
120120ENABLE_CRACKLIB = True
121121ENABLE_IMNOTIFY = False
122122ENABLE_NOTIFY = True
123- ENABLE_PREVIEW = False
124123ENABLE_WORKFLOWS = False
125124ENABLE_VERIFY_CERTS = True
126125ENABLE_JUPYTER = False
Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ ENABLE_FREEZE=False
118118ENABLE_CRACKLIB = True
119119ENABLE_IMNOTIFY = False
120120ENABLE_NOTIFY = True
121- ENABLE_PREVIEW = False
122121ENABLE_WORKFLOWS = False
123122ENABLE_VERIFY_CERTS = True
124123ENABLE_JUPYTER = False
Original file line number Diff line number Diff line change @@ -407,9 +407,6 @@ Variables
407407 * - ENABLE_NOTIFY
408408 - True
409409 - Enable the built-in user notification daemon to inform users about failed logins, etc. on email.
410- * - ENABLE_PREVIEW
411- - False
412- - Enable the built-in image preview feature - deprecated.
413410 * - ENABLE_WORKFLOWS
414411 - False
415412 - Enable the built-in workflows feature to act on file system events
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ PERMANENT_FREEZE="freeze backup"
120120ENABLE_CRACKLIB = True
121121ENABLE_IMNOTIFY = False
122122ENABLE_NOTIFY = True
123- ENABLE_PREVIEW = False
124123ENABLE_WORKFLOWS = False
125124ENABLE_VERIFY_CERTS = True
126125ENABLE_JUPYTER = False
You can’t perform that action at this time.
0 commit comments