this post was submitted on 24 Oct 2024
134 points (95.9% liked)

Selfhosted

40345 readers
419 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
134
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/selfhosted
 

hello,

im really tired of google music and spotify, and want to self host my downloaded music and create my library.

however, i know nothing about self hosting. My knowledge is absolutely zero. And Im completely lost about how to self host my own music. Dont find any good tutorial for dummies and i have a lot of question. I dont understand nothing. I see the tutorials of Navidrome and Ampache and still understand nothing. All of that looks extremely complicated to me.

How can i self host my music? I need to pay something? A very old and slow pc is enough?

Im completely lost. If someone can suggest something - like a tutorial , dunno - to build/self host my own music I appreciate a lot.

ty

you are viewing a single comment's thread
view the rest of the comments
[–] notagoblin 1 points 4 weeks ago* (last edited 4 weeks ago)

A lot of information is scattered about and it is difficult to find a solution that fits your situation. So you'll have to filter a bit. There are loads of youtube tutorials out there and some of them are well supported by documentation, some are not. Be patient. My setup is basically a Jellyfin docker server with local storage so its easy for Jellyfin to see the files. Jellyfin is installed on Linux after installing docker. Jellyfin apps are installed on the devices I want to use to connect to Jellyfin. My router has Wireguard so I can connect to the router as a Wireguard VPN to listen to Jellyfin content. Thats it. My Jellyfin server is a 2 core i3-6006U laptop with a broken screen I had lying around. These days I think you'll probarbly want to run an 8th - 9th gen Intel processor to support the latest features including GSync, but you don't have to, try it on what you have. Once you have some hardware, look up how to install Linux, get a well known one like Ubuntu to begin with. Put some files in a directory , called say music for testing. Look up how to install Docker, then do that. Lookup how to install Jellyfin in docker. I'd use a .yml because you can change parameters easily and try again. Once you have jellyfin running go to the web interface and tell it where the music directory is so it can scann the files. All this occurs on your home network Install a Jellyfin app on your phone, connect to the server, play music locally. If you want to access away from home use some form of Wireguard VPN but you probarbly have enough to be getting on with. for now.

Edit: Forgot to say that if you struggle with docker, there is a direct install you can use. https://jellyfin.org/downloads/server Edit again: Documents here https://jellyfin.org/docs/