Skip to content

Commit 377c6c4

Browse files
authored
Merge pull request #22 from 007revad/main
sync from main
2 parents 537cb05 + ec486b4 commit 377c6c4

3 files changed

Lines changed: 214 additions & 32 deletions

File tree

.gitattributes

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Common settings that generally should always be used with your language specific settings
2+
3+
# Auto detect text files and perform LF normalization
4+
* text=auto
5+
6+
#
7+
# The above will handle all files NOT found below
8+
#
9+
10+
# Documents
11+
*.bibtex text diff=bibtex
12+
*.doc diff=astextplain
13+
*.DOC diff=astextplain
14+
*.docx diff=astextplain
15+
*.DOCX diff=astextplain
16+
*.dot diff=astextplain
17+
*.DOT diff=astextplain
18+
*.epub diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain
23+
*.md text diff=markdown
24+
*.mdx text diff=markdown
25+
*.tex text diff=tex
26+
*.adoc text
27+
*.textile text
28+
*.mustache text
29+
*.tab text
30+
*.tsv text
31+
*.txt text
32+
*.sql text
33+
*.csv text eol=crlf
34+
35+
# Graphics
36+
*.png binary
37+
*.jpg binary
38+
*.jpeg binary
39+
*.gif binary
40+
*.tif binary
41+
*.tiff binary
42+
*.ico binary
43+
*.eps binary
44+
# SVG treated as text by default.
45+
*.svg text
46+
# If you want to treat it as binary,
47+
# use the following line instead.
48+
# *.svg binary
49+
50+
# Scripts
51+
*.bash text eol=lf
52+
*.fish text eol=lf
53+
*.ksh text eol=lf
54+
*.py text eol=lf
55+
*.php text eol=lf
56+
*.sh text eol=lf
57+
*.zsh text eol=lf
58+
# These are explicitly windows files and should use crlf
59+
*.bat text eol=crlf
60+
*.cmd text eol=crlf
61+
*.ps1 text eol=crlf
62+
63+
# Visual Dialog Script
64+
*.dsc text eol=crlf
65+
*.dsp text eol=crlf
66+
67+
# Config files
68+
*.ini text eol=crlf
69+
*.conf text eol=lf
70+
71+
# Serialisation
72+
*.json text
73+
*.toml text
74+
*.xml text
75+
*.yaml text
76+
*.yml text
77+
78+
# Archives
79+
*.7z binary
80+
*.bz binary
81+
*.bz2 binary
82+
*.bzip2 binary
83+
*.gz binary
84+
*.lz binary
85+
*.lzma binary
86+
*.rar binary
87+
*.tar binary
88+
*.taz binary
89+
*.tbz binary
90+
*.tbz2 binary
91+
*.tgz binary
92+
*.tlz binary
93+
*.txz binary
94+
*.xz binary
95+
*.Z binary
96+
*.zip binary
97+
*.zst binary
98+
99+
# Text files where line endings should be preserved
100+
*.patch -text
101+
102+
#
103+
# Exclude files from exporting
104+
#
105+
106+
.gitattributes export-ignore
107+
.gitignore export-ignore
108+
.gitkeep export-ignore

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
github: 007revad
2+
buy_me_a_coffee: 007revad
23
custom: ["https://www.paypal.me/007revad"]

my-other-scripts.md

Lines changed: 105 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
## My other scripts
1+
## All my scripts
22

3-
### Plex scripts
3+
#### Contents
4+
- [Plex](#plex)
5+
- [Synology docker](#synology-docker)
6+
- [Synology recovery](#synology-recovery)
7+
- [Other Synology scripts](#other-synology-scripts)
8+
- [Synology hardware restrictions](#synology-hardware-restrictions)
9+
- [How To Guides](#how-to-guides)
10+
- [Synology dev](#synology-dev)
11+
12+
***
13+
14+
### Plex
415

516
- **<a href="https://github.com/007revad/Synology_Plex_Backup">Synology_Plex_Backup</a>**
617
- A script to backup Plex to a tgz file foror DSM 7 and DSM 6.
@@ -16,8 +27,81 @@
1627
- Sync your main Plex server database & metadata to a backup Plex server.
1728
- Works for Synology, Asustor, Linux and supports Plex package or Plex in docker.
1829

30+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)
31+
32+
### Synology docker
33+
34+
- **<a href="https://github.com/007revad/Synology_Docker_Export">Synology_Docker_export</a>**
35+
- Export all Synology Container Manager or Docker containers' settings as json files to your docker shared folder.
36+
37+
- **<a href="https://github.com/007revad/Synology_ContainerManager_IPv6">Synology_ContainerManager_IPv6</a>**
38+
- Enable IPv6 for Container Manager's bridge network.
39+
40+
- **<a href="https://github.com/007revad/ContainerManager_for_all_armv8">ContainerManager_for_all_armv8</a>**
41+
- Script to install Container Manager on a RS819, DS119j, DS418, DS418j, DS218, DS218play or DS118.
42+
43+
- **<a href="https://github.com/007revad/Docker_Autocompose">Docker_Autocompose</a>**
44+
- Create .yml files from your docker existing containers.
45+
46+
- **<a href="https://github.com/007revad/Synology_docker_cleanup">Synology_docker_cleanup</a>**
47+
- Remove orphan docker btrfs subvolumes and images in Synology DSM 7 and DSM 6.
48+
49+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)
50+
51+
### Synology recovery
52+
53+
- **<a href="https://github.com/007revad/Synology_DSM_reinstall">Synology_DSM_reinstall</a>**
54+
- Easily re-install the same DSM version without losing any data or settings.
55+
56+
- **<a href="https://github.com/007revad/Synology_Recover_Data">Synology_Recover_Data</a>**
57+
- A script to make it easy to recover your data from your Synology's drives using a computer.
58+
59+
- **<a href="https://github.com/007revad/Synology_clear_drive_error">Synology clear drive error</a>**
60+
- Clear drive critical errors so DSM will let you use the drive.
61+
62+
- **<a href="https://github.com/007revad/Synology_DSM_Telnet_Password">Synology_DSM_Telnet_Password</a>**
63+
- Synology DSM Recovery Telnet Password of the Day generator.
64+
65+
- **<a href="https://github.com/007revad/Syno_DSM_Extractor_GUI">Syno_DSM_Extractor_GUI</a>**
66+
- Windows GUI for extracting Synology DSM 7 pat files and spk package files.
67+
68+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)
69+
70+
### Other Synology scripts
71+
72+
- **<a href="https://github.com/007revad/Synology_app_mover">Synology_app_mover</a>**
73+
- Easily move Synology packages from one volume to another volume.
74+
75+
- **<a href="https://github.com/007revad/Video_Station_for_DSM_722">Video_Station_for_DSM_722</a>**
76+
- Script to install Video Station in DSM 7.2.2
77+
78+
- **<a href="https://github.com/007revad/SS_Motion_Detection">SS_Motion_Detection</a>**
79+
- Installs previous Surveillance Station and Advanced Media Extensions versions so motion detection and HEVC are supported.
80+
81+
- **<a href="https://github.com/007revad/Synology_Config_Backup">Synology_Config_Backup</a>**
82+
- Backup and export your Synology DSM configuration.
83+
84+
- **<a href="https://github.com/007revad/Synology_CPU_temperature">Synology_CPU_temperature</a>**
85+
- Get and log Synology NAS CPU temperature via SSH.
86+
87+
- **<a href="https://github.com/007revad/Synology_SMART_info">Synology_SMART_info</a>**
88+
- Show Synology smart test progress or smart health and attributes.
89+
90+
- **<a href="https://github.com/007revad/Synology_Cleanup_Coredumps">Synology_Cleanup_Coredumps</a>**
91+
- Cleanup memory core dumps from crashed processes.
92+
93+
- **<a href="https://github.com/007revad/Synology_toggle_reset_button">Synology_toggle_reset_button</a>**
94+
- Script to disable or enable the reset button and show current setting.
1995

20-
### Synology scripts
96+
- **<a href="https://github.com/007revad/Synology_Download_Station_Chrome_Extension">Synology_Download_Station_Chrome_Extension</a>**
97+
- Download Station Chrome Extension.
98+
99+
- **<a href="https://github.com/007revad/Seagate_lowCurrentSpinup">Seagate_lowCurrentSpinup</a>**
100+
- This script avoids the need to buy and install a higher wattage power supply when using multiple large Seagate SATA HDDs.
101+
102+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)
103+
104+
### Synology hardware restrictions
21105

22106
- **<a href="https://github.com/007revad/Synology_HDD_db">Synology_HDD_db</a>**
23107
- Add your SATA or SAS HDDs and SSDs plus SATA and NVMe M.2 drives to your Synology's compatible drive databases, including your Synology M.2 PCIe card and Expansion Unit databases.
@@ -29,12 +113,6 @@
29113
- **<a href="https://github.com/007revad/Synology_M2_volume">Synology_M2_volume</a>**
30114
- Easily create an M.2 volume on Synology NAS.
31115

32-
- **<a href="https://github.com/007revad/Synology_app_mover">Synology_app_mover</a>**
33-
- Easily move Synology packages from one volume to another volume.
34-
35-
- **<a href="https://github.com/007revad/Synology_docker_cleanup">Synology_docker_cleanup</a>**
36-
- Remove orphan docker btrfs subvolumes and images in Synology DSM 7 and DSM 6.
37-
38116
- **<a href="https://github.com/007revad/Synology_enable_M2_card">Synology_enable_M2_card</a>**
39117
- Enable Synology M.2 PCIe cards in Synology NAS that don't officially support them.
40118

@@ -47,38 +125,33 @@
47125
- **<a href="https://github.com/007revad/Synology_SHR_switch">Synology_SHR_switch</a>**
48126
- Easily switch between SHR and RAID Groups, or enable RAID F1.
49127

50-
- **<a href="https://github.com/007revad/Synology_Recover_Data">Synology_Recover_Data</a>**
51-
- A script to make it easy to recover your data from your Synology's drives using a computer.
52-
53-
- **<a href="https://github.com/007revad/Synology_clear_drive_error">Synology clear drive error</a>**
54-
- Clear drive critical errors so DSM will let you use the drive.
55-
56-
- **<a href="https://github.com/007revad/Synology_Config_Backup">Synology_Config_Backup</a>**
57-
- Backup and export your Synology DSM configuration.
128+
- **<a href="https://github.com/007revad/Synology_enable_sequential_IO">Synology_enable_sequential_IO</a>**
129+
- Enables sequential I/O for your SSD caches, like DSM 6 had.
58130

59-
- **<a href="https://github.com/007revad/ContainerManager_for_all_armv8">ContainerManager_for_all_armv8</a>**
60-
- Script to install Container Manager on a RS819, DS119j, DS418, DS418j, DS218, DS218play or DS118.
131+
- **<a href="https://github.com/007revad/Synology_Information_Wiki">Synology_Information_Wiki</a>**
132+
- Information about Synology hardware.
61133

62-
- **<a href="https://github.com/007revad/Synology_DSM_reinstall">Synology_DSM_reinstall</a>**
63-
- Easily re-install the same DSM version without losing any data or settings.
134+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)
64135

65-
- **<a href="https://github.com/007revad/Synology_CPU_temperature">Synology_CPU_temperature</a>**
66-
- Get Synology NAS CPU temperature via SSH.
136+
### How To Guides
67137

68-
- **<a href="https://github.com/007revad/Synology_SMART_info">Synology_SMART_info</a>**
69-
- Show Synology smart test progress or smart health and attributes.
138+
- **<a href="https://github.com/007revad/Synology_SSH_key_setup">Synology_SSH_key_setup</a>**
139+
- How to setup SSH key authentication for your Synology.
70140

71-
- **<a href="https://github.com/007revad/Synology_enable_sequential_IO">Synology_enable_sequential_IO</a>**
72-
- Enables sequential I/O for your SSD caches, like DSM 6 had.
141+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)
73142

74-
- **<a href="https://github.com/007revad/Synology_Cleanup_Coredumps">Synology_Cleanup_Coredumps</a>**
75-
- Cleanup memory core dumps from crashed processes.
76-
77-
- **<a href="https://github.com/007revad/Docker_Autocompose">Docker_Autocompose</a>**
78-
- Create .yml files from your docker existing containers.
143+
### Synology dev
79144

80145
- **<a href="https://github.com/007revad/Download_Synology_Archive">Download_Synology_Archive</a>**
81146
- Download all or part of the Synology archive.
82147

148+
- **<a href="https://github.com/007revad/Syno_DSM_Extractor_GUI">Syno_DSM_Extractor_GUI</a>**
149+
- Windows GUI for extracting Synology DSM 7 pat files and spk package files.
150+
83151
- **<a href="https://github.com/007revad/ScriptNotify">ScriptNotify</a>**
84152
- DSM 7 package to allow your scripts to send DSM notifications.
153+
154+
- **<a href="https://github.com/007revad/DTC_GUI_for_Windows">DTC_GUI_for_Windows</a>**
155+
- GUI for DTC.exe for Windows.
156+
157+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)

0 commit comments

Comments
 (0)