- Mar 19, 2021
-
-
According to upstream documentation[0], the configuration parameter smtpd_tls_dh512_param_file will be ignored from the next release of Postfix (3.6). [0]: http://www.postfix.org/postconf.5.html#smtpd_tls_dh512_param_file
-
Sven-Hendrik Haase authored
It was getting very cramped with only a few MBs left. It appears currently we only get about 6 months worth of data out of 20G so 100G seems reasonable.
-
- Mar 17, 2021
-
-
Sven-Hendrik Haase authored
arch_boxes_sync: Handle delay between release and artifacts being ready gracefully See merge request !330
-
Kristian Klausen authored
The releases are released/tagged and then built, so there is a delay between releasing a release and the artifcats being ready, we should handle that gracefully.
-
Sven-Hendrik Haase authored
prometheus_exporters: fix permissions of blackbox.yml See merge request !329
-
Jakub Klinkovský authored
Yaml is not executable.
-
Sven-Hendrik Haase authored
ci: Install ansible so ansible-lint can resolve the modules See merge request !331
-
- Mar 16, 2021
-
-
Kristian Klausen authored
ansible-lint no longer depends on ansible[1][2] which causes it to fail with: syntax-check: couldn't resolve module/action 'pacman', as the modules is part of ansible and not ansible-base. [1] https://bugs.archlinux.org/task/69920 [2] https://github.com/archlinux/svntogit-community/commit/a3ccb42b8dc104a4616a64fac4a1f6dd44ffedca
-
- Mar 12, 2021
-
-
Jelle van der Waa authored
-
- Mar 11, 2021
-
-
Jelle van der Waa authored
Disallow changing of the Gitlab username See merge request !328
-
Jelle van der Waa authored
As keycloak is the canonical source of truth and interacting with gitlab usually requires the username as identifier. As we don't want to accidently assign permissions to a changed username disallow changing of usernames altogether in Gitlab.
-
Jelle van der Waa authored
-
- Mar 08, 2021
-
-
Jan Alexander Steffens (heftig) authored
For symmetry with synapse-worker@.service.
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
To prevent mjolnir from failing.
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Mar 07, 2021
-
-
Jelle van der Waa authored
Borg backup check See merge request !322
-
Jelle van der Waa authored
Now that our textcollector depends on the condition of /backup being available, we should be extra careful that we get rid of the directory. If anything in the script fails, a trap now umounts and removes the directory automatically if on btrfs.being available, we should be extra careful that we get rid of the directory. If anything in the script fails, a trap now umounts and removes the directory automatically if on btrfs.
-
Jelle van der Waa authored
Currently our textcollector can sometimes fail with 'Failed to create/acquire the lock /home/backup/$server/lock.exclusive (timeout)." Instead of checking on a borg lock file, check if our backup snapshot dir exists which the backup script creates and removes. This should give less false positives then our current method.
-
Jelle van der Waa authored
Rate limit our archweb RSS feeds See merge request !319
-
Jelle van der Waa authored
Cache urls which urls marks as can be cached by nginx. This offloads our uwsgi workers and allows for speedier delivery of RSS feeds and other cached routes.
-
Jelle van der Waa authored
Due to users misconfiguring their conky to query for rss updates every second add proper rate limitting to all rss endpoints in nginx.
-
- Mar 02, 2021
-
-
Jelle van der Waa authored
The websocket support always 400'd as upgrade headers where missing for /socket.io
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- Mar 01, 2021
-
-
Sven-Hendrik Haase authored
arch_boxes_sync: Override the "latest" link instead of following it See merge request !318
-
Kristian Klausen authored
-
Jelle van der Waa authored
Configure network correctly for Kape servers See merge request !320
-
Jelle van der Waa authored
Previously we configured our network conf to all interfaces, which shouldn't be done as not all our routed to the internet and this causes systemd-network-online target to fail.
-
Jelle van der Waa authored
Update ServiceDown rule to 10 minutes from 5 min. See merge request !321
-
Jelle van der Waa authored
Our dedicated servers are fairly slow when rebooting and are then not available for 5 minutes, which means a ServiceDown notification is send for a normal reboot.
-
Jelle van der Waa authored
keycloak: Add "Well-Known URL for Changing Passwords"[1] See merge request !310
-
Kristian Klausen authored
More and more browsers and password managers support this[2]. [1] https://w3c.github.io/webappsec-change-password-url/ [2] https://github.com/w3c/webappsec-change-password-url/issues/16
-
Jelle van der Waa authored
Prometheus repo exporter See merge request !314
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Export the repository size of our repositories so they can be monitored and we have some useful data for repository growth in the future.
-
Jelle van der Waa authored
The value of the expr is not really useful as of now, but if we show the value of probe_ssl_earliest_cert_expiry it should show the date when the cert expires.
-
Jelle van der Waa authored
Prometheus alerts $value is the result of the expression, so it will be the amount of seconds since the last backup and not the last backup date.
-