1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

document service proxy

This commit is contained in:
Robin Appelman 2026-03-09 17:56:14 +01:00
commit e76678ec14

View file

@ -296,6 +296,12 @@ subdomain of the configured domain, e.g. the `rolling-bees` instance will be
available at `rolling-bees.haze.example.com`. Additionally, `haze.example.com` available at `rolling-bees.haze.example.com`. Additionally, `haze.example.com`
will automatically point to the last created instance. will automatically point to the last created instance.
Additionally, the proxy allows access to the server containers trough either
`<instance id>-<service id>.haze.example.com` for a specific instance, or
`<service-id>.haze.example.com` for the last created instead. For example
`rolling-bees-mail.haze.example.com` will give access to the smtp4dev web
interface of the `rolling-bees` instance.
## Configuration ## Configuration
Configuration is loaded from `~/.config/haze/haze.toml` and has the following Configuration is loaded from `~/.config/haze/haze.toml` and has the following