Replies: 4 comments 1 reply
-
Hi, thanks for sharing your idea. The easiest way to run the server is I just published the project to Github's Docker registry (experimentally). You would have to manually configure a mysql database server and a webserver with SSL files. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that! |
Beta Was this translation helpful? Give feedback.
-
Thanks for this. I was just looking to get the lenses working on desktop again, and I also already have a separate headless linux box running docker compose for a few things. It would be great to slightly separate the instructions to cover network cases like that. For example, I'm running nginx manager already and it'll easily produce real certificates to handle messages, and then I only have to point my clients at the DNS server with those entries. They should work almost the same as real and only the docker server would need updating. This is additionally beneficial when dealing with corporate based laptop/desktop clients that can have restrictions on running VMs locally (docker). Thanks for putting this project together! |
Beta Was this translation helpful? Give feedback.
-
In the case of using docker-compose with an existing docker instance and only wanting the I'd love to be able to modify my existing
And then just add in the various paths to line up with nginx (or nginx manager) mysql, etc. Maybe that's already the way it installs? I just wanted to double check before I start digging into the requirements. For example, if you're using nginx to handle the key/cer files, does the snap-camera-server need anything to do with the certs itself? Or can nginx handle it all and you just have to ensure DNS or hosts files point to the right address on the clients? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for your work!
My daughters are very attached to their SnapCamera lenses from the Covid lockdown period, and now are unable to use them on their computers.
I would like to run the snap camera server on my unraid server and have their computer access that over my home network rather then run an instance of the server on each laptop.
Unraid has its own community app store, but really its just a repackaged docker of sorts (it can also install dockers from docker hub and other sources I think, but not sure about directly from github).
I'm still trying to figure out how to do all this with whats currently available, but figured I'd let you know about my use case since it might apply to other as well.
Thanks again!
Edit: it seems you can package a docker in github as well, and then unraid can pull directly from github. see - https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-docker-registry
Beta Was this translation helpful? Give feedback.
All reactions