• 0 Posts
  • 22 Comments
Joined 10 months ago
cake
Cake day: June 20th, 2025

help-circle
  • I also tried TrueNAS scale once (but I think at the time it was quite new so maybe not how it is now) and didn’t like it either so I won’t speak about that.

    If it were literally just for network storage and nothing else I guess the way to go might just be to hook up a usb drive to ones router (if it supports that). So most people probably do want slightly more or at least the option to expand capabilities without having to fundamentally change their setup.

    But in general I would say that yes, the web interface is definitely part of the appeal. I think what something like Openmediavault offers is that someone else chooses sensible presets, it gives an easy to use gui that allows oneself to get stuff done without any major technical knowledge, and it also creates a community with a shared similar setup that can offer support.



  • I guess if you want specific recommendations you need to define your needs and requirements a bit more.

    Since I was wondering if Cockpit is an option for immutable distros I stumbled on this video, which seems to suggest it might since it is used on one there. So I guess you could pick your favorite immutable distros and see if Cockpit works to have a easy gui for managing the server stuff.

    You could of course also go for something like NixOS and make everything declarative.

    For me Openmediavault was easy to set up and just works for the little stuff I want it to do.


  • golli@sopuli.xyztoSelfhosted@lemmy.worldWhat are some TrueNAS alternatives?
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    7 days ago

    I (very much an amateur) briefly tried TueNAS scale in the past and didn’t like how they did apps. So I switched to Openmediavault, which since then has served me very well.

    With a plugin I could easily add my zfs raid and I use their build in docker compose gui to run the few programs I need.

    I didn’t try out others, but there are more options. CasaOS and yunohost already got mentioned, there is also Cosmos or just running a basic server with e.g Debian and maybe adding Cockpit for some management gui.


  • Is he actually selling shares? Imo this move might actually be more about gaining more control percentage wise.

    Similar to how he increased his control when he folded Twitter into xAI (at a imo very favorable valuation for him), which gave him a larger share of the combined company.

    If he merges space x and xAI (especially at a high valuation of the latter), he would own more of the combined company as he owns more of xAI then space x.

    For me the only surprising thing is how existing shareholders seemingly just let him dictate these mergers and valuations. But I guess they face a dilemma where valuation depend so much on Elon that they have to play by his rules or risk loosing even more.



  • That is sad to hear and based on the other replies it seems not too uncommon that something niche is missing.

    Imo it’s really fascinating how music streaming is different in that regard compared to video streaming. Where more people are just happy with whatever e.g. Netflix offers them and don’t seem to mind too much, if one particular thing isn’t on their service.

    But I guess the fact that in regards to music everyone has a slightly different taste and each one really wants that particular, different niche artist is what so far has prevented a similar fragmentation of services happening as we see with video.




  • With iPhones i think it’s less about durability (and especially in the software department they were always great in terms of longevity), but more about repairability in case something does happen.

    As far as lightbulbs go the issue with potential planned obsolescence doesn’t go way just because of the swap to LEDs. First there are a type of bulb even today that use some form of filament and second the part that gets damaged is usually some kind of capacitor or other electronic part that gets run with too much voltage and too hot. Don’t have time to watch it again, but i remember finding this video from a few years ago interesting.


  • I do agree with the notion that phones in todays society are hugely important and spending money on what for most people might be their most important computing device is valid.

    But the thing is that you really don’t need to spend this kind of money to get all the performance 95% of people need. Unless you want a foldable phone or NEED the telefoto-lense that is often reserved for higher end models (but I assume even then there are cheap options),

    As an example here in Germany you can get a pixel 9 for under 500€, if you get a cheap mobile contract even cheaper (I pay 15€/month over 2 years and got a free pixel 9 with the mobile plan). All the performance you need and makes great photos. And for anyone who wants lots of storage there are still phones with sd card readers


  • This definitely seems like a good idea. It’s a big issue that most promising European companies go to the US for their listings in search for access to capital.

    Seems to me that this would already have been the obvious move after Brexit.

    However I feel like this is doomed to fail for the same reason as many other issues. Clashing interests of different member states within the EU. I assume this would still need to have a primary location somewhere, so Frankfurt or Paris would be the most likely location to build this up. Merz bringing this up presumably would like it to be Frankfurt, but I very much doubt that Macron would feel similarly.



  • It gives you and the users of your jellyfin instance a nice UI dashboard to search and request movies/series. The requests then get handed off to radarr/sonarr for downloading via your downloader (e.g. Sabnzb)

    Instead of having to go into the less polished sonarr/radarr that would also expose some settings that you might not want other users to change, you get a nice dashboard. Similar to how you’d browse on a streaming site.

    It shows you currently popular movies/shows and upcoming highly anticipated ones, you can search for a specific movie and when you click on it you get a helpful site. It displays all kinds of info similar to jellyfin, like cast, tags, relevant other movies, links to sites like rotten tomatoes or letterboxd, and so on. You can also search for persons and it’ll show you what they’ve been in/have produced. And when you want something you can easily request a download in your preferred quality setting.

    You also may limit what and how requests from different users are handled.



  • If you want to setup a stack take a look up TRaSH guides. Then it goes roughly like this.

    You have software that search and make the download requests: radarr (movies), sonarr (TV shows), lidarr (music), bazaar (subtitles, if you need to add more that don’t already come with the movie/show). But there might be others e.g. for porn or like here for YouTube.

    Those forward the request to a downloader like Sabnzb if you are using usenet or qbirtorrent for torrents.

    Those above are the main ones and from there you can add things that make your life easier:

    • Prowlarr: sonarr/radar need an indexer to search, instead of configuring them in each software this allows you to do it once and then sync across the other apps

    • Overseerr/Jellyseerr: if you want a nicer frontend to search and make download requests instead of doing so in radar/sonarr.

    • Recycler/Notifier/Configarr (all do roughly the same): sonarr/radarr allow you to configure specific profiles to score the quality of downloads so you can get them in the format you desire (e.g. so you want 1080p or 4k, HDR yes or no). These allow you to sync custom formats with sonarr/radarr that others like trash-guides have developed.

    • Tdarr: if you would like to reencode and compress movies to save space this allows you to do so in an automated way. Although you usually I’d imagine it might be easier to just setup a better profile in sonarr/radarr and download the desired version (should you e.g. want x265 encoded versions)