jdel / sspks

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

Can this run on a DiskStation that can't run docker? #54

Closed georgeduckett closed 6 years ago

georgeduckett commented 6 years ago

Hi,

I'm very interested in hosting this on my Diskstation and pointing the package manager at it locally. I'd then use various scripts to place spks in the correct folder so I have a simple automated update mechanism.

As I understand it (and I'm new to PHP), the PHP code can be hosted on a DiskStation as a local web server and used to serve spks, however I see there's a docker file in here too. Is this simply a different method of hosting the web server, or is it required for the whole system to function correctly?

mbirth commented 6 years ago

Both works fine. You can host sspks with the Synology's web server (make sure to enable the phar extension and do everything according to the INSTALL documentation) or use the jdel/sspks Docker package.

georgeduckett commented 6 years ago

Great, thanks for the quick response.