Files
kamal/test/integration/docker/deployer
Donal McBreen 61715e0a4b Add kamal-proxy in experimental mode
The proxy can be enabled via the config:

```
proxy:
  enabled: true
  hosts:
    - 10.0.0.1
    - 10.0.0.2
```

This will enable the proxy and cause it to be run on the hosts listed
under `hosts`, after running `kamal proxy reboot`.

Enabling the proxy disables `kamal traefik` commands and replaces them
with `kamal proxy` ones. However only the marked hosts will run the
kamal-proxy container, the rest will run Traefik as before.
2024-09-11 14:20:18 +01:00
..
2024-09-11 14:20:18 +01:00
2024-05-20 12:18:30 +01:00
2024-09-11 12:16:18 +01:00
2024-02-13 16:00:02 +04:00