web01: Filter out matrix-org user agent #165

Merged
clan-bot merged 2 commits from Qubasa-main into main 2024-04-17 11:16:10 +00:00

View File

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