is there a way to reinstall just Jellyfin without having to start from scratch? I just got everything configured and would like to avoid nuking everything to get Jellyfin to work. Thanks in advance for the guidance
[Solved] Reinstall Jellyfin without ruining other containers
-
- Posts: 2
- Joined: Sat Sep 14, 2024 6:32 pm
- rogs
- Site Admin
- Posts: 154
- Joined: Mon Oct 23, 2023 12:53 pm
- Location: Montevideo, Uruguay
- Gender:
- Contact:
Re: Reinstall Jellyfin without ruining other containers
Hey @2birdsinatrenchcoat!
Yes, you can do that! Delete the jellyfin config directory located in /your/install/location/config/jellyfin
. The full process is:
Code: Select all
yams stop
rm -r /your/install/location/config/jellyfin
yams restart
And that should be it!
Cheers!
Roger.
YAMS Creator
E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6
Also, I love cats
Pirate jet, pirate jet
E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6
Also, I love cats
Pirate jet, pirate jet
-
- Posts: 2
- Joined: Sat Sep 14, 2024 6:32 pm
Re: Reinstall Jellyfin without ruining other containers
Outstanding! Thank you so much!