Correct stale references across the remaining folder docs

Three renamed or dissolved names were still cited, and three scheduled scripts had no
entry in their folder's table.
This commit is contained in:
Gmer4Lfe
2026-08-01 23:07:50 -04:00
parent 53aa72d38c
commit 7a8fbbe06a
7 changed files with 12 additions and 9 deletions
+2
View File
@@ -144,6 +144,8 @@ independently at 4-hour cadence.
| `partnership_transfer.sh` | Transfer ownership from current owner to current mirror | Via `partnership_manager.sh --transfer`; owner only |
| `ssh_setup.sh` | SSH key generation, remote install, auth validation | Called by onboard; manually for re-keying or validation |
| `onboard_cancel.sh` | Remove SSH keys in one or both directions, clear setup flags | During cancelled or failed onboard; manual cleanup |
| `gitea_ssh_setup.sh` | Generate a Gitea keypair and register it via the Gitea API | Called during onboard; manually when re-keying a server |
| `share_setup.sh` | Create missing Unraid shares on the mirror from the owner's sync lists | Called during onboard; safe to re-run — existing shares are never modified |
---