mirror of
https://github.com/myronblair/jarvis
synced 2026-07-28 16:52:46 -05:00
Jellyfin: regenerate stale admin API token, document real admin username
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# INFRASTRUCTURE REFERENCE — COMPLETE SYSTEM MAP
|
# INFRASTRUCTURE REFERENCE — COMPLETE SYSTEM MAP
|
||||||
**Last Updated:** 2026-07-06
|
**Last Updated:** 2026-07-06 (Jellyfin API token regenerated same day)
|
||||||
**Owner:** Myron Blair — myronblair@outlook.com
|
**Owner:** Myron Blair — myronblair@outlook.com
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -202,12 +202,12 @@ qm guest exec <VMID> -- bash -c "cmd" # run command inside VM (requires QEMU ag
|
|||||||
|
|
||||||
**NFS chain:** Jellyfin → MediaStack → Synology NAS (`/volume1/video/movies` and `/volume1/video/tv`)
|
**NFS chain:** Jellyfin → MediaStack → Synology NAS (`/volume1/video/movies` and `/volume1/video/tv`)
|
||||||
|
|
||||||
**Admin token:** `7c0ccf78b91d4b5bafa607f585f24f2d`
|
**Admin token:** `635142c218f2457e813a2de8dec75b05` (regenerated 2026-07-06 — previous token `7c0ccf78...` had gone stale/invalid. The account's real username is **admin**, not myron — confirmed via the `Users` table in `/var/lib/jellyfin/data/jellyfin.db`; it's hidden from the public login list, which is why `/Users/Public` returns empty.)
|
||||||
|
|
||||||
**If library scan needed:**
|
**If library scan needed:**
|
||||||
```bash
|
```bash
|
||||||
curl -X POST "http://10.48.200.33:8096/Library/Refresh" \
|
curl -X POST "http://10.48.200.33:8096/Library/Refresh" \
|
||||||
-H "X-Emby-Token: 7c0ccf78b91d4b5bafa607f585f24f2d"
|
-H "X-Emby-Token: 635142c218f2457e813a2de8dec75b05"
|
||||||
```
|
```
|
||||||
|
|
||||||
**If NFS stale after MediaStack changes:**
|
**If NFS stale after MediaStack changes:**
|
||||||
@@ -819,7 +819,7 @@ sshpass -p 'Joker1974!!!' ssh root@10.48.200.90 \
|
|||||||
| FusionPBX | https://fusion.orbishosting.com | admin | `fY7XP5swgtpbzrYLhkeVYkA4744` |
|
| FusionPBX | https://fusion.orbishosting.com | admin | `fY7XP5swgtpbzrYLhkeVYkA4744` |
|
||||||
| Home Assistant | http://orbisne.fortiddns.com:8123 | myron | (HA password) |
|
| Home Assistant | http://orbisne.fortiddns.com:8123 | myron | (HA password) |
|
||||||
| NovaCPX Admin | https://10.48.200.110:8882 | admin | `Admin2026!` |
|
| NovaCPX Admin | https://10.48.200.110:8882 | admin | `Admin2026!` |
|
||||||
| Jellyfin | http://10.48.200.33:8096 | — | token: `7c0ccf78b91d4b5bafa607f585f24f2d` |
|
| Jellyfin | http://10.48.200.33:8096 | — | token: `635142c218f2457e813a2de8dec75b05` |
|
||||||
| qBittorrent | http://10.48.200.35:8080 | admin | `Joker1974!!!` |
|
| qBittorrent | http://10.48.200.35:8080 | admin | `Joker1974!!!` |
|
||||||
| Sonarr | http://10.48.200.35:8989 | admin | `Joker1974!!!` |
|
| Sonarr | http://10.48.200.35:8989 | admin | `Joker1974!!!` |
|
||||||
| Radarr | http://10.48.200.35:7878 | admin | `Joker1974!!!` |
|
| Radarr | http://10.48.200.35:7878 | admin | `Joker1974!!!` |
|
||||||
@@ -851,7 +851,7 @@ sshpass -p 'Joker1974!!!' ssh root@10.48.200.90 \
|
|||||||
| Sonarr API | `b43e04350a594846b4ee95261c29e9e0` |
|
| Sonarr API | `b43e04350a594846b4ee95261c29e9e0` |
|
||||||
| Radarr API | `53c4268360444feeae5f98c0cc24e0e3` |
|
| Radarr API | `53c4268360444feeae5f98c0cc24e0e3` |
|
||||||
| Prowlarr API | `9d0ce6c5660743b5bf1c7951efc62252` |
|
| Prowlarr API | `9d0ce6c5660743b5bf1c7951efc62252` |
|
||||||
| Jellyfin Admin Token | `7c0ccf78b91d4b5bafa607f585f24f2d` |
|
| Jellyfin Admin Token | `635142c218f2457e813a2de8dec75b05` |
|
||||||
| Square (Parker) Production | `EAAAl3FsAu_2ri8kZE_ENEyi2T_C8HXXm5XQFY6Lbnd8SX6FqYp8J_upUeXNYh7v` |
|
| Square (Parker) Production | `EAAAl3FsAu_2ri8kZE_ENEyi2T_C8HXXm5XQFY6Lbnd8SX6FqYp8J_upUeXNYh7v` |
|
||||||
| Square App ID (Parker) | `sq0idp-YSM7BU9IVyOWSzpeP-0nzQ` |
|
| Square App ID (Parker) | `sq0idp-YSM7BU9IVyOWSzpeP-0nzQ` |
|
||||||
| Webhook HMAC Secret | `4c8805f0285214ff0a0602b5880270b935f36a896946c7f1` |
|
| Webhook HMAC Secret | `4c8805f0285214ff0a0602b5880270b935f36a896946c7f1` |
|
||||||
|
|||||||
Reference in New Issue
Block a user