mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 21:55:24 +02:00
- Add internalPath and stripPath fields to domain schema - Implement UI controls for configuring internal path routing - Create Traefik middleware for path manipulation (addPrefix/stripPrefix) - Support different external and internal paths for applications - Enable path stripping for cleaner URL forwarding This allows applications to be accessed via external paths while maintaining different internal routing structures, useful for microservices and legacy applications that expect specific path prefixes.