this post was submitted on 03 Oct 2023
1130 points (98.5% liked)

Technology

58151 readers
3768 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 11 months ago (1 children)

It's easy to setup remote access to Jellyfin... once you know what you're doing. I've been doing it for years, and just recently gave Caddy a try as my reverse proxy and it literally takes 3 lines of code to create a SSL secured reverse proxy (literally just Jellyfin.yourfqnd.com { reverse_proxy Jellyfin:8096}).

I've written a docker compose file for each of my categories of apps on my server: Plex, Jellyfin, Admin apps, and Pirating. The Caddy config file is simple so I just copy that to its app directory. My DNS and my CNAME records are already set.

So after a bit of work writing the aforementioned scripts I can have my entire setup on a new server in about 5 minutes and one command.

IDK if docker-compose works on Windows, but I'm happy to share it if you run Linux.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Haha I’ve been scrolling down this thread and read these wholesome helpful comments and look up and it’s been you each time!!

Cut that shit out!!

👏 well done you beautiful soul 👍

[–] [email protected] 2 points 10 months ago

Hahaha happy to help! Apparently two people didn't like my comment above for some reason 🤷‍♂️

I've been doing this for over a decade and have a lot of experience in what to do and what not to do!