Skip to content

kadirgun/traefik-config-generator

Repository files navigation

Traefik Config Generator

This project generates Traefik configuration files through a web UI. The configuration files can be exported as Docker labels, YAML, and TOML formats.

Screenshot

Configuration Form

Traefik Config Generator

Export as Docker Labels

Traefik Config Generator

Export as YAML or TOML

Traefik Config Generator

Build Instructions

This project is built using Vite and React. Follow the steps below to build the project:

  1. Install Dependencies:
pnpm install
  1. Run Development Server:
pnpm dev
  1. Build for Production:
pnpm build