summarylogtreecommitdiffstats
path: root/self-hosted-ente-README.txt
blob: faf1d6e881700e76328051147e4c84e2454b4d9f (plain)
1
2
3
4
5
6
7
8
9
10
To building Ente desktop to connect to a self hosted server,
make sure the `NEXT_PUBLIC_ENTE_ENDPOINT` environment variable is set before making the package.

For example:
export NEXT_PUBLIC_ENTE_ENDPOINT="https://myownenteserverdomain.com"
makepkg -sic

Or:
export NEXT_PUBLIC_ENTE_ENDPOINT="https://myownenteserverdomain.com"
yay -S ente-desktop-git