Giter VIP home page Giter VIP logo

zitadel-traefik-secure's Introduction

Zitadel Postrges Traefik Secure

This repo is a minimal template to use Traefik v2 on localhost with HTTPS support.

To get started, just clone this repo:

Thanks

traefik-v2-https-ssl-localhost
jimsgarage zitadel
jimsgargage youtube

git clone https://github.com/fluffy-bunny/zitadel-traefik-secure.git

Next, go to the root of the repo (cd zitadel-traefik-secure) and generate certificates using mkcert :

# If it's the firt install of mkcert, run
mkcert -install

# Generate certificate for domain "localhost.dev"

mkcert -cert-file certs/local-cert.pem -key-file certs/local-key.pem "localhost.dev" "*.localhost.dev"  

Create networks that will be used by Traefik:

docker network create proxy

Now, start containers with :

# Start Zitadel
docker-compose -f docker-compose.yml up -d
 

You can now go to your browser at whoami.localhost.dev, enjoy 🚀 !
You can now go to your browser at zitadel.localhost.dev, enjoy 🚀 !
You can now go to your browser at pgadmin.localhost.dev, enjoy 🚀 !
You can now go to your browser at smtp.localhost.dev, enjoy 🚀 !

Note: you can access to Træfik dashboard at: traefik.localhost.dev

Don't forget that you can also map TCP and UDP through Træfik.

hosts file Windows

127.0.0.1 localhost.dev traefik.localhost.dev whoami.localhost.dev smtp.localhost.dev zitadel.localhost.dev pgadmin.localhost.dev

Zitadel SMTP

I configured zitadel to use SMTP4DEV

smtp4dev:25

smtp4dev localhost

License

MIT

zitadel-traefik-secure's People

Contributors

ghstahl avatar

Stargazers

 avatar  avatar

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.