- Mar 07, 2021
-
-
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 archlinux/infrastructure!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 archlinux/infrastructure!318
-
Kristian Klausen authored
-
Jelle van der Waa authored
Configure network correctly for Kape servers See merge request archlinux/infrastructure!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 archlinux/infrastructure!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 archlinux/infrastructure!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 archlinux/infrastructure!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.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
postfix: Install PCRE explicit after package split[1] See merge request archlinux/infrastructure!317
-
- Feb 28, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Feb 27, 2021
-
-
Sven-Hendrik Haase authored
gemini takes a long time to run backups and it would sometimes produce false positives for not having backed up for some time. The higher threshold should help with those false positives.
-
- Feb 26, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
AUR systemd hardening See merge request archlinux/infrastructure!287
-
Jelle van der Waa authored
This service only requires MySQL access and ability to submit an email.
-
Jelle van der Waa authored
This service only requires MySQL access and access to the aur home directory (/srv/http/aurweb) to write the package/pkgbase/user files.
-
Jelle van der Waa authored
This service only requires MySQL access, network connection access and the ability to create an pyalpm handle to sync the pacman db's to update the blacklist.
-
Jelle van der Waa authored
This service only requires MySQL access for deleting old, empty reserved aurweb pkgbases.
-
Jelle van der Waa authored
This service only requires MySQL access for updating the per-package popularity counts.
-
- Feb 25, 2021
-
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
arch_boxes_sync: Quick service filesystem hardening See merge request archlinux/infrastructure!315
-
Kristian Klausen authored
Should protect the filesystem from the script going amok and nuking the filesystem (shouldn't happen).
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Add new role which sync arch-boxes images to the repos Closes #272 See merge request archlinux/infrastructure!296
-
Kristian Klausen authored
Fix #272
-
Sven-Hendrik Haase authored
Without a location nginx will always return See merge request archlinux/infrastructure!313
-
Jelle van der Waa authored
Without a location block, nginx always executes the return block causing a 302 which makes certbot unable to renew as it follows redirects.
-