Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial SSL for swarm tutorial #107

Closed

Commits on Feb 1, 2020

  1. Initial SSL for swarm tutorial

    **What**
    - Adds a new reference document to guide a user through installing
    OpenFaaS on Docker Swarm with Traefik as the proxy with ssl certs from
    Let's Encrypt
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    7f18911 View commit details
    Browse the repository at this point in the history
  2. Fix duplicate "is" typo

    **What**
    - Replace duplicate "is" with missing "a" in the opening statement
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    65d048b View commit details
    Browse the repository at this point in the history
  3. Add missing word to configure traefik intro

    **What**
    - Add missing "to"
    - Replace "the internate" with "publicaly"
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    d309564 View commit details
    Browse the repository at this point in the history
  4. Fix traefix typo in traefik part number 6

    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    19b95b4 View commit details
    Browse the repository at this point in the history
  5. Fix logs debug command

    **What**
    - Replace `ls` with `logs`
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    f35ceb2 View commit details
    Browse the repository at this point in the history
  6. Cleanup quotes in the traefik command

    **What**
    - Remove the unnecceessary single quotes
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    9965f0b View commit details
    Browse the repository at this point in the history
  7. Remove profit section

    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    37b1500 View commit details
    Browse the repository at this point in the history
  8. Consolidate traefik configuration steps

    **What**
    - Reduce the number of steps so that it is easier for people to see the
    required changes
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    b1b8278 View commit details
    Browse the repository at this point in the history
  9. Update titles to active voice

    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    1657316 View commit details
    Browse the repository at this point in the history
  10. Simplify the configure openfaas section

    **What**
    - Remove the "all together" snippet since the modification is so small
    and it should be clear.  This should make it easier for someone to see
    what is happening instead of a large block of yaml
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    ce6fecd View commit details
    Browse the repository at this point in the history
  11. Update guide to use the traefik 2.1.0

    **What**
    - Update the instructions to use the latest Traefik version and based on
      the Traefik user guide https://docs.traefik.io/user-guides/docker-compose/acme-http/
      This also make several other changes to improve the readability
    
    Signed-off-by: Lucas Roesler <[email protected]>
    LucasRoesler committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    0157693 View commit details
    Browse the repository at this point in the history