You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I need some help configuring my docker compose to start the dashboard, always im getting this error : Parse Dashboard can only be remotely accessed via HTTPS
I run it behind an apache reverse proxy, I set up certbot on the host machine. I think it's a better solution because I don't have to deal with letsencrypt inside docker.
Hey, I need some help configuring my docker compose to start the dashboard, always im getting this error : Parse Dashboard can only be remotely accessed via HTTPS
PARSE_SERVER_VIRTUAL_HOST=myparse.cloud
PARSE_SERVER_LETSENCRYPT_HOST=myparse.cloud
PARSE_SERVER_LETSENCRYPT_EMAIL=[email protected]
PARSE_DASHBOARD_LETSENCRYPT_EMAIL=[email protected]
PARSE_DASHBOARD_LETSENCRYPT_HOST=myparse.cloud \ PARSE_DASHBOARD_VIRTUAL_HOST=myparse.cloud
APP_ID=YOUR_APP_ID
MASTER_KEY=YOUR_MASTER_KEY
SERVER_URL=https://myparse.cloud/parse
USER1=USER
USER1_PASSWORD=PASSWORD
docker-compose up -d
My enginx redirect myparse.cloud to the port :4040 and /parse to :1337/parse.
I dont know whats the difference between "virtual host and letsencrypt host".
The text was updated successfully, but these errors were encountered: