- 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.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
postfix: Install PCRE explicit after package split[1] See merge request !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 !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 !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 !296
-
Kristian Klausen authored
Fix #272
-
Sven-Hendrik Haase authored
Without a location nginx will always return See merge request !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.
-
Jelle van der Waa authored
"Move" NM connectivity check file to a subdomain Closes #239 See merge request !311
-
Kristian Klausen authored
The file should not be on the main domain as it adds unnecessary complexity to the archweb role and there is a bigger chance that we unintentionally break connectivity checking (which has happened in the past[1][2]). This doesn't remove the file from the main domain[3], as we need to ship a updated NetworkManager package first. [1] https://www.reddit.com/r/archlinux/comments/keai0g/does_anyone_know_if_this_is_normal/ [2] https://www.reddit.com/r/gnome/comments/ke9ytm/network_manager_popup/ [3] http://www.archlinux.org/check_network_status.txt Fix #239
-
- Feb 23, 2021
-
-
Sven-Hendrik Haase authored
Remove uneeded OpenDKIM doc See merge request !309
-
- Feb 22, 2021
-
-
Kristian Klausen authored
-