1. 04 Aug, 2020 1 commit
  2. 02 Aug, 2020 1 commit
  3. 30 Jul, 2020 6 commits
  4. 28 Jul, 2020 2 commits
  5. 27 Jul, 2020 2 commits
  6. 24 Jul, 2020 3 commits
  7. 23 Jul, 2020 2 commits
  8. 22 Jul, 2020 5 commits
  9. 21 Jul, 2020 15 commits
  10. 20 Jul, 2020 1 commit
  11. 17 Jul, 2020 2 commits
    • Łukasz Nowak's avatar
      Revert "component/defaults: Allow to force gcc from SlapOS" · 0315c1b2
      Łukasz Nowak authored
      This reverts commit 1bd4fc32
      0315c1b2
    • Łukasz Nowak's avatar
      Merge branch 'feature/caddy-frontend-auth-to-backend' · abfa1183
      Łukasz Nowak authored
      Frontend can now do SSL client authentication to the backend. This is turned
      off by default, but easy to enable by proper switch.
      
      In order to achieve this result haproxy has been introduced as middleman just
      before the backend. Also it came with rsyslogd, as haproxy can't log by
      itself.
      
      Documentation has been updated, also changelog has been introduced.
      
      A lot of additional tests has been added due to adding additional component
      (haproxy) which required a bit different ways to approach to the request input
      data.
      
      See merge request !771
      abfa1183