https://github.com/prabirshrestha/synology-package-template
https://github.com/prabirshrestha/synology-package-template
spk synology
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prabirshrestha/synology-package-template
- Owner: prabirshrestha
- License: other
- Created: 2021-06-06T06:47:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T12:00:10.000Z (over 1 year ago)
- Last Synced: 2025-03-22T18:11:21.545Z (3 months ago)
- Topics: spk, synology
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# synology-package-template
# Build
```bash
./build.sh
```# Delete user and group
ssh into the nas.
```bash
sudo synouser --del hello
sudo synogroup --del hello
```