colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

PiSignage-server on Synology Nas Docker #144

Closed pidiman closed 2 years ago

pidiman commented 2 years ago

Hello boys. I'm trying to install a pisignage server on synology nas ds220 + in the docker. Have any of you done this before?

I downloaded this image: https://registry.hub.docker.com/r/pisignage/pisignage-server/

image

Port : 3000

image

I installed mongo image https://registry.hub.docker.com/r/tutum/mongodb/

The application works, but mongo still reports an error:

[conn16] assertion 13 not authorized for query on pisignage-server-dev.settings ns:pisignage-server-dev.settings query:{} [conn16] ntoskip:0 ntoreturn:-1

I didn't find anything in the issues or on Google. Can you help me?

Thanks a lot!

pidiman commented 2 years ago

And I can't change the username at pisignage.com .. after pressing Save I still have LOCAL..

hitesh83 commented 2 years ago

mongo you are using is too old, try from official image https://registry.hub.docker.com/_/mongo

pidiman commented 2 years ago

Thanks @hitesh83