dokploy_redirects
Manage application URL redirects via Traefik regex. Create, update, remove, or retrieve redirects, with permanent (301) or temporary (302) status; redeploy the app to apply changes.
Instructions
Manage URL redirect rules on an application (Traefik regex/replacement). create: regex+replacement+permanent+applicationId. update: redirectId+regex+replacement+permanent. remove: redirectId. get: redirectId. A redeploy of the application is required for changes to take effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regex | No | Traefik-compatible source regex (e.g. ^https?://old.example.com/(.*)) | |
| action | Yes | ||
| permanent | No | true = 301, false = 302 | |
| redirectId | No | ||
| replacement | No | Target URL template (e.g. https://new.example.com/$${1}) | |
| applicationId | No |