this post was submitted on 26 Oct 2023
0 points (50.0% liked)

Self-Hosted Main

504 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hello everyone!

I'm thrilled to be back here again! In case you're not familiar with YAMS, YAMS (Yet Another Media Server) is a powerful script that simplifies the installation of a comprehensive media server. It includes all the essential *arr apps, along with exceptionally detailed documentation. In just a few minutes, you can have a fully functional media server with Sonarr, Radarr, Jellyfin, qBittorrent, and more! To learn more, you can visit the following links:

And now, I'm excited to announce the release of YAMS v2!

What's New in YAMS v2?

  • YAMS v2 introduces a new command: yams upgrade, which allows YAMS to upgrade itself.
  • Adding custom containers is now easier. You can find a step-by-step tutorial here: Add your own containers.
  • On the code side, the documentation has seen significant improvements. If you're interested in how YAMS works under the hood, you can explore the full code documentation here: YAMS Code Documentation.

Upgrading to YAMS v2 is entirely optional! YAMS v1 will continue to work and receive support.

Starting now, every new YAMS installation is automatically YAMS v2!

In other news, I've also established a dedicated forum for all things YAMS related! After noticing that many users were encountering similar issues, we concluded that a forum would greatly enhance troubleshooting, making it more accessible, searchable, and enjoyable.

Feel free to visit the new forums at YAMS Forum. Don't hesitate to drop by and introduce yourself!

For those interested in YAMS, there's a comprehensive tutorial on how to configure all the services together: Services Configuration Tutorial. The tutorial is designed to be platform-agnostic, so even if you're not using YAMS, you might find it useful!

Thank you for taking the time to read this, whether you're already a loyal YAMS user or are considering becoming a new YAMS enthusiast! Your feedback and insights are highly valuable to me, and I'm eager to hear what you think!

top 41 comments
sorted by: hot top controversial new old
[–] thekrautboy@alien.top 2 points 1 year ago (3 children)

Its called "yet another media server" but it isnt a media server? But a collection of script to setup *arr stack and jellyfin for example? Sure thats useful to many, its great! But odd namechoice :D

[–] Rogergonzalez21@alien.top 1 points 1 year ago

To me, all these collection of software are what make a great Media Server, and that's what mostly everyone in the community uses. Also, "YAMS" is a funny name lol. Thank you for your feedback though!

[–] stupv@alien.top 1 points 1 year ago (1 children)

I mean, if a media management suite + media server cant be called a 'media server' then what exactly are the criteria?

[–] thekrautboy@alien.top 1 points 1 year ago

Uhm a "media server" is called a "media server", simple?

A suite or collection of tools is not a "media server".

[–] Cylian91460@alien.top 1 points 1 year ago

Yes the title is a bit misleading, it should be "yet another install script for media server"

[–] hulkielaxed@alien.top 1 points 1 year ago (1 children)
[–] Rogergonzalez21@alien.top 1 points 1 year ago

Yeah! YAMS all the way! Haha

[–] Cylian91460@alien.top 1 points 1 year ago (2 children)

Is docker needed ? If yes why ?

[–] thekrautboy@alien.top 1 points 1 year ago

If yes why ?

Because it makes deploying a bunch of different services like this very simple and reliable to run?

[–] Rogergonzalez21@alien.top 1 points 1 year ago

Yes, docker is a dependency. I went with docker because it's way easier and user friendlier to use than installing everything bare metal.

Don't get me wrong, I prefer to run everything in bare metal, but for this specific application, Docker seems like the better idea. For example, it's easier to add your own containers than to install something from scratch.

[–] tripog@alien.top 1 points 1 year ago

Did you make yammm for windows media center?

[–] zachfive87@alien.top 1 points 1 year ago

Couple of things would be great to see.

A reverse proxy setup for remote connections.

A custom format explanation/setup for radarr, and maybe going with sonarr v4 to also get custom formats. Perhaps using recyclarr to import custom formats from trashguides. Currently the setup only goes over adding a download client and media renaming. Would be nice to explain to people how to grab the quality of movie or show that they want.

A usenet download client/setup like sabnzb.

A qbittorrent setup for people who use private trackers and need to seed. And a setup that includes hardlinks so radarr/sonarr can move and rename without messing up seeding.

I know you can add your own container, but a setup for request app like jellyseerr or overseer would be great as well.

Have you looked into using buildarr, to deploy the arr stack? It can be fed a default setup so people wouldn't have to touch a thing, it would be ready out the gates? Especially if recyclarr was incorporated to import custom formats.

Someone on this thread mentioned my project, which is very rough around the edges, but was definitely inspired by yams. I'm currently working on a massive revision, but I've got some life things going on that have stalled progress, but it will incorporate all the things I listed above plus a little more ideas i got brewing. Working on a powershell gui at the moment to switch away from .bat scripts. Thanks u/Rogergonzalez21 for the shoutout.

[–] chimbori@alien.top 1 points 1 year ago (3 children)

Have you considered pasting this entire description on your website? As it stands, there's only a one line description, and then installation instructions, but nothing about what the software is, what kinds of problems it can help with, and why a potential user should care. Thanks!

[–] Rogergonzalez21@alien.top 1 points 1 year ago

Ok, this is actually a good idea! Thanks, I'll do that later today! Thank you for your feedback!

[–] Rogergonzalez21@alien.top 1 points 1 year ago

Also, you can read what YAMS is here: https://yams.media/install/description/

But I'll add a link to it in the homepage!

[–] FierceDeity_@alien.top 1 points 1 year ago (1 children)

It's just a script that throws a handful of preconfigured config files together, but that should really be (honestly, too) written on the page

[–] Rogergonzalez21@alien.top 1 points 1 year ago

I'll do that. Thanks for the suggestion!

[–] Nnyan@alien.top 1 points 1 year ago (1 children)

The only minor issue that I have day to day is endemic of a monolithic yaml. making small changes to the .yaml file needs to restart the entire stack. Also Some errors will stop the entire stack from deploying.

[–] Rogergonzalez21@alien.top 1 points 1 year ago

YAMS v2 fixes this issue! Now new containers go in their own docker-compose file, and there's some new instructions on how to do that here https://yams.media/advanced/add-your-own-containers/

[–] NoFreeUsernamesLeft@alien.top 1 points 1 year ago (1 children)

Why don't you allow external contributors in the repo?

[–] Rogergonzalez21@alien.top 1 points 1 year ago

I do accept external contributions, and as a matter of fact, I encourage it! I've merged others people's code! For example, Lidarr and Readarr where added by people in our community.

Merge Requests are always open for YAMS. To contribute, just fork the APP to your Gitlab account, make changes and create a MR into YAMS, like any other open source app.

I should create a guide on how to collaborate. Thanks for the idea!

[–] jeffpalmatierql@alien.top 1 points 1 year ago (1 children)

YAMS rocks! Always reliable and simple.

[–] Rogergonzalez21@alien.top 1 points 1 year ago (1 children)

Thank you! I'm really glad you like YAMS. If you have any suggestions and/or feedback! Please send it my way!

[–] Nnyan@alien.top 1 points 1 year ago (1 children)

I want a cool YAMS sticker for my laptop. I have a spot for it between Crowdstrike and Splunk (swag!!).

[–] Rogergonzalez21@alien.top 1 points 1 year ago

I was thinking about making some stickers... Maybe that can be done later? 🤣

[–] ubiorowywa@alien.top 1 points 1 year ago (1 children)

Cool, thanks for the info!

[–] Rogergonzalez21@alien.top 1 points 1 year ago

Thanks! If you encounter any issues, please let us know in the forum or the Matrix chat!

[–] mezquinarav@alien.top 1 points 1 year ago

YAMS rocks, best community ever!

[–] FierceDeity_@alien.top 1 points 1 year ago

Why do you call it a media server (on the homepage) when it's actually just an install script for a media server? You call it an install script truthfully here

[–] dhepha@alien.top 1 points 1 year ago (1 children)

Great work! Didn't have the time to create a PR for it so I'll write it here: In the docker compose file you generate, the qbittorrent environment name for the port seems to be wrong, it's supposed to be WEBUI_PORT not WEB_UI_PORT.

[–] Rogergonzalez21@alien.top 1 points 1 year ago (1 children)

Oh, nice catch! Would you mind creating a new issue in Gitlab? If not don't worry, I can create it late it later! Thanks for the feedback!

[–] dhepha@alien.top 1 points 1 year ago

I created one, thanks for the great work again!

[–] Nnyan@alien.top 1 points 1 year ago

YAMS is fantastic. I’ve tried so many and the best communities are YAMS and CosmOS. Very passionate group that go way beyond helping you out.

[–] robinsnest56@alien.top 1 points 1 year ago (1 children)

Any way to get the script to run on Raspberry Pi Bookworm? Seems to fail with: “Error response from daemon: Get “https://lscr.io/v2/“: EOF

[–] Rogergonzalez21@alien.top 1 points 1 year ago

YAMS needs a 64bit OS to run. Are your running Raspbian 64 bits?

[–] ilco1@alien.top 1 points 1 year ago (1 children)

does the way folders are set up by yams support auto moving/deleting duplicates /renaming torrents from the torrent client client without duplicate files (sonarr /qbitorrent)

i would love to set and forget .let anime download and watch it in jellyfin

i always strugle with sonarr and qbitorrennt not liking me folder structure

[–] Rogergonzalez21@alien.top 1 points 1 year ago

This is actually one of my use cases! So it definitely works.

I configured YAMS as usual and then used TRaSH Guides to configure it for Anime, you can check it out here: https://trash-guides.info/Sonarr/

[–] dnt_pnc@alien.top 1 points 1 year ago (1 children)

any plans for switching from mullvad to another recommended vpn as mullvad now removed port-forwarding?

[–] Rogergonzalez21@alien.top 1 points 1 year ago

Hey! Not really, I'm still using Mullvad and I think privacy (not doing kyc and being able to pay with crypto or cash without creating an account) is a more important thing than port forwarding. If you need port forwarding, you can always choose another VPN!

[–] armadaza@alien.top 0 points 11 months ago (1 children)

This is amazing, thank you Roger.

I know absolutely nothing about Linux. I had a Radarr, Sonarr, setup running on Windows in my homelab for ages but recently wanted to migrate to a more stable and different setup on Linux.

I came across your great work and I so so wish I knew more. I was able to get everything installed with my limited knowledge, but I simply dont know enough to get SABNzbd and Overseerr via my own containers. Is there any chance that your script will add them in the future as options, similar to how you asked for Plex, Emby, etc.?

[–] Rogergonzalez21@alien.top 1 points 11 months ago

Hey! Thank you for your kind message, I always love seeing how people use YAMS on their servers :)

Regarding adding SABNzbd, you can add it yourself by using the custom docker-compose file that comes with YAMS! You can see how that's done here: https://yams.media/advanced/add-your-own-containers/