Skip to content

DSM 6.x

Valéry Letroye edited this page Feb 19, 2021 · 11 revisions

This is the list of Package Folders supported by DSM 6.x and older.

Real applications

  • MODS GateOne: an excellent Web SSH console for Synology.
  • MODS Simple SPK Server: a Web Server to host Synology Packages.
  • MODS Web Console: a simple and limited Web shell console.
  • MODS Package Capture: an application to capture and download SPK during installation.
  • MODS Package Manager: an application to erase installed packages or move them onto another volume.
  • MODS ACPI On Lan: an application to list all devices on your LAN.
  • MODS Daikin Control: an application to remote control your Daikin device.
  • MODS Filebot Runner: an application to run one Filebot Task.
  • MODS phpMyHue: an application to remote control Philips Hue devices.
  • MODS Server Monitor: an application to monitor your online services.
  • MODS Simple Chat: a simple Web UI to chat with other users on the same Synology.
  • [MODS Serviio 2.1]: an installer of Serviio version 2.1 for Synology
  • MODS Browser: a browser based on Snoopy embedded in a DSM window.
  • [MODS phpMyAdmin 4.9.0]: the version 4.9.0 of phpMyAdmin for Synology
  • [MODS phpMyAdmin 4.9.1]: the version 4.9.1 of phpMyAdmin for Synology
  • [MODS phpMyAdmin 5.0.2]: the version 5.0.2 of phpMyAdmin for Synology

For illustration purpose only

  • MODS Dummy: a basic Synology Package running the command 'phpinfo'.
  • MODS Sample - Basic Urls: a Package to open an URL in a DSM Window (iFrame).
  • MODS Sample - Basic CGI: a Package to call a cgi (shell) executing a php script.
  • MODS Sample - Advanced CGI: a website calling php and html pages with a cgi router.
  • [MODS Sample - Ajax CGI]: a web page using Ajax to call php scripts.
  • MODS Sample - Simple CGI: a demo (html, php, ajax) based on banago's php website with a cgi router.
  • [MODS Sample - Various]: a package illustrating how to run shells scripts, open url, open php pages with Init_3rdparty and apache.
  • MODS SPK Tracer: a package logging a lot of info, for tracing purpose, during its own installation/upgrade/uninstallation.

Drafts not be used

  • [MODS PHProxy]
  • [MODS Flex TV Emb]: a packaging of Flex TV displayed in a DSM window.
  • [MODS Flex TV]: a packaging of Flex TV displayed in its own tab.

CGI Router

Several of these 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 for DSM 6.x here.