Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007revad/synology_toggle_reset_button
Script to disable or enable the reset button and show current setting
https://github.com/007revad/synology_toggle_reset_button
diskstation dsm rackstation synology synology-disk-station synology-dsm synology-nas
Last synced: 4 months ago
JSON representation
Script to disable or enable the reset button and show current setting
- Host: GitHub
- URL: https://github.com/007revad/synology_toggle_reset_button
- Owner: 007revad
- License: mit
- Created: 2024-07-22T10:47:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T01:39:29.000Z (5 months ago)
- Last Synced: 2024-09-08T03:05:32.470Z (5 months ago)
- Topics: diskstation, dsm, rackstation, synology, synology-disk-station, synology-dsm, synology-nas
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Synology toggle reset button
![]()
![]()
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/007revad)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/007revad)
[![committers.top badge](https://user-badge.committers.top/australia/007revad.svg)](https://user-badge.committers.top/australia/007revad)### Description
Script to disable or enable the reset button and show current setting
- If you run the script with the disable option it will disable the reset button.
- If you run the script with the enable option it will enable the reset button.
- If you run the script without any option it will show the current reset button status.### Download the script
1. Download the latest version _Source code (zip)_ from https://github.com/007revad/Synology_toggle_reset_button/releases
2. Save the download zip file to a folder on the Synology.
3. Unzip the zip file.## There are 2 ways to run the script
### Scheduling the script in Synology's Task Scheduler
See How to schedule a script in Synology Task Scheduler
### Running the script via SSH
[How to enable SSH and login to DSM via SSH](https://kb.synology.com/en-global/DSM/tutorial/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet)
**Note:** Replace /volume1/scripts/ with your Synology's path to where the script is located.
**To check the current setting of the reset button:**
```
sudo /volume1/scripts/toggle_reset_button.sh
```**To disable the reset button:**
```
sudo /volume1/scripts/toggle_reset_button.sh disable
```**To enable the reset button:**
```
sudo /volume1/scripts/toggle_reset_button.sh enable
```### Screenshots
Checking current status
Disabling the reset button
Enabling the reset button