An error occurred fetching the project authors.
  1. 25 Sep, 2018 1 commit
  2. 14 Sep, 2018 1 commit
  3. 12 Sep, 2018 1 commit
  4. 06 Sep, 2018 2 commits
  5. 03 Sep, 2018 1 commit
  6. 06 Aug, 2018 1 commit
  7. 31 Jul, 2018 4 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Pass correctly monitor httpd port · a69d9345
      Łukasz Nowak authored
      As monitor stack uses values directly from buildout convert them to buildout
      safe values, otherwise the the magic !py! is not stripped.
      
      Also add a test proving that monitor with default values is going to be
      correctly configured.
      a69d9345
    • Łukasz Nowak's avatar
      caddy-frontend: Workaround issues with generate.password · 18d1650f
      Łukasz Nowak authored
      It sometimes results with returning passwords with newlines, thus they have
      to be trimmed.
      18d1650f
    • Łukasz Nowak's avatar
      615f4977
    • Łukasz Nowak's avatar
      caddy-frontend: Modernize profiles · 9d866327
      Łukasz Nowak authored
      Features:
      
       * jinja2 is used to generate instance templates
       * downloads are done the same way for all resources
       * create with shared content for all instance profiles
       * fill in instance-common with shared sections
       * render templates late in order to ease its extenension and development
       * drop not needd duplicated section
       * drop slap-parameter in frontend and replicate template
       * simplify monitor configuration
       * move instance-parameter to instance file
         Thanks to this only one and topmost profile is reponsible for parsing and
         passing through the information which comes from the network
      9d866327
  8. 27 Jul, 2018 1 commit
  9. 26 Jul, 2018 2 commits
  10. 18 Jul, 2018 2 commits
  11. 17 Jul, 2018 1 commit
  12. 16 Jul, 2018 1 commit
  13. 13 Jul, 2018 1 commit
  14. 12 Jul, 2018 5 commits
  15. 11 Jul, 2018 1 commit
  16. 10 Jul, 2018 3 commits
  17. 09 Jul, 2018 1 commit
  18. 03 Jul, 2018 3 commits
  19. 29 Jun, 2018 2 commits
  20. 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