- Jun 22, 2021
-
-
Kristian Klausen authored
gitlab-pages uses the API source by default now[2] but DNS resolution is broken[3] so we need to use the disk config source. Reported upstream here[4]. [1] https://docs.gitlab.com/ee/administration/pages/#gitlab-pages-doesnt-work-after-upgrading-to-gitlab-140-or-above [2] https://gitlab.com/gitlab-org/gitlab-pages/-/commit/9a30f40a785ffe586a79a75ebebabda5f513b76f [3] https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4243 [4] https://gitlab.com/gitlab-org/gitlab/-/issues/331699#note_608473496
-
- Jun 20, 2021
-
-
Jelle van der Waa authored
-
- Jun 19, 2021
-
-
Kristian Klausen authored
Keycloak doesn't support Java 16 (yet)[1]. [1] https://issues.redhat.com/browse/KEYCLOAK-18307
-
- Jun 16, 2021
-
-
Kristian Klausen authored
[1] archlinux/archlinux-keyring#9
-
Kristian Klausen authored
To be used as we begin migrating Flyspray tasks to GitLab. Fix #320
-
Kristian Klausen authored
Fix #354
-
- Jun 15, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
Co-authored-by:
Kristian Klausen <kristian@klausen.dk>
-
- Jun 08, 2021
-
-
Jelle van der Waa authored
-
- Jun 07, 2021
-
-
Kristian Klausen authored
Fix #193
-
- Jun 06, 2021
-
-
Kristian Klausen authored
-
X-Forwarded-For is defined as X-Forwarded-For: <client>, <proxy1>, <proxy2>, and it was set to $proxy_add_x_forwarded_for which is basically $http_x_forwarded_for,$remote_addr and headers from the client can't be trusted! Fix #292
-
Jan Alexander Steffens (heftig) authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Kristian Klausen authored
-
Jelle van der Waa authored
Without hostname the role does not run.
-
zram-generator defaults to 50% of the ram where systemd-swap defaults to 25% of the ram. [1] https://lists.archlinux.org/pipermail/arch-dev-public/2021-May/030429.html
-
Kristian Klausen authored
This make it much easier to compare it to upstream's version: diff -u standalone.xml.j2 /opt/keycloak/standalone/configuration/standalone.xml
-
Update standalone.xml configuration based on documentation https://www.keycloak.org/docs/latest/upgrading/#_install_new_version Closes: #347 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-
Kristian Klausen authored
The arch-iso project uses QEMU for building and it uses a lot of memory (they have crashed runner2 twice), so let's see if we can avoid that by capping Docker's memory.
-
Kristian Klausen authored
We did the revert to help a small business, but they had some time to fix their setup, so we can revert the revert. This reverts commit a842fbe7.
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Jakub Klinkovský authored
-
- Jun 05, 2021
-
-
Kristian Klausen authored
-
- Jun 04, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Evangelos Foutras authored
- Set "proxy_cache_lock on" to avoid sending more than one auth request to archweb when a cache entry doesn't exist for the credentials. - Set "proxy_cache_use_stale updating" to prevent nginx sending multiple auth requests to archweb while the cache is being refreshed. [1] [1] http://mailman.nginx.org/pipermail/nginx/2016-January/049734.html
-
Evangelos Foutras authored
Use $uri instead of $request_uri in proxy_cache_key to avoid caching based on the original URI which is different for each pacman request. The cache keys are now in the following format: httpsarchlinux.org/devel/mirrorauth/Basic <credentials>
-
- Jun 03, 2021
-
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
This implements authentication to our repos.archlinux.org tier 0 mirror via archweb.