jdel / sspks

A very simple Synology Package Server, reverse engineered from the official Synology package repository and SynoCommunity.
GNU General Public License v3.0
254 stars 64 forks source link

Question: production and test server - recommended solution? #44

Closed jenskastensson closed 7 years ago

jenskastensson commented 7 years ago

Hello, I need two different spk servers, one for production and one for test. The production server runs on AWS/EC2 and to save money, it'd be nice use the same instance. What are my options, can I run a second spks serving on different port? Any creative ideas are welcome Thanks Jens

mbirth commented 7 years ago

Just setup a second web server on a different port and point it to a different directory than the first one.

jdel commented 7 years ago

Or you can use the docker image https://hub.docker.com/r/jdel/sspks/

jenskastensson commented 7 years ago

Thx