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:
parent
04b8ec975d
commit
e76678ec14
1 changed files with 6 additions and 0 deletions
|
|
@ -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`
|
||||
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 is loaded from `~/.config/haze/haze.toml` and has the following
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue