- Jul 18, 2024
-
-
Jelle van der Waa authored
This rate limits the endpoint which does things (ie. uwsgi). 10 requests per second was already a lot, so 5 should be fine, realistically it can go lower as we have a burst.
-
- Jul 17, 2024
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Jul 13, 2024
-
-
Jelle van der Waa authored
See: #600
-
- Jul 12, 2024
-
-
Jelle van der Waa authored
-
- Jul 05, 2024
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Jul 03, 2024
-
-
Evangelos Foutras authored
Missed this earlier for the upgrade to Loki 3.0.
-
- Jul 02, 2024
-
-
Evangelos Foutras authored
Loki 3.0 requires this to be set when retention is enabled.
-
Evangelos Foutras authored
This is needed to upgrade to Loki 3.0.
-
- Jul 01, 2024
-
-
Evangelos Foutras authored
-
- Jun 30, 2024
-
-
Christian Heusel authored
-
Christian Heusel authored
-
- Jun 29, 2024
-
-
Kristian Klausen authored
This will used to increase the level of automation.
-
Christian Heusel authored
Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Jun 21, 2024
-
-
Jan Alexander Steffens (heftig) authored
We're leaking pending EDUs in the federation writer since about 2023-10-28. See: https://github.com/matrix-org/synapse/issues/13901
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Jun 16, 2024
-
-
Evangelos Foutras authored
-
- Jun 14, 2024
-
-
Christian Heusel authored
related to archlinux/infrastructure#531 Fixes: c31dd330 ("prepare the split of repo and archive server") Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Jun 10, 2024
-
-
Leonidas Spyropoulos authored
-
Leonidas Spyropoulos authored
-
- Jun 09, 2024
-
-
nl6720 authored
Use an uppercase LABEL to avoid a warning from mkfs.fat: mkfs.fat: Warning: lowercase labels might not work properly on some systems Use something other than "efi" as the label since some firmware do not like it. While this is not really an issue for Arch infrastructure, since there is zero change that this will be run on any MSI hardware with its broken firmware, it is best to simply folow the wiki anyway. See https://wiki.archlinux.org/title/EFI_system_partition#Firmware_does_not_see_the_EFI_directory
-
nl6720 authored
sgdisk does not align the partition size/end by default. The `-I`/`--align-end` option needs to be used to enable alignment. See https://wiki.archlinux.org/title/Advanced_Format#Partition_alignment Additionally use the partition names (PARTLABELs) that gdisk and cgdisk set (but sgdisk doesn't) and follow the Discoverable Partitions Specification by useing the appropriate partition for the root partition. See https://wiki.archlinux.org/title/Partitioning#Single_root_partition
- Jun 08, 2024
-
-
Kristian Klausen authored
It is unclear why this was added, as we can just use the default lock file path (/var/run/rsyncd.lock). Using a non-default path was not added in the offending commit, but remove it in this revert commit nevertheless, so the commit can be reverted. This reverts commit e4e07516.
-
Kristian Klausen authored
[1] c55b448c ("Add GitLab Pages for pacman")
-
Kristian Klausen authored
Fixes: c55b448c ("Add GitLab Pages for pacman")
-
- Jun 05, 2024
-
-
Jelle van der Waa authored
This is by far our most popular endpoint and some folks hit us with one request per 5 seconds which leads to 6GB of daily traffic. Rate limit them the same as broken RSS readers.
-
Jelle van der Waa authored
In reality the uwsgi endpoint gets hit with only 1 request on a normal page load so 20 requests is way to lenient.
-
- Jun 02, 2024
-
-
> 2024/06/02 11:05:53 \[warn\] 30324#30324: the "listen ... http2" directive is deprecated, use the "http2" directive instead Fixes #589
-
Christian Heusel authored
Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
Trusted Users have been renamed to Package Maintainers (rfcs!7 (diffs))
-
- Jun 01, 2024
-
-
Jan Alexander Steffens (heftig) authored
-
- May 19, 2024
-
-
Evangelos Foutras authored
pacman-contrib recently moved fakeroot to optional dependencies.
-
Jan Alexander Steffens (heftig) authored
Install pantalaimon with `--no-deps` so that we can upgrade matrix-nio for compatibility with Python 3.12, even though pantalaimon specifies `<0.21`. This requires listing all packages to be installed, gathered via `pip freeze`.
-
- May 18, 2024
-
-
Evangelos Foutras authored
-