Skip to content
Snippets Groups Projects
  1. May 20, 2023
  2. May 06, 2023
  3. Feb 11, 2023
  4. Jan 08, 2023
  5. Sep 28, 2022
    • Kristian Klausen's avatar
      Kill the mailman2 server and put the mailman3 server in its place · 893a95f3
      Kristian Klausen authored
      With the final lists migrated to mailman3[1], the mailman2 server can
      finally be killed.
      
      When the mailman3 server was initially setup[2], it was done on a
      separate server because the mailman and mailman3 packages conflicted,
      and the traffic was routed over wireguard (HTTP, LMTP and SMTP).
      
      Instead of installing mailman3 on the original lists.al.org server and
      transferring the data, it was easier just to install the missing pieces
      (basically Postfix and adjusting the Nginx configuration) on the ml3
      server and move the IPs (to keep the IP mail reputation).
      
      So basically the following was done:
      - The IPs for the original lists.al.org was moved to the mailman3.al.org
        server
      - The mailman2 datadir was transferred to mailman3.al.org server, so we
        can keep the pipermail links alive, and import missing mails if needed
      - The original lists.al.org server was decommissioned
      - The mailman3.al.org server was renamed to lists.al.org
      - The missing pieces was added to the mailman3 role (basically Postfix +
        Nginx adjustments)
      - The mailman role was deleted and the mailman3 role renamed to mailman
      
      [1] 75ac7d09 ("mailman: Fourth and final batch of mailman3 migrated lists")
      [2] 9294828f ("Setup mailman3 server")
      
      Fix #59
      893a95f3
  6. Sep 17, 2022
  7. Aug 29, 2022
  8. Jul 10, 2022
  9. May 29, 2022
  10. May 14, 2022
  11. May 12, 2022
  12. May 07, 2022
  13. Apr 13, 2022
    • Kristian Klausen's avatar
      Add GeoIP domain for our sponsored mirros · 9f65f99c
      Kristian Klausen authored
      We had a GeoIP mirror in the past based on nginx and its GeoIP module,
      but it didn't perform very well, due to the high latency (asking a
      central server for the package and then redirected to the closest
      mirror).
      
      One of the reasons for offering this service, is so we can relieve
      mirror.pkgbuild.com which is burning a ton of traffic (50TB/month),
      likely due to it being the default mirror in our Docker image. Another
      reason is so we can offer a link to our arch-boxes images in libosinfo
      (used by gnome-boxes, virt-install and virt-manager), with good enough
      performance for most users.
      
      This time we take a different approach and use a DNS based solution,
      which means the latency penalty is only paid once (the first DNS
      request). The downside is that the mirrors must have a valid certificate
      for the same domain name, which makes using third-party mirrors a
      challenge. So for now, we are just using the sponsored mirorrs
      controlled by the DevOps team.
      
      Fix #101
      9f65f99c
  14. Apr 11, 2022
  15. Feb 26, 2022
  16. Feb 25, 2022
  17. Feb 23, 2022
  18. Feb 05, 2022
  19. Feb 04, 2022
  20. Jan 21, 2022
  21. Jan 04, 2022
    • Jelle van der Waa's avatar
      Add smart monitoring using a textcollector · bf5a1653
      Jelle van der Waa authored
      Collects the smart data using smartctl and outputs them in the
      textcollector dir. This expects smartd to be configured to regularly
      self tests on a regular interval to detect if a disk is broken.
      bf5a1653
  22. Dec 01, 2021
  23. Nov 06, 2021
  24. Nov 05, 2021
  25. Sep 04, 2021
  26. Aug 01, 2021
  27. Jul 30, 2021
  28. Jul 20, 2021
  29. Jul 16, 2021
  30. Jul 11, 2021
    • Jelle van der Waa's avatar
      Rate limit archlinux.org and fail2ban abusers · 314aa355
      Jelle van der Waa authored
      Add a default rate limit for 20 req/s for the uwsgi endpoint and
      automatically ban users who reach this limit. The nginx-limit-req rule
      does not ban users who reach the rss limit as these are not likely DoS
      attempts.
      314aa355
  31. Jul 09, 2021
  32. Jul 04, 2021
  33. Jul 03, 2021
  34. Jul 02, 2021
  35. Jun 30, 2021
Loading