🚀 Traefik Config Manager

Complete API Dashboard - All Endpoints Included

GET Health Check

/api/health
Check application health status
Checking...

GET Current Configuration

/api/config/current
Get current configuration properties
Loading...

GET Traefik Configuration

/api/traefik/config
Get Traefik config from Dokploy
Loading...

POST Add Host

/api/traefik/add-host
Add new hostname to Traefik
Adding...

DELETE Delete Host

/api/traefik/delete-host
Remove host from Traefik
Deleting...

GET Service URLs

/api/traefik/services
Extract service URLs from config
Loading...

POST Add Host (Custom)

/api/traefik/add-host-custom
Add host with custom configuration - All fields are optional except hostname
Adding...

DELETE Delete Host (Custom)

/api/traefik/delete-host-custom
Delete host with custom configuration - All fields are optional except hostname
Deleting...

POST Custom Configuration

/api/traefik/config-custom
Get config with custom settings
Loading...

POST Services (Custom)

/api/traefik/services-custom
Get services with custom config
Loading...

GET CORS Test

/api/cors-test/simple
Test CORS configuration
Testing...

POST CORS Preflight

/api/cors-test/preflight
Test CORS preflight request
Testing...

⚠️ WARNING: DANGEROUS OPERATIONS

These operations can permanently change or reset your configuration. Use with extreme caution!

PUT Update Configuration

/api/config/update
Update configuration properties - This will overwrite existing settings!
Updating...

POST Reset Configuration

/api/config/reset
Reset to default values - This will ERASE all custom configuration!
Resetting...