Skip to content
Snippets Groups Projects
  1. Aug 14, 2022
  2. Aug 05, 2022
  3. Aug 02, 2022
    • Evangelos Foutras's avatar
      aurweb: increase burst size for smartgit endpoint · 2a9cceec
      Evangelos Foutras authored
      The burst size of 300 reportedly allows ~150 git operations. This might
      not always be sufficient when installing a lot of packages from the AUR.
      
      Specify a higher burst size to cover most legit use cases, even if this
      makes us more susceptible to abuse.
      2a9cceec
  4. Jul 27, 2022
  5. Mar 18, 2022
    • Jelle van der Waa's avatar
      aurweb: rate limit git · a144aa45
      Jelle van der Waa authored
      Some users scrape our git endpoint with quite some requests per second
      (32) this is not something cgit/smartgit can handle and has caused the
      AUR to go down once (http 502).
      a144aa45
  6. Feb 23, 2022
    • Jelle van der Waa's avatar
      aurweb: serve assets from nginx and cache properly · 3399e17d
      Jelle van der Waa authored and Jelle van der Waa's avatar Jelle van der Waa committed
      Make nginx serve static assets to offload gunicorn as for example
      loading the home page is making 7 static requests out of 8 requests in
      total. Set caching headers for now for 7 days, so browsers don't request
      ideally this would be 30 days but let's keep it 7 days for now.
      3399e17d
  7. Feb 20, 2022
  8. Feb 15, 2022
  9. Feb 09, 2022
  10. Nov 10, 2021
  11. May 25, 2021
  12. May 14, 2021
  13. May 13, 2021
    • Jelle van der Waa's avatar
      Update aurweb role for aur-dev · 2cbfa2c0
      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.
      2cbfa2c0
  14. May 11, 2021
    • Jelle van der Waa's avatar
      Remove tubylaws deployment · 7df5a24b
      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.
      7df5a24b
  15. Apr 27, 2021
  16. Apr 12, 2021
  17. Apr 08, 2021
    • Kristian Klausen's avatar
      Send the nginx logs to Loki · b70d04fa
      Kristian Klausen authored and Jelle van der Waa's avatar Jelle van der Waa committed
      A extra access_log entry was added with the following commands:
      $ cd roles
      $ grep -lr access_log | xargs -P 1 -n 1 sed -i '/access_log/ s/\(.*\)\( \)\(\(reduced\|main\);$\)/\1 \3\n\1.json json_\3/'
      b70d04fa
  18. Feb 26, 2021
  19. Feb 18, 2021
    • Jelle van der Waa's avatar
      Switch to our own mirror for aurblup · 171aa7c9
      Jelle van der Waa authored
      The mirrors.kernel.org mirror seems to have network issues for us from
      aur.archlinux.org which makes the aurweb-aurblup service fail from time
      to time. Switch to our own mirror as we are in control.
      171aa7c9
  20. Jan 31, 2021
    • Jelle van der Waa's avatar
      Enable aurweb-usermaint timer · 0c75507f
      Jelle van der Waa authored
      According to 'doc/maintenance.txt' the usermaint service needs to be
      every 2 hours. To remove the last login IP address of all users that did
      not login for 7 days.
      
      Closes: #106
      0c75507f
  21. Dec 27, 2020
  22. Sep 21, 2020
  23. Sep 05, 2020
  24. Aug 27, 2020
  25. Jul 27, 2020
  26. Jul 24, 2020
  27. Jul 23, 2020
Loading