Update default/ files.
This commit is contained in:
parent
67a9bdd9eb
commit
9af48e5c37
6 changed files with 59 additions and 19 deletions
21
etc/default/dokuwiki
Normal file
21
etc/default/dokuwiki
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Configuration file for the dokuwiki crontab job
|
||||
|
||||
# Comment or set to false to disable daily cleanup
|
||||
# (see <https://www.dokuwiki.org/tips:maintenance>)
|
||||
# (default is false)
|
||||
RUN_CLEANUP="true"
|
||||
|
||||
# By default, cache files older than 180 days (~6 months) are removed:
|
||||
# you can use this variable to change this value according to your
|
||||
# needs.
|
||||
# (default is 180)
|
||||
#CLEANUP_MAXDAYS=180
|
||||
|
||||
# Set to true to remove revisions older than $CLEANUP_MAXDAYS
|
||||
# (default is false)
|
||||
REMOVE_REVISIONS="false"
|
||||
|
||||
# Set to true to enable daily spam blacklist update from Wikipedia
|
||||
# (see <https://www.dokuwiki.org/blacklist>)
|
||||
# (default is false)
|
||||
UPDATE_BLACKLIST="true"
|
||||
5
etc/default/prometheus
Normal file
5
etc/default/prometheus
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Set the command-line arguments to pass to the server.
|
||||
# Due to shell escaping, to pass backslashes for regexes, you need to double
|
||||
# them (\\d for \d). If running under systemd, you need to double them again
|
||||
# (\\\\d to mean \d), and escape newlines too.
|
||||
ARGS="--web.external-url=https://core.slackware.uk.net:25443/prometheus --web.route-prefix=/"
|
||||
5
etc/default/prometheus-alertmanager
Normal file
5
etc/default/prometheus-alertmanager
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Set the command-line arguments to pass to the server.
|
||||
# Due to shell escaping, to pass backslashes for regexes, you need to double
|
||||
# them (\\d for \d). If running under systemd, you need to double them again
|
||||
# (\\\\d to mean \d), and escape newlines too.
|
||||
ARGS=""
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
# Due to shell escaping, to pass backslashes for regexes, you need to double
|
||||
# them (\\d for \d). If running under systemd, you need to double them again
|
||||
# (\\\\d to mean \d), and escape newlines too.
|
||||
ARGS="--web.listen-address=5.101.171.215:9100"
|
||||
ARGS="--web.listen-address=localhost:9100"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
TF_USER="thb"
|
||||
TF_IP="5.101.171.215"
|
||||
TF_PORT="25480"
|
||||
TF_IP="127.0.0.1"
|
||||
TF_PORT="9200"
|
||||
TF_STORAGE_DIR="/var/lib/terraform-http-backend"
|
||||
TF_AUTH_ENABLED="true"
|
||||
TF_USERNAME="sysadmin"
|
||||
TF_PASSWORD="sunsa"
|
||||
TF_AUTH_ENABLED="false"
|
||||
#TF_USERNAME="sysadmin"
|
||||
#TF_PASSWORD="sunsa"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue