[docs] Add note about connecting web/desktop app to custom server
This commit is contained in:
parent
4da4dcaeb5
commit
f37769d340
1 changed files with 13 additions and 0 deletions
|
@ -35,3 +35,16 @@ endpoint:
|
|||
```
|
||||
|
||||
(Another [example](https://github.com/ente-io/ente/blob/main/cli/config.yaml.example))
|
||||
|
||||
## Web appps and Photos desktop app
|
||||
|
||||
You will need to build the app from source and use the
|
||||
`NEXT_PUBLIC_ENTE_ENDPOINT` environment variable to tell it which server to
|
||||
connect to. For example:
|
||||
|
||||
```sh
|
||||
NEXT_PUBLIC_ENTE_ENDPOINT=http://localhost:8080 yarn dev:photos
|
||||
```
|
||||
|
||||
For more details, see [hosting the web
|
||||
app](https://help.ente.io/self-hosting/guides/web-app).
|
||||
|
|
Loading…
Add table
Reference in a new issue