Skip to content

Commit 264b9c5

Browse files
authored
docs: fix README — remove phantom script, add missing entries (#35)
## Summary - Remove `qbm-qbit.sh` section (script doesn't exist in repo) - Add documentation for 5 undocumented scripts: backup_config.sh, f2b-dump.sh, omegabrr_upgrade.sh, radarr_dupefinder.sh, sonarr_dupefinder.sh
1 parent 703b21b commit 264b9c5

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ error.
7878
- **Description:** Updates [Plex Meta Manager](https://github.com/meisnate12/Plex-Meta-Manager) to the latest branch.
7979
- **Review:** Confirm script parameters align with your configuration.
8080

81-
### Qbittorrent Management Trigger
82-
83-
- **Script:** `qbm-qbit.sh`
84-
- **Description:** Executes [QbitManage](https://github.com/StuffAnThings/qbit_manage) upon download completion in Qbittorrent.
85-
- **Instructions:**
86-
1. Copy `.env.sample` to `.env`.
87-
2. Populate required values under "# Qbittorrent Manage" header.
88-
8981
### QbitManage API Trigger
9082

9183
- **Script:** `qbm-api-trigger.sh`
@@ -114,6 +106,31 @@ error.
114106
- **Script:** `servarr/servarr_bot_merge.sh`
115107
- **Description:** Merges the latest changes from the Servarr Wiki Bot Branch into the Prowlarr Indexers Wiki Master.
116108

109+
### Backup Config
110+
111+
- **Script:** `backup_config.sh`
112+
- **Description:** Backs up configuration directories to a compressed archive.
113+
114+
### Fail2ban Config Dump
115+
116+
- **Script:** `f2b-dump.sh`
117+
- **Description:** Dumps Fail2ban configuration details to a temporary file for review.
118+
119+
### Omegabrr Updater
120+
121+
- **Script:** `omegabrr_upgrade.sh`
122+
- **Description:** Upgrades [Omegabrr](https://github.com/autobrr/omegabrr) to the latest version.
123+
124+
### Radarr Duplicate Finder
125+
126+
- **Script:** `radarr_dupefinder.sh`
127+
- **Description:** Finds duplicate files in Radarr library directories.
128+
129+
### Sonarr Duplicate Finder
130+
131+
- **Script:** `sonarr_dupefinder.sh`
132+
- **Description:** Finds duplicate files in Sonarr library directories.
133+
117134
### ZFS Snapshot Cleanup
118135

119136
- **Script:** `zfsburn.sh`

0 commit comments

Comments
 (0)