diff --git a/acpid/manifest.yml b/acpid/manifest.yml index f38075a..4c519a8 100755 --- a/acpid/manifest.yml +++ b/acpid/manifest.yml @@ -3,6 +3,7 @@ name: acpid description: "Daemon for delivering ACPI events (Powerbutton, etc.)" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/addincards/manifest.yml b/addincards/manifest.yml index d56a56c..77fbf3e 100755 --- a/addincards/manifest.yml +++ b/addincards/manifest.yml @@ -3,6 +3,7 @@ name: addincards description: "Remove the Modelrestrictions for official Addin Cards" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/allowdowngrade/manifest.yml b/allowdowngrade/manifest.yml index 5b4f62f..dae4326 100644 --- a/allowdowngrade/manifest.yml +++ b/allowdowngrade/manifest.yml @@ -3,6 +3,7 @@ name: allowdowngrade description: "Allow Downgrade for AME, SS and VideoStation with DSM 7.2.2" system: false beta: false +target: app all: install-script: "install.sh" copy: "all" diff --git a/amepatch/manifest.yml b/amepatch/manifest.yml index a89e7b5..6b0ebb6 100644 --- a/amepatch/manifest.yml +++ b/amepatch/manifest.yml @@ -3,6 +3,7 @@ name: amepatch description: "Dynamic Licensepatch for AME - Force download HEVC Codec (Don't use with codecpatch)" system: false beta: false +target: app all: install-script: "install.sh" copy: "all" diff --git a/arcdns/manifest.yml b/arcdns/manifest.yml index c67f01b..7e07f0a 100644 --- a/arcdns/manifest.yml +++ b/arcdns/manifest.yml @@ -3,6 +3,7 @@ name: arcdns description: "Dynamic DNS client for arcdns.tech - Modify in DSM DynDNS Settings" system: false beta: true +target: system all: install-script: "install.sh" copy: "all" diff --git a/bootwait/manifest.yml b/bootwait/manifest.yml index 32b4b31..78efa2e 100644 --- a/bootwait/manifest.yml +++ b/bootwait/manifest.yml @@ -3,6 +3,7 @@ name: bootwait description: "Boot process waits until boot device (`/dev/synoboot`) and PCIe Device are available" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/codecpatch/manifest.yml b/codecpatch/manifest.yml index 1ea9cd8..94c1d88 100644 --- a/codecpatch/manifest.yml +++ b/codecpatch/manifest.yml @@ -3,6 +3,7 @@ name: codecpatch description: "Enables transcoding for DSM - Force download AAC + HEVC Codec (Don't use with amepatch)" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/console/manifest.yml b/console/manifest.yml index 203bf2d..7fd295c 100755 --- a/console/manifest.yml +++ b/console/manifest.yml @@ -3,6 +3,7 @@ name: console description: "Give a onscreen console via framebuffer" system: false beta: true +target: system all: install-script: "install.sh" copy: "all" diff --git a/cpufreqscaling/manifest.yml b/cpufreqscaling/manifest.yml index b2b65f9..393eb81 100644 --- a/cpufreqscaling/manifest.yml +++ b/cpufreqscaling/manifest.yml @@ -3,6 +3,7 @@ name: cpufreqscaling description: "Enable CPU Freqscaling for DSM - Modify in Arc DSM Options" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/cpuinfo/manifest.yml b/cpuinfo/manifest.yml index 3dd3e86..e7a378e 100755 --- a/cpuinfo/manifest.yml +++ b/cpuinfo/manifest.yml @@ -3,6 +3,7 @@ name: cpuinfo description: "Add real CPU Information to DSM System" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/dbgutils/manifest.yml b/dbgutils/manifest.yml index e9ec010..9807b73 100755 --- a/dbgutils/manifest.yml +++ b/dbgutils/manifest.yml @@ -3,6 +3,7 @@ name: dbgutils description: "Binaries to facilitate debug in the junior mode" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/deduplication/manifest.yml b/deduplication/manifest.yml index e173400..76d25ee 100644 --- a/deduplication/manifest.yml +++ b/deduplication/manifest.yml @@ -3,6 +3,7 @@ name: deduplication description: "Force enable Deduplication (Only for SSD)" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/dsmconfigbackup/manifest.yml b/dsmconfigbackup/manifest.yml index d875050..f9fe366 100644 --- a/dsmconfigbackup/manifest.yml +++ b/dsmconfigbackup/manifest.yml @@ -3,6 +3,7 @@ name: dsmconfigbackup description: "Automatically backup Systemconfig Settings to the Bootloader Disk(/mnt/p1/dsmbackup) at Shutdown" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/expands/manifest.yml b/expands/manifest.yml index 00467bb..47cf1bc 100644 --- a/expands/manifest.yml +++ b/expands/manifest.yml @@ -3,6 +3,7 @@ name: expands description: "Expanded miscellaneous, updated usb.map, ca-certificates.crt and more" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/hdddb/manifest.yml b/hdddb/manifest.yml index 1c3132a..a3e7eb2 100644 --- a/hdddb/manifest.yml +++ b/hdddb/manifest.yml @@ -3,6 +3,7 @@ name: hdddb description: "Add Disks to DSM compatibility DiskDB and bypass Memory Limitation" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/i915/manifest.yml b/i915/manifest.yml index 8092d0a..c71cadb 100755 --- a/i915/manifest.yml +++ b/i915/manifest.yml @@ -3,6 +3,7 @@ name: i915 description: "Automatically replace the device ID of i915 module. (Intel 2nd - 9th Gen)" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/ledcontrol/manifest.yml b/ledcontrol/manifest.yml index b4983fc..269007b 100644 --- a/ledcontrol/manifest.yml +++ b/ledcontrol/manifest.yml @@ -3,6 +3,7 @@ name: ledcontrol description: "Add Ugreen Ledcontrol to DSM" system: false beta: true +target: system all: install-script: "install.sh" copy: "all" diff --git a/lsiutil/manifest.yml b/lsiutil/manifest.yml index c6103cb..a509b70 100755 --- a/lsiutil/manifest.yml +++ b/lsiutil/manifest.yml @@ -3,6 +3,7 @@ name: lsiutil description: "A tool for working with some LSI RAID controllers" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/multismb3/manifest.yml b/multismb3/manifest.yml index 1f34b17..55509d8 100755 --- a/multismb3/manifest.yml +++ b/multismb3/manifest.yml @@ -3,6 +3,7 @@ name: multismb3 description: "Adds Support for Multichannel SMB3" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/nvmecache/manifest.yml b/nvmecache/manifest.yml index 7793ad8..521789b 100755 --- a/nvmecache/manifest.yml +++ b/nvmecache/manifest.yml @@ -3,6 +3,7 @@ name: nvmecache description: "Enable M.2 as Cache (for DS918+ RS1619xs+ DS1019+ DS1621xs+)" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/nvmesystem/manifest.yml b/nvmesystem/manifest.yml index 5d5e658..f9d5524 100644 --- a/nvmesystem/manifest.yml +++ b/nvmesystem/manifest.yml @@ -3,6 +3,7 @@ name: nvmesystem description: "Enable DSM installation to NVMe M.2 SSDs. (Only use if you have only NVMe M.2 SSDs installed)" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/nvmevolume/manifest.yml b/nvmevolume/manifest.yml index b5943e3..1f5093f 100644 --- a/nvmevolume/manifest.yml +++ b/nvmevolume/manifest.yml @@ -3,6 +3,7 @@ name: nvmevolume description: "Enable M.2 as Volume (for non supported Models)" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/photosfacepatch/manifest.yml b/photosfacepatch/manifest.yml index 705c659..65dce12 100644 --- a/photosfacepatch/manifest.yml +++ b/photosfacepatch/manifest.yml @@ -3,6 +3,7 @@ name: photosfacepatch description: "Face Detection Patch for Syno Photos (Best with iGPU)" system: false beta: false +target: app all: install-script: "install.sh" copy: "all" diff --git a/powersched/manifest.yml b/powersched/manifest.yml index 8621bac..d7fbb3c 100755 --- a/powersched/manifest.yml +++ b/powersched/manifest.yml @@ -3,6 +3,7 @@ name: powersched description: "Utility to configure RTC according to DSM power schedule (If supported)" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/reboottoloader/manifest.yml b/reboottoloader/manifest.yml index a2c7c87..7687607 100644 --- a/reboottoloader/manifest.yml +++ b/reboottoloader/manifest.yml @@ -3,6 +3,7 @@ name: reboottoloader description: "Add ability to reboot to Loader from Inside DSM" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/remotefs/manifest.yml b/remotefs/manifest.yml index b719dc6..40c1477 100644 --- a/remotefs/manifest.yml +++ b/remotefs/manifest.yml @@ -1,8 +1,9 @@ version: 1 name: remotefs -description: "Allow remote NFS/CIFS shared folder be used in VideoStation, AudioStation and PhotosStation" +description: "Allow remote NFS/CIFS shared folder be used in VideoStation, AudioStation and PhotoStation" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/rndis/manifest.yml b/rndis/manifest.yml index 2e75f88..b05f303 100644 --- a/rndis/manifest.yml +++ b/rndis/manifest.yml @@ -3,6 +3,7 @@ name: rndis description: "Android USB Network Adapter support" system: false beta: true +target: system all: install-script: "install.sh" copy: "all" diff --git a/sanmanager-repair/manifest.yml b/sanmanager-repair/manifest.yml index 72395ff..a69b65a 100644 --- a/sanmanager-repair/manifest.yml +++ b/sanmanager-repair/manifest.yml @@ -3,6 +3,7 @@ name: sanmanager-repair description: "Repair SAN Manager in DSM (Only use if you have a broken SAN Manager)" system: false beta: true +target: app all: install-script: "install.sh" copy: "all" diff --git a/sensors/manifest.yml b/sensors/manifest.yml index fe64c89..f6c6328 100644 --- a/sensors/manifest.yml +++ b/sensors/manifest.yml @@ -3,6 +3,7 @@ name: sensors description: "Install sensors package to monitor temperature of CPU and other components" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/sequentialio/manifest.yml b/sequentialio/manifest.yml index 566be88..dd863ec 100644 --- a/sequentialio/manifest.yml +++ b/sequentialio/manifest.yml @@ -3,6 +3,7 @@ name: sequentialio description: "Enables sequential I/O for SSD caches (Can cause overheating) - Modify in Arc DSM Options" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/setrootpw/manifest.yml b/setrootpw/manifest.yml index 8376eda..102f717 100644 --- a/setrootpw/manifest.yml +++ b/setrootpw/manifest.yml @@ -3,6 +3,7 @@ name: setrootpw description: "Set root password and enable ssh/sftp. Please modify PW=\"\" to the desired password in DSM Task Scheduler and run the task" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/sortnetif/manifest.yml b/sortnetif/manifest.yml index 34f21d6..2963c6b 100644 --- a/sortnetif/manifest.yml +++ b/sortnetif/manifest.yml @@ -1,9 +1,9 @@ version: 1 name: sortnetif -description: "Sort network interface names" -#parameters: empty: sorted by busid; mac1,mac2,...: sorted by macs sequence +description: "Sort network interface names | empty: sorted by busid; mac1,mac2,...: sorted by macs sequence" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/sspatch/manifest.yml b/sspatch/manifest.yml index a8b03bb..7ea4a88 100644 --- a/sspatch/manifest.yml +++ b/sspatch/manifest.yml @@ -3,6 +3,7 @@ name: sspatch description: "Dynamic License Patch for SS 9.2.0-11289 (Not for DVA 3219)" system: false beta: true +target: app all: install-script: "install.sh" copy: "all" diff --git a/storagepanel/manifest.yml b/storagepanel/manifest.yml index 7ac41bf..6eb0d35 100755 --- a/storagepanel/manifest.yml +++ b/storagepanel/manifest.yml @@ -3,6 +3,7 @@ name: storagepanel description: "Automated Storagepanel selection - Modify in Arc DSM Options" system: false beta: false +target: app all: install-script: "install.sh" copy: "all" diff --git a/updatenotify/manifest.yml b/updatenotify/manifest.yml index d35a562..5275a07 100644 --- a/updatenotify/manifest.yml +++ b/updatenotify/manifest.yml @@ -3,6 +3,7 @@ name: updatenotify description: "Arc Loader Update Notifications in DSM" system: false beta: false +target: system all: install-script: "install.sh" copy: "all" diff --git a/ups/manifest.yml b/ups/manifest.yml index 2743eab..92ecc04 100644 --- a/ups/manifest.yml +++ b/ups/manifest.yml @@ -3,6 +3,7 @@ name: ups description: "Force UPS to shut down in Standby mode" system: false beta: false +target: system all: install-script: "install.sh" copy: "" diff --git a/videostation/manifest.yml b/videostation/manifest.yml index 62ff7f2..379e027 100644 --- a/videostation/manifest.yml +++ b/videostation/manifest.yml @@ -3,6 +3,7 @@ name: videostation description: "Force downgrade Video Station and AME to DSM 7.2.1 Versions on DSM 7.2.2" system: false beta: true +target: app all: install-script: "install.sh" copy: "all"