Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure a user to access Parse Dashboard remotely #11

Open
Zenuncl opened this issue Aug 16, 2016 · 4 comments
Open

Configure a user to access Parse Dashboard remotely #11

Zenuncl opened this issue Aug 16, 2016 · 4 comments
Labels

Comments

@Zenuncl
Copy link

Zenuncl commented Aug 16, 2016

After passing a ENV with User1 and User1_password, this still cannot work

docker run -d \
             -e APP_ID=$(APP_ID)\
             -e MASTER_KEY=$(MASTER_KEY)\
             -e SERVER_URL=http://localhost:1337/parse \
             -e PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1  \
             -e USER1=yourUsername  \
             -e USER1_PASSWORD=yourUsernamesPassword \
             -p 4040:4040                      \
             --link parse-server               \
             --name parse-dashboard            \
             yongjhih/parse-dashboard
@yongjhih yongjhih added the bug label Aug 16, 2016
@rahimrahman
Copy link

@SharkIng I used PARSE_DASHBOARD_CONFIG instead and able to make this work:

docker run -d \
            -e PARSE_DASHBOARD_CONFIG='{"apps":[{"appId":"<appid>","serverURL":"<docker-ip>/parse","masterKey":"<masterkey>","appName":"<appname>"}],"users":[{"user":"<username>","pass":"<password>"}]}' \
            -e PARSE_DASHBOARD_ALLOW_INSECURE_HTTP=1  \
            -p 4040:4040                      \
            --link parse-server               \
            --name parse-dashboard            \
            yongjhih/parse-dashboard

@tigpt
Copy link

tigpt commented Jul 19, 2017

I'm trying to configure parse-dashboard with composer and jwilder/nginx-proxy and I'm getting the same error.

Does anyone had configured parse dashboard do access remotely successfully ?

Here is my docker-compose

parse-dashboard:
    image: yongjhih/parse-dashboard
    container_name: prase-dashboard
    environment:
      - VIRTUAL_HOST=[MYDOMAIN.COM]
      - PARSE_DASHBOARD_TRUST_PROXY=1
    volumes:
      - /root/parse-dashboard/parse-dashboard-config.json:/src/Parse-Dashboard/parse-dashboard-config.json
      - /root/parse-dashboard/icons:/src/Parse-Dashboard/icons

then I access https://[MYDOMAIN.COM] and I get "Configure a user to access Parse Dashboard remotely".
Is there any option to be set on the users to enable remoce access ? Is this a generic error for something else? how to debug it?

Thanks

@xzessmedia
Copy link

same here as tigpt

this issue is from 2016 ... any news on this??? or is this repo abandoned?

@tigpt
Copy link

tigpt commented Apr 3, 2019

I think this is dead. try original repo instead.

https://github.com/parse-community/parse-dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants