An error occurred fetching the project authors.
  1. 09 Jan, 2023 1 commit
    • Łukasz Nowak's avatar
      rapid-cdn: Introduce · 643457a3
      Łukasz Nowak authored
      It's based on phased out caddy-frontend, especially as next step is to drop
      Caddy software from the software release.
      643457a3
  2. 16 Nov, 2022 1 commit
  3. 17 Jul, 2020 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Put haproxy just before the backend · ec3d4ae9
      Łukasz Nowak authored
      This is needed in order to provide future support for client certificates
      to the backend.
      
      Also it means that haproxy is used in all cases, with or without cache, and as
      a result the "cached" version of caddy is dropped.
      
      Let haproxy setup maxconn by itself, as it's wise enough.
      
      Also trust that it'll detect and use proper limits, instead enforcing them in
      the shell with ulimit trick (ulimit -n $(ulimit -Hn)).
      
      As empty server alias can impact the configuration, add proper test for
      checking it.
      ec3d4ae9
  4. 10 Jul, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Fix configuration validation script · 883f48a9
      Łukasz Nowak authored
      As caddy_configuration_state provides information with exit code use it
      directly in the if instead of running it with $(), which stops execution when
      configuration is not changed.
      
      Improve checking for too old result - do not remove the file, instead check
      for too old result and then recalculate.
      
      /reviewed-on nexedi/slapos!589
      883f48a9
  5. 31 May, 2019 1 commit
  6. 29 May, 2019 1 commit
  7. 28 May, 2019 1 commit
  8. 10 Dec, 2018 1 commit
  9. 03 Dec, 2018 1 commit