An error occurred fetching the project authors.
  1. 22 Nov, 2018 1 commit
  2. 31 Jul, 2018 1 commit
  3. 11 Jul, 2018 1 commit
  4. 03 Jul, 2018 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Improve generated files · d413298d
      Łukasz Nowak authored
      Features:
      
       * amend configuration with comments
       * drop obsolete comments from Apache copy
       * remove not needed whitespaces
       * use indentation for conditionals in Jinja2
      d413298d
  5. 28 Jun, 2018 4 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Implement type:notebook · 949ccb69
      Łukasz Nowak authored
      949ccb69
    • Łukasz Nowak's avatar
      caddy-frontend: Server on IPv6 · af78aeb3
      Łukasz Nowak authored
      Caddy is able to bind only to all or one interface
      ( https://github.com/mholt/caddy/issues/864 )
      
      By using 6tunnel this limitation is workarounded, and in the result listen on IPv6.
      
      Also drop needless "ipv6" keys across configuration.
      af78aeb3
    • Ł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
    • Łukasz Nowak's avatar
      caddy-frontend: Copy of apache-frontend original · dbb00241
      Łukasz Nowak authored
      This will make it easier to track changes.
      dbb00241
  6. 22 Nov, 2016 1 commit
    • Rafael Monnerat's avatar
      apache-frontend: Jupyter Notebook and evensource support with NGINX · c08a6567
      Rafael Monnerat authored
        Introduce NGINX on the same partition of apache to handle websocket\
        and eventsource types.
      
        The NGINX will run on another port and it would require a second ip at
        the machine for enable it.
      
        This configuration is a working version with fully https support, but
        some additional adjustments might be required.
      c08a6567