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

opensource-server - /Player2 #214

Open
Raito00 opened this issue Aug 20, 2024 · 2 comments
Open

opensource-server - /Player2 #214

Raito00 opened this issue Aug 20, 2024 · 2 comments

Comments

@Raito00
Copy link

Raito00 commented Aug 20, 2024

Hello!

Player2 is supported only pisignage.com or also can run on opensource-server?
I mean just use Windows Google chrome browser connect to opensource-server like it is when use: pisignage.com/player2/

@colloqi
Copy link
Owner

colloqi commented Aug 20, 2024

It needs https connection to your open source server which can be done using nginx reverse proxy on your server.

@Raito00
Copy link
Author

Raito00 commented Aug 20, 2024

Help to get /player2

i have docker:
version: '3'
services:
mongo:
image: mongo:4.4
restart: unless-stopped
ports:
- 27017:27017
volumes:
- mongodb:/data/db
- mongodb_config:/data/configdb
pisignage-server:
image: pisignage/pisignage-server:latest
restart: unless-stopped
ports:
- 3000:3000
volumes:
- media:/media
- data:/data
depends_on:
- mongo

volumes:
mongodb:
mongodb_config:
media:
data:

I did Nginx proxy manager to IP:3000 so ssl to server working

image

but if i try /player2 - error 404 :(
image

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

No branches or pull requests

2 participants