-
I'm trying to do self hosting on my raspberry pi. The login and the site are fine but when I tried to upload file it keeps trying to send to localhost:3200 instead of 192.168.1.92:3200. I've tried: NEXT_PUBLIC_ENTE_ENDPOINT=http://192.168.1.92:8080 \
NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=http://192.168.1.92:3002 \
yarn build:photos NEXT_PUBLIC_ENTE_ENDPOINT=http://192.168.1.92:8080 \
NEXT_PUBLIC_ENTE_ALBUMS_ENDPOINT=http://192.168.1.92:3002 \
yarn dev:photos and also em@raspberrypi:~/ente/server $ cat museum.yaml
internal:
admins:
- 1580559962386438
apps:
public-albums: http://192.168.1.92:3002 But none of them work. Hope if anyone know what's the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, not sure if I am right, but public-albums is not the right place to configure this. That section in the |
Beta Was this translation helpful? Give feedback.
-
Hi @mngshm . You're right. Been stuck for hours, it should be config at server/configurations/local.yaml. Finally success uploading.
|
Beta Was this translation helpful? Give feedback.
Hey, not sure if I am right, but public-albums is not the right place to configure this. That section in the
apps:
section in the yaml file is likely used to specify the base endpoints.