- May 13, 2021
-
-
Co-authored-by:
Kristian Klausen <kristian@klausen.dk>
-
Jelle van der Waa authored
Set the aurweb_location configuration so aur-dev emails have the correct links in the registration url. Add new dependencies to the aurweb role for the aurweb-notify script to be able to run on the pu branch.
-
Jelle van der Waa authored
install_arch: Use the root_ssh role for adding authorized_key See merge request !365
-
The root_ssh_keys variable was changed in: ea9f114d ("root_ssh: Support giving root access to only some hosts") so let's just use the root_ssh role instead of maintaining the logic in two places.
-
Jelle van der Waa authored
Rate limit mediawiki API endpoint See merge request !378
-
Jelle van der Waa authored
Our API endpoint was being abused by a malicious user which send about 20 req/s, as php-fpm uses a pool of workers this easily over burdens them and also gives the server a constant 100% CPU load. Applying a rate limit succesfully negates this issue.
-
- May 12, 2021
-
-
Sven-Hendrik Haase authored
Give klausenbusk root access to runner{1,2}.al.org See merge request !383
-
Kristian Klausen authored
-
- May 11, 2021
-
-
Jelle van der Waa authored
Remove tubylaws deployment See merge request !379
-
Jelle van der Waa authored
The TU-Bylaws page is now deployed as gitlab page, making all of this unrequired, the permanent redirect can stay for a while but the wiki is already updated.
-
Jelle van der Waa authored
archwiki: Preserve query parameters when redirecting to the new short URL See merge request !380
-
- May 09, 2021
-
- May 08, 2021
-
-
Jelle van der Waa authored
issue templates: require to disable 'users can request access' See merge request !361
-
This shouldn't be possible as it may lead to accidentally allowing external users to be added to a project. We should only add members to a project or group on staff request to devops.
-
Jelle van der Waa authored
The arch wiki box previously had plenty of ram to play around with, but the current box is significantly smaller. Memcached seems to cache ~ 600 MB on average so 1024 should suit us fine.
-
Jelle van der Waa authored
The TU Bylaws is currently deployed as part of the aurweb role which makes it more work for devops and with gitlab pages TU's can deploy it themself.
-
Jelle van der Waa authored
postfix: Remove special "fast-path" smtpd + Remove unneeded smtpd service that was used by SpamAssassin Closes #321 See merge request !373
-
Fix #321
-
With the switch to Rspamd from SpamAssassin it isn't faster anymore, because Rspamd is configured as a global milter where SA was configured as a smtpd_proxy_filter/content_filter for smtp/submission.
-
Sven-Hendrik Haase authored
Remove termite-terminfo on all machines See merge request !377
-
termite is now officially dead.
-
Jelle van der Waa authored
Onboard grawlinson as new TU See merge request !376
-
- May 07, 2021
-
-
Jelle van der Waa authored
-
- May 05, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- May 04, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
In hedgedoc 1.8.0 sequelizerc is no longer required to as the config.json file is used to read out the database settings.
-
- May 03, 2021
-
-
Jelle van der Waa authored
archwiki: Make the /index.php/ -> /title/ redirect permanent (301) See merge request !370
-
It seems to work, so we can make the redirect permanent now.
-
Jelle van der Waa authored
Remove obsolete NGINX directives to use http2_max_field_size defaults. Closes #317 See merge request !363
-
Closes #317.
-
Jelle van der Waa authored
Syncarchive service depends and wants network See merge request !364
-
For real now, not like the 798a2d3d which did syncrepo Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
- May 01, 2021
-
-
Jelle van der Waa authored
archwiki: Implement short URLs See merge request !335
-
-
-
-
The wiki people has been wanting this for some time[1], so let's implement it. This change the url from: https://wiki.archlinux.org/index.php/Main_page to: https://wiki.archlinux.org/title/Main_page [1] https://wiki.archlinux.org/index.php?title=ArchWiki_talk:Requests&oldid=648459#index.php_in_url_address
-
Jelle van der Waa authored
Enable systemd-oomd to all servers. Closes #306 See merge request !345
-
Kernel's OOM killer is often too slow, as a result system ends up thrashing heavily. Have a user-space oom killer helps. Using default settings as described in https://www.freedesktop.org/software/systemd/man/oomd.conf.html Closes: #306 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
Jelle van der Waa authored
-