this post was submitted on 15 Dec 2024
11 points (78.9% liked)

Jellyfin: The Free Software Media System

5861 readers
47 users here now

Current stable release: 10.10.3

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

Hey all after a few months of giving up on trying to get my server to run I tried again and made it even worse. On a tutorial I was watching it suggested changing the port number. It appears this was a mistake as I can no longer access my sever even after uninstalling the program and reinstalling it. I’ve been fighting it for about a hour if anyone has any suggestions on how to fix this mess please let me know

I’m running my server on a laptop running Linux Mint cinnamon

you are viewing a single comment's thread
view the rest of the comments
[–] beastlykings@sh.itjust.works 1 points 1 week ago (2 children)

I wish it were that easy. I'm fairly computer competent, comfortable enough in the Linux command line to follow any tutorials, and Google my way through most problems I run into.

But docker? Dang. Maybe once you figure it out, you forget how hard it was to learn. But that learning curve is STEEP. I banged my head against that wall for like a week before giving up. Everything is so abstracted away. I'm baffled every time it's recommended to newbies as easier than other options, especially when those newbies are struggling with ports of all things (no offense to OP).

Maybe I'm just dumb I guess 🤷‍♂️

[–] Bronzie@sh.itjust.works 1 points 34 minutes ago

I'm by no means an expert in Linux, but my best advice for someone finding docker complicated is to run Portainer.
It's made my Docker-life so much easier, especially if you run stacks with compose files. It's all graphical via the browser interface.

Need to make a change to to one of your containers?
Change the compose file (which stays exactly like you pasted it originally) in Portainer and re-deploy.
Need to update the container?
Click update and it re-deploys with the newest image.
Want to stop a container?
Just click stop.

The first thing I've done on all my small servers is to get the Docker Daemon running with CLI in the terminal, install Portainer and do everything else there.

So if you're dumb, then I'm dumb too, and it's not very nice to call people you don't know dumb, now is it...!?

Honestly, feel free to ask if you find the motivation to give it another crack and need some help. It's made me go from hating Docker to absolutely loving it.

[–] Slatlun@lemmy.ml 2 points 1 week ago (1 children)

Nope, I had the same experience. I don't know how many tutorials for set up of docker and jellyfin via docker that I read/watched and tried. Eventually I found one that worked, but I am still in that steep part of the curve after having successfully set up a few containers. That said, it has worked flawlessly since install, so...

[–] beastlykings@sh.itjust.works 1 points 1 week ago

Glad to hear I'm not alone 😬