Updated the README to properly show managarr config injection

This commit is contained in:
2025-09-10 21:48:09 -06:00
parent e0996b5968
commit 083245b447
2 changed files with 34 additions and 2 deletions
+2 -2
View File
@@ -242,12 +242,12 @@ radarr:
- name: Radarr
host: 192.168.0.105
port: 7878
api_token: {{RADARR_API_KEY}} # This will be replaced by gman with the actual secret value
api_token: '{{RADARR_API_KEY}}' # This will be replaced by gman with the actual secret value
sonarr:
- name: Sonarr
host: 192.168.0.105
port: 8989
api_token: {{sonarr_api_key}} # gman is case-insensitive, so this will also be replaced correctly
api_token: '{{sonarr_api_key}}' # gman is case-insensitive, so this will also be replaced correctly
```
Then, all you need to do to run `managarr` with the secrets injected is: