Traefik

Top 23 Traefik Open-Source Projects

  • traefik

    The Cloud Native Application Proxy

    Project mention: Deploying Web Apps with Caddy: A Beginner's Guide Caddy | news.ycombinator.com | 2024-02-27

    Not as good though. Case in point: https://github.com/traefik/traefik/issues/5472#issuecomment-... (that's just from this morning)

    I'm speak objectively here. Of course, any built-in auto HTTPS that works (more or less) is better than none. Traefik uses an ACME library that was originally written for Caddy. After the original author left that project, Traefik team started maintaining it. Caddy's users' requirements exceeded what the library was capable of, but unfortunately there was friction in getting it to achieve our requirements. So I ended up writing a new ACME client library in Go and, together with upgrades in CertMagic (Caddy's auto-TLS lib), Caddy has the more flexible, robust, and capable auto-HTTPS functionality.

    That is to say, not all auto-HTTPS functionalities are the same.

  • full-stack-fastapi-template

    Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

    Project mention: Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication | dev.to | 2023-10-30

    This project is a modification of the authentication flow of the awesome repository made by tiangolo at full-stack-fastapi-postgresql

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • docker-traefik

    Docker media and home server stack with Docker Compose, Traefik, Swarm Mode, Google OAuth2/Authelia, and LetsEncrypt

    Project mention: Multiple domains behind Traefik | /r/selfhosted | 2023-10-30

    https://github.com/htpcBeginner/docker-traefik/blob/master/docker-compose-t2.yml under the Traefik section has it commented out. It's a big file but I just remember it having it. They set the domain names in an .env but you could just type it in.

  • traefik-forward-auth

    Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy

    Project mention: Show HN: Obligator – An OpenID Connect server for self-hosters | news.ycombinator.com | 2023-10-11
  • mesh

    Traefik Mesh - Simpler Service Mesh (by traefik)

    Project mention: Istio moved to CNCF Graduation stage | news.ycombinator.com | 2023-07-12

    https://github.com/traefik/mesh

    Last commit at Nov 28, 2022.

    In kubernetes world it means that this project is dead, I guess?

  • cluster-template

    A template for deploying a Kubernetes cluster with k3s or Talos

    Project mention: Home Lab Guide | news.ycombinator.com | 2024-03-08

    k8s is a lot easier for homelabs than it used to be, and imo it's quicker than nix for building a declarative homelab. templates like this one can deploy a cluster in a few hours: https://github.com/onedr0p/cluster-template

    here's my home assistant deployment as a single file: https://github.com/pl4nty/homelab/blob/main/kubernetes/clust...

    I deliberately nuked my onprem cluster a few weeks ago, and was fully restored within 2 hours (including host OS reinstalls). and most of that was waiting for backup restores over my slow internet connection

  • Redcloud

    Automated Red Team Infrastructure deployement using Docker

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • exoframe

    Exoframe is a self-hosted tool that allows simple one-command deployments using Docker

  • sablier

    Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.

    Project mention: Sablier: Start containers on demand, shut them down automatically | news.ycombinator.com | 2024-02-03
  • docker-selfhosted-apps

    Collection of selfhosted apps with docker only ! Traefik, Bitwarden, Wireguard with Pihole, Synapse with Elements, etc.

    Project mention: I'm currently realized that I need better threat model | /r/PrivacyGuides | 2023-06-04
  • traefik-helm-chart

    Traefik Proxy Helm Chart

    Project mention: Unfork with ArgoCD | dev.to | 2024-01-14

    helm chart Traefik Ingress

  • awesome-stacks

    Deploy 110+ open-source web apps with one Docker command

    Project mention: Deploy 90 open-source web apps with one Docker command | news.ycombinator.com | 2023-06-08
  • docker-compose-nas

    Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support

    Project mention: 'Impossible' to create AI tools like ChatGPT without copyrighted material, OpenA | news.ycombinator.com | 2024-01-08

    What do you mean "made up"?

    The Arrs suite is definitely a thing, as are the other tools I talk about.

    There's a reference docker that automates this whole toolchain https://github.com/AdrienPoupa/docker-compose-nas

    WHats nice is that Prowlarr will scrape all the torrent sites for goodies to index, and your users in jellyfin can just request, and it just shows up.

    You can even have a discord channel and the tools will announce when stuff's done.

    Piracy is 10000x better than paying for continually worsening streaming (pile of shit).

  • error-pages

    🚧 Pretty server's error pages in the docker image & git repository (for traefik, k8s, nginx and so on) (by tarampampam)

    Project mention: ☸️ Kubernetes NGINX Ingress Controller: 10+ Complementary Configurations for Web Applications | dev.to | 2023-10-16

    controller: config: custom-http-errors: 404,408,500,501,502,503,504,505 # Prepackaged default error pages from https://github.com/tarampampam/error-pages/wiki/Kubernetes-&-ingress-nginx # multiple themes here: https://tarampampam.github.io/error-pages/ defaultBackend: enabled: true image: repository: ghcr.io/tarampampam/error-pages tag: 2.21 # latest as of 01/04/2023 here: https://github.com/tarampampam/error-pages/pkgs/container/error-pages extraEnvs: - name: TEMPLATE_NAME value: lost-in-space # one of: app-down, cats, connection, ghost, hacker-terminal, l7-dark, l7-light, lost-in-space, matrix, noise, shuffle - name: SHOW_DETAILS # Optional: enables the output of additional information on error pages value: "false"

  • souin

    An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache

  • nextjs-prisma-boilerplate

    Full stack boilerplate with Next.js, Prisma, Tailwind, TypeScript, Docker, Postgres, documentation, frontend and backend unit and integration tests with Jest, Cypress end-to-end tests, Github Actions CI/CD workflows, and production deployment with Traefik and Docker.

    Project mention: Ask HN: Freelancer? Seeking freelancer? (February 2024) | news.ycombinator.com | 2024-02-01

    SEEKING WORK | REMOTE | WORLDWIDE

    Location: Serbia

    Remote: Yes

    Technologies: React, Next.js, JavaScript/TypeScript, Node.js, TailwindCSS, Jest, Cypress, Prisma, PostrgreSQL, MongoDB, Docker, C#/.NET

    Resume/CV: Available on request

    GitHub: https://github.com/nemanjam

    LinkedIn: https://www.linkedin.com/in/nemanja-mitic

    Email: nemanja.mitic.elfak [at] hotmail.com

    I am a full stack developer with a Master's degree in Computer Science and 4 years of professional experience with JavaScript and C#/.NET. In the last few years my main focus has been the React/Next.js ecosystem, followed by Node.js. I am a JavaScript professional and a Python beginner interested to get more exposure to it. I have also worked with ASP.NET in the past which is not my primary focus at the moment. I have a basic understanding of DevOps tools.

    A quick and easy way to assess my current skill level, the quality of my code and documentation, and my preferred tech stack (Next.js, TypeScript, React Query, Prisma, Postgres, TailwindCSS, Docker, Github Actions) is to check out my latest project: https://github.com/nemanjam/nextjs-prisma-boilerplate

    I have experience working remotely for startups within globally distributed multicultural teams.

    You can check out my other projects at https://github.com/nemanjam . I have detailed resume available, you can tell me about your project by email: nemanja.mitic.elfak [at] hotmail.com or by LinkedIn: https://www.linkedin.com/in/nemanja-mitic .

  • Saltbox

    Ansible-based solution for rapidly deploying a Docker containerized cloud media server.

    Project mention: Recent terrible streaming services price and shows being butchered left and right pushed me to start building my own self-hosted media server. Using Plex as its easiest to setup sharing with families and friends with the *arr suite running via docker with [Ezarr](https://github.com/Luctia/ezarr) | /r/homelab | 2023-07-06
  • goaccess-for-nginxproxymanager

    GoAccess Docker Image for Nginx Proxy Manager and more...

    Project mention: GoAccess for Nginx Proxy Manager Logs - v1.1.15 | /r/selfhosted | 2023-04-30

    GitHub Repo: https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager

  • AnonAddy-docker

    AnonAddy Docker image (by anonaddy)

  • docker-rtorrent-rutorrent

    rTorrent and ruTorrent Docker image

    Project mention: rtorrent+rutorrent lite | /r/selfhosted | 2023-05-26
  • traefik-certs-dumper

    Dump ACME data from Traefik to certificates

  • make-my-server

    Docker Compose with Traefik and lots of services

  • mypaas

    Run your own PaaS using Docker, Traefik, and great analytics

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-08.

Traefik related posts

Index

What are some of the best open-source Traefik projects? This list will help you:

Project Stars
1 traefik 47,310
2 full-stack-fastapi-template 21,592
3 docker-traefik 2,483
4 traefik-forward-auth 1,994
5 mesh 1,983
6 cluster-template 1,503
7 Redcloud 1,164
8 exoframe 1,108
9 sablier 996
10 docker-selfhosted-apps 954
11 traefik-helm-chart 946
12 awesome-stacks 816
13 docker-compose-nas 753
14 error-pages 672
15 souin 599
16 nextjs-prisma-boilerplate 544
17 Saltbox 526
18 goaccess-for-nginxproxymanager 469
19 AnonAddy-docker 432
20 docker-rtorrent-rutorrent 419
21 traefik-certs-dumper 412
22 make-my-server 410
23 mypaas 363
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com