Skip to content
Snippets Groups Projects
  1. Oct 02, 2021
  2. Sep 02, 2021
  3. Jul 12, 2021
  4. Jun 27, 2021
  5. Jun 06, 2021
  6. May 13, 2021
    • Jelle van der Waa's avatar
      Rate limit mediawiki API endpoint · dbd68aa2
      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.
      Verified
      dbd68aa2
  7. May 09, 2021
  8. May 08, 2021
  9. May 03, 2021
  10. May 01, 2021
  11. Apr 27, 2021
  12. Apr 08, 2021
  13. Apr 07, 2021
  14. Feb 19, 2021
  15. Feb 14, 2021
    • Kristian Klausen's avatar
      Make ansible-lint happy · 4112bdf9
      Kristian Klausen authored
      yaml: truthy value should be one of [false, true] (truthy)
      yaml: wrong indentation: expected 4 but found 2 (indentation)
      yaml: too few spaces before comment (comments)
      yaml: missing starting space in comment (comments)
      yaml: too many blank lines (1 > 0) (empty-lines)
      yaml: too many spaces after colon (colons)
      yaml: comment not indented like content (comments-indentation)
      yaml: no new line character at the end of file (new-line-at-end-of-file)
      load-failure: Failed to load or parse file
      parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
      4112bdf9
  16. Jan 25, 2021
    • Jelle van der Waa's avatar
      Configure mediawiki's security headers · 3f6a9f01
      Jelle van der Waa authored
      Mediawiki allows the configuration of Referrer policy, which is set to
      the same value as archlinux.org, retaining the referrer for https://
      links as they might be beneficial as promotion. Set the X-Frame-Options
      header to deny framing.
      Verified
      3f6a9f01
  17. Jan 10, 2021
  18. Jan 06, 2021
    • Sven-Hendrik Haase's avatar
      archwiki: Decrease number of workers · b6cbbcb8
      Sven-Hendrik Haase authored
      The box now is much smaller than the box we had the wiki on before and so we used a lot of workers because it didn't matter.
      The new box had too much memory pressure and so we had to decrease this.
      In a load test, it lead to much better performance under high HTTP load.
      Verified
      b6cbbcb8
  19. Nov 30, 2020
  20. Nov 21, 2020
  21. Oct 24, 2020
  22. Sep 05, 2020
  23. Aug 27, 2020
  24. Aug 19, 2020
  25. Jun 17, 2020
  26. Jun 12, 2020
  27. May 26, 2020
  28. May 25, 2020
Loading