Skip to content
Snippets Groups Projects
  1. Mar 07, 2021
    • Jelle van der Waa's avatar
      Adjust prometheus textcollector condition · 9f9378b2
      Jelle van der Waa authored
      Currently our textcollector can sometimes fail with 'Failed to
      create/acquire the lock /home/backup/$server/lock.exclusive (timeout)."
      Instead of checking on a borg lock file, check if our backup snapshot
      dir exists which the backup script creates and removes. This should give
      less false positives then our current method.
      9f9378b2
    • Jelle van der Waa's avatar
      Add uwsgi caching to archweb · 5ba5cf27
      Jelle van der Waa authored
      Cache urls which urls marks as can be cached by nginx. This offloads our
      uwsgi workers and allows for speedier delivery of RSS feeds and other
      cached routes.
      5ba5cf27
    • Jelle van der Waa's avatar
      Rate limit our archweb RSS feeds · fa328e2f
      Jelle van der Waa authored
      Due to users misconfiguring their conky to query for rss updates every
      second add proper rate limitting to all rss endpoints in nginx.
      fa328e2f
  2. Mar 02, 2021
  3. Mar 01, 2021
  4. Feb 28, 2021
  5. Feb 27, 2021
  6. Feb 26, 2021
  7. Feb 25, 2021
  8. Feb 19, 2021
  9. Feb 18, 2021
  10. Feb 16, 2021
    • Jelle van der Waa's avatar
      Lock before deleting files · 73bf287a
      Jelle van der Waa authored
      As reported in FS#69614 the lock should be before the delete for when
      another sync job is running rsync can't move the files as they are
      removed.
      73bf287a
  11. Feb 14, 2021
Loading