Giter Club home page Giter Club logo

netmaker-traefik's People

Contributors

brandonwardlaw avatar bsherman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

netmaker-traefik's Issues

Add link to offical netmaker with traefik example

Can a link to the official netmaker docker compose example with traefik be included in the header in the "The official netmaker docker-compose example now uses Traefik, so I'm archiving this repo" header?

It's not obvious where to find it and the Readme of the offical repo still links very prominently to this repo. I believe this might be the what is considered the official example? https://docs.netmaker.org/server-installation.html#compose-file-annotated

Typo

Remove extra $ in *.$${NM_BASE_DOMAIN}

  • traefik.http.middlewares.nmui-security.headers.accessControlAllowOriginList=*.$${NM_BASE_DOMAIN}

Corrected

  • traefik.http.middlewares.nmui-security.headers.accessControlAllowOriginList=*.${NM_BASE_DOMAIN}

Typo

Is this line a mistake

  • traefik.http.middlewares.nmui-security.headers.accessControlAllowOriginList=*.$${NM.BASE_DOMAIN}

should it be?

  • traefik.http.middlewares.nmui-security.headers.accessControlAllowOriginList=*.${NM_BASE_DOMAIN}

Port Bindings and host mode

Hi,
I wanted to flag the following- especially in case I've done something wrong-

If you run up the supplied docker-compose.yml you'll get an error and Traefik will be unable to start
'docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings'

Removing the port bindings in the .yml file seems to fix this-

    ports:
      - "80:80"
      - "443:443"

Please let me know if this is incorrect!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.