techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#flaresolverr

0 posts0 participants0 posts today

My #Helm chart for a complete home media/streaming stack, Flex has been updated to version 0.2.0 🎉

Previously, it supports
#Plex as the streaming service, #Bazarr for automated subtitle downloads, #Flaresolverr for bypassing web protections/challenges, #Jackett as proxy server for #torrent trackers, #Overseerr as an interface for requesting media, #qBittorrent as the torrent client, #Radarr for downloading/managing movies, and #Sonarr for downloading/managing TV shows.

Now, to reduce reliance on Plex and lean towards a completely
#FOSS stack, I've added in support for #Jellyfin as a drop-in replacement for Plex, #JellyPlex-Watched for syncing watch states between Jellyfin/Plex servers, and #Jellyseerr as a drop-in replacement for Overseerr, which not only works with Plex but also Jellyfin.

I've been using this for over a year at this point and it works perfectly. For me personally, I have everything supported deployed using this on my
#Kubernetes cluster except for Jellyfin, Plex, and qBittorrent, which I've deployed as individual VMs instead on #Proxmox cos I find it less resource/bandwidth taxing on my cluster that way - this shouldn't be an issue if your cluster is a lot beefier. During non-peak loads, the (Flex) stack uses up a total of only ~0.19 CPU core and ~1.6GB memory.

🔗 https://github.com/irfanhakim-as/charts/pull/136

Changes

Updated chart to match current base template
Added support for modularity for all containers - pick and choose what you need/don't
Made improvements to various var assignments and cond...
GitHubflex: General update by irfanhakim-as · Pull Request #136 · irfanhakim-as/chartsBy irfanhakim-as

Took me a long while but I've finally published my creatively named #Helm chart, #Flex (christ, save us devs) which is a collection of curated services that aims to provide a complete home media server solution in a neat, Helm package.

With this single package, you can deploy to your
#Kubernetes (#RKE2) cluster:

🚀 #Plex: The media streaming frontend.
🚀 #Jackett: The intermediary between these services.
🚀 #FlareSolverr (opt): Jackett's helper for circumstances that require it.
🚀 #qBittorrent (opt): #Torrent client.
🚀 #Overseerr: Media discovery/management tool/interface that connects to Plex, Radarr, and Sonarr underneath.
🚀 #Radarr: Media management tool for movies.
🚀 #Sonarr: Media management tool for TV shows/#anime.

This chart supports "local" storages such as
#Longhorn, as well as #SMB shares - which I would recommend for the media side of things. This chart also supports, and recommends the use of #Ingress to get these services online.

It's very new so I'm sure there are a bunch of things missing that I could add/improve upon, but the current iteration has been tested pretty thoroughly on my own cluster, and I've done my best to ensure that the documentation (README) and values file are helpful (or try to be) at least.

🔗 https://github.com/irfanhakim-as/charts/tree/master/mika/flex

GitHubcharts/mika/flex at master · irfanhakim-as/chartsMika Helm Charts. Contribute to irfanhakim-as/charts development by creating an account on GitHub.