Merge pull request 'web01: Filter out matrix-org user agent' (#165) from Qubasa-main into main
All checks were successful
checks / test (push) Successful in 26s

This commit is contained in:
clan-bot 2024-04-17 11:16:10 +00:00
commit 47ca981903

View File

@ -9,6 +9,8 @@ let
# List of browsers and their categories # List of browsers and their categories
# e.g., WORD delimited by tab(s) \t TYPE # e.g., WORD delimited by tab(s) \t TYPE
# TYPE can be any type and it's not limited to the ones below. # TYPE can be any type and it's not limited to the ones below.
matrix Matrix-Preview
slack Slack
github-actions-checkout GitHubActions github-actions-checkout GitHubActions
git Git git Git
connect-go Go connect-go Go
@ -41,7 +43,9 @@ in
# https://raw.githubusercontent.com/allinurl/goaccess/master/config/browsers.list # https://raw.githubusercontent.com/allinurl/goaccess/master/config/browsers.list
systemd.services.goaccess = { systemd.services.goaccess = {
description = "GoAccess server monitoring"; description = "GoAccess server monitoring";
preStart = ''
rm -f ${pub_goaccess}/index.html
'';
serviceConfig = { serviceConfig = {
User = "goaccess"; User = "goaccess";
Group = "nginx"; Group = "nginx";