mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
localhost proxy doesn't support federation
This commit is contained in:
parent
37248955ab
commit
903b3d25a8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue