-
Notifications
You must be signed in to change notification settings - Fork 24
Home
This Repository contains a list of folders with "Package Sources" for Synology. I have created those for my own purpose:
- by modifying existing Synology Packages (Ex.: 'MODS SSPKS' which is a modification of Julien Del-Piccolo's Simple SPK Server)
- by creating my own Packages (Ex.: 'MODS Package Manager' which is a package to help in moving packages from a volume to another)
- by packaging existing applications (Ex.: 'MODS Server Monitor' is a package to deploy Php Server Monitor on Synology)
Those 'Package Folders' can be opened with "Mods Packager", a Windows UI I wrote to build Synology Packages (Actually Mods Packager (My Own DSM Shortcut) was initially created to add shortcuts on the DSM Desktop in order to easily open Urls).
Run "Mods Packager" and open any of the folders available here, either by using the menu "File > Open" or by drag&dropping the folder or the .spk file onto Mods Packager's Main UI.
As Packages for DSM 6.x and older are not supported anymore by DSM 7.x, I have created two lists:
- Packages for DSM 6.x (and older)
- Packages for DSM 7.x
You can download the Package Folders, which contains also the spk files... But those are theoretically also published on my own 'SPK server' available here
Add https://olympe.letroye.be/sspks/ into the Package Sources of Package Center's settings.
You install those packages at your own risk! I highly recommend you to test them in a Virtual DSM first:
- Using Xpenology in VMWare:
- Either a DSM 6.2.2 on a virtual DS918
- Or a DSM 6.2.2 on a virtual DS3617xs
- NB: DSM 7.x will probably never be supported:
- Using a DSM Virtual Machine
For that purpose, you need to read the documentation of my "Mods Packager" available here.
But if you are looking for samples, I suggest to look:
- at "MODS Dummy" if you are using a DSM 6.x or lower.
- at "MODS Dummy 7.x" if you are using a DSM 7.x.
Most of my Packages are using a "CGI router". This is a trick used to run php scripts (web pages) without any dependency on the Synology Web Station and the Package Init_3rdparty (A package enabling applications to run php scripts outside the root web folder).
See details about CGI Routers here: