An error occurred fetching the project authors.
  1. 27 Sep, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Remove "server" pollution on slaves · c1e580e5
      Łukasz Nowak authored
      Server returns slave list with request and publish keys, but only request keys
      are important.
      
      In order to avoid needless updates and nonsense data remove those polluted
      keys before publishing information about each slave.
      c1e580e5
  2. 05 Sep, 2019 1 commit
  3. 30 Aug, 2019 3 commits
  4. 29 Aug, 2019 4 commits
  5. 01 Aug, 2019 1 commit
  6. 18 Jul, 2019 1 commit
  7. 04 Jul, 2019 1 commit
  8. 03 Jul, 2019 2 commits
  9. 26 Jun, 2019 1 commit
  10. 20 Jun, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Add promise for rejected slaves · 2a6967d6
      Łukasz Nowak authored
      Frontend operator shall have easy access to information about rejected
      slaves, possibly the best in the JSON file.
      
      Also the keys for the human readable information are slave's titles, not
      references.
      
      The information is published via hand crafted HTTPS endpoint.
      
      Note: The SSL certificate is generated manually. Existing caucase is special
            for KeDiFa, this is another step to move all generated certificates (or
            otherwise self-signed) to internal, full automatic caucase.
      2a6967d6
  11. 12 Jun, 2019 1 commit
  12. 31 May, 2019 2 commits
  13. 30 May, 2019 4 commits
  14. 28 May, 2019 4 commits
  15. 15 May, 2019 1 commit
  16. 08 May, 2019 2 commits
  17. 26 Apr, 2019 2 commits
  18. 23 Apr, 2019 2 commits
  19. 19 Apr, 2019 1 commit
  20. 16 Apr, 2019 1 commit
  21. 15 Apr, 2019 1 commit
  22. 12 Apr, 2019 3 commits
    • Łukasz Nowak's avatar
      c82f00de
    • Łukasz Nowak's avatar
      caddy-frontend: Disable ATS cache promise plugin · 451032ee
      Łukasz Nowak authored
      ATS cache fillup is uncontrollable during test run.
      451032ee
    • Łukasz Nowak's avatar
      caddy-frontend: Re-do zero-SSL BBB · 1d271f4d
      Łukasz Nowak authored
      Instead of complex architecture in the profiles, reuse kedifa-updater
      capability to do backward compatibility certificate management thanks to its
      fall-back mechanism.
      
      kedifa-updater uses state file to know, if it ever succeed to download
      certificate from KeDiFa, and so it really makes it that pushing at least once
      certificate to KeDiFa, even if it is sometimes unresponsive, will switch to
      it.
      
      Fallback certificate is used, thus each slave listens immediately on HTTP and
      HTTPS. Thanks to this, asynchronous updates do not need to communicate with
      slapos node instance, and slapos node instance does not care about the
      certificates anymore.
      1d271f4d