An error occurred fetching the project authors.
  1. 14 Nov, 2018 1 commit
  2. 12 Sep, 2018 1 commit
  3. 06 Sep, 2018 4 commits
  4. 06 Aug, 2018 1 commit
  5. 31 Jul, 2018 2 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: 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