Whitespace cleanup to get in sync with AniNIX/Uniglot hooks

Этот коммит содержится в:
2022-11-20 20:03:01 -06:00
родитель a43cb4b6bb
Коммит a34c96df6b
96 изменённых файлов: 713 добавлений и 400 удалений

Просмотреть файл

@@ -153,7 +153,8 @@ set log syslog
set httpd port 2812 and
use address localhost # only accept connection from localhost (drop if you use M/Monit)
allow localhost # allow localhost to connect to the server and
allow admin:"{{ monitcli | default('monit') }}" # require user 'admin' with password 'monit'
# require user 'admin' with password
allow admin:"{{ secrets[Sharingan][monit] | default('monit') }}"
#with ssl { # enable SSL/TLS and set path to server certificate
# pemfile: /etc/ssl/certs/monit.pem
#}