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

localhost proxy doesn't support federation

This commit is contained in:
Robin Appelman 2026-03-02 15:43:28 +01:00
commit 903b3d25a8

View file

@ -276,8 +276,8 @@ proxy to allow using a wildcard domain.
### Setup ### Setup
- Set a DNS record for `*.haze.exmaple.com` and `haze.example.com` pointing to - Set a DNS record for `*.haze.exmaple.com` and `haze.example.com` pointing to
`127.0.0.1` or your development machine if you need to access it from other your development machine. Pointing it to `127.0.0.1` will also work, but comes
devices. with limitations like federation not being supported.
- Set the `proxy` configuration with your domain and desired listen endpoint. - Set the `proxy` configuration with your domain and desired listen endpoint.
- Set up a service to run `haze proxy` in the background as your own user. A - Set up a service to run `haze proxy` in the background as your own user. A
systemd user service is recommended (see [haze.service](./haze.service) for an systemd user service is recommended (see [haze.service](./haze.service) for an