Synology Package Server
A .spk package server for synology NAS systems in ASP.NET / C#.
How to run
IIS
- Publish the SpkRepo web project form Visual Studio to you webhost.
- Put the .spk packages you want to serve in the App_Data folder.
Synology NAS
- Make sure you installed the mono (beta) package from SynoCommunity
- Install the package form http://packages.n3rd.nl or read the section on how to build and create the spk package your self.
- Upload your spk packages to /volume1/public/packages or the directory you configured during installation
How to build
The spk package for the server
- Make sure you have Visual Studio 2013 installed.
- Open a console window and run build.cmd
- The spk package can now be found in the artifacts directory.