An error occurred fetching the project authors.
  1. 10 Jul, 2018 1 commit
  2. 09 Jul, 2018 1 commit
  3. 03 Jul, 2018 3 commits
  4. 29 Jun, 2018 2 commits
  5. 28 Jun, 2018 2 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Update TODO · c76e187b
      Łukasz Nowak authored
       * add switch-softwaretype from review
       * add graceful scripts improvement
       * inform about certificates in tests with explanation
       * add about improving test infrastructure
      c76e187b
    • Łukasz Nowak's avatar
      caddy-frontend: Working implementation · 4ba968e4
      Łukasz Nowak authored
      Features:
      
       * shared place for Caddy configuration
       * gather a lot of parameters for caddy executable, as dislike Apache
         Caddy is configured from command line
       * dummy vhost for example.org
       * challanges (ACME SSL) are disabled
       * bind to interfaces are done per site
       * cache access is dummy, but working
       * /server-status redone in Caddy style
       * antiloris dropped, as this is apache specific
       * apache_custom_http and apache_custom_https
       * dropped not needed leftover access-control-string and protected-path
       * nginx replacement added
       * bin/caddy-wrapper is provided in order to allow parameterization of caddy
         over the network
       * access to log files over http is provided
         * username on log access is consistent, it is not uppercased like it was
           originally on apache-frontend
       * list of TODOs in TODO.rst
      4ba968e4