An error occurred fetching the project authors.
  1. 03 Dec, 2018 5 commits
  2. 14 Nov, 2018 1 commit
  3. 26 Oct, 2018 1 commit
  4. 06 Sep, 2018 1 commit
  5. 06 Aug, 2018 1 commit
  6. 31 Jul, 2018 5 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Drop server-admin · 263413af
      Łukasz Nowak authored
      This option is not advertised and it is not needed at all in Caddy
      configuration.
      263413af
    • Ł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
      012eba7b
    • Ł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