| .github | ||
| conf | ||
| src | ||
| synology | ||
| check_udma_crc.sh | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| script.json | ||
[Introduction and detailed explanation of Syno Smart Info] https://www.reddit.com/r/synology/comments/1mgi44b/introducing_synology_custom_package_syno_smart/
< Another installation method instead of manually installing .spk >
Another installation method instead of manually installing the .spk
You can use 007revad's Synology package repository.
Add this URL to the package sources in the Package Center settings.
https://spkrepo.007daver.workers.dev/
Installable package icons are available as shown below.
Thanks @007revad
< Caution >
Synosmartinfo synology user must be granted the authority to process with sudoers.
Check if the file already exists with the command below, and if not,
sudoers processing as below is absolutely necessary.
sudo -i
ll /etc/sudoers.d/Synosmartinfo
sudo -i
echo "synosmartinfo ALL=NOPASSWD: /var/packages/Synosmartinfo/target/bin/syno_smart_info.sh" > /etc/sudoers.d/Synosmartinfo
chmod 0440 /etc/sudoers.d/Synosmartinfo
License
This repository is licensed under the MIT License.
This work is not affiliated with Synology Inc. in any way. It is an independent project. It is not an official Synology product and does not have any official support from Synology Inc. Use at your own risk.