selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

LufyCZ, in Question - ZFS and rsync

One thing I haven’t seen mentioned here, zfs can be quite finicky with some sata cards, especially raid cards.

I suggest you connect the hard drives to the motherboard directly and test again.

isles,

Thank you! I ended up connecting them directly to the main board and had the same result with rsync, eventually the zpool becomes inaccessible until reboot (ofc there may be other ways to recover it without reboot).

Itsamelemmy, in File size preference for Radarr?

In the profiles? Not sure if that’s the correct term, but there’s settings for all the quality profiles 720p 1080p etc with a slider that can set minimum and maximum size for that quality.

Kwdg, in File size preference for Radarr?

You can edit the accepted sizes under Settings > Quality

charliegrahamm, in File size preference for Radarr?

Think the “Quality Definitions” section of the settings in Radarr is what you’re looking for.

Cooljimy84, in File size preference for Radarr?
@Cooljimy84@lemmy.world avatar

It always throws me when I see at 1080 movie less than 5gb, then I scroll across and see it’s x265…

AtariDump,

I get that and I love the x265 rips.

narc0tic_bird,

Serviceable, but still not great quality most of the time.

unbuckled, in File size preference for Radarr?
CountVon, in File size preference for Radarr?
@CountVon@sh.itjust.works avatar

You can do this with custom formats. You’d want to create a custom format that gives a score if the file is below a certain size threshold (say 1.5GB per hour), then add minimum custom scores to the release profiles you use (e.g. Bluray 1080p). You can also add custom filters for release groups that prioritise file size. YTS for example keeps their releases as small as possible.

Moonrise2473, in Self-hosted VPN that can be accessed via browser extension

Most “VPN” browser extensions (if not all of them) aren’t actually doing a VPN connection but just change the proxy setting in the browser. This is because as a browser extension they wouldn’t have enough permissions/power to establish a real VPN connection.

So if you want to use a browser extension you have to run a proxy server, or as other said, just use cloudflared as running a proxy server attracts bots from all over the world

voracitude, (edited ) in File size preference for Radarr?

Be sure to avoid “remux” quality. I didn’t know what this meant at first - it’s a file with no compression an uncompressed 1:1 copy of the source, so even “low-resolution” video files can be truly massive. A 1080p movie should be between 2GB-10GB or so; I’ve found that remuxes are typically 15GB-50GB, or even larger.

edit: updated for accuracy 👍

Waluigis_Talking_Buttplug,

Thank you, just went and disabled it completely, I’d never heard of that before either.

Maxy,

Remuxes aren’t uncompressed, nor are they losslessly compressed. They’re just a 1:1 direct copy from some other medium (generally blu-rays or DVD’s).

voracitude,

“Remuxing preserves the original video and audio quality because it doesn’t involve any compression”

techreviewadvisor.com/what-does-remux-mean/

So, what you said - it’s a 1:1 copy of the source. With no compression. Which is what I said, as far as I can tell?

What I don’t understand is why the article says it allows for smaller file sizes, when I’ve found without fail that remuxes are the largest variety by far. It made sense to me that a file produced without compression would be larger than the same file, compressed.

FlightyPenguin,
@FlightyPenguin@lemmy.world avatar

It can save data by excluding data streams that you don’t need. For instance, I don’t need French, Italian, Japanese, German 5.1 audio streams that each have 700Mbps bitrates or higher, nor do I need an English 1.5Gbps master audio stream, a 700 Mbps English stream, a 500 Mbps descriptive audio for the blind, and 5 different special edition commentary tracks for a film I’ll watch once or twice. All those tracks can really add up, and torrent sites are often country or language specific, so remuxes might have original language and/or native language audio only.

Maxy,

Ah, it looks like we have a small misunderstanding. I thought you were talking about uncompressed video, which is enormous. This is only used in HDMI cables for example. A 1080p60 uncompressed video is 2.98Gbit/s, or about 1.22 terabytes per hour.

A remux is “uncompressed” in the sense that it isn’t recompressed, or in this case transcoded. A remux is still compressed, just to a lesser degree than a transcode. This means the files are indeed larger, but the quality is also better than transcodes.

To clarify the article’s confusing statement: they claim that remuxes can reduce size by throwing away some audio streams, while keeping the original video. This is true, but the video itself hasn’t gotten any smaller: you are simply throwing away other information.

hpca01, in How safe is self-hosting a public website behind Cloudflare?

Cloudflare tunnels are layer 7, so it’s not unlimited access by any means. This also means that certain things will break btw, for example if your website uses websockets to load information, that isn’t supported.

Next, I’d put the computer that is going to be hosting into an isolated vlan of its own and access via external URL only.

If you’re going to use docker images, make sure to vet that they’re updated often and always spin up the latest.

daq,

CF tunnels are layer 3, not 7 and they have support for web sockets. It’s basically wireguard VPN with a few extras built on top.

…cloudflare.com/…/cloudflare-tunnels-faq/

hpca01, (edited )

That document doesn’t say what layer. But it does say it supports Websockets.

Just odd that when I try to set it up using a named tunnel I don’t get an option to specify the WS service type. However it does require a service type if you want to connect to it.

Looking at this page it would seem that it’s a layer 7. Although I could be wrong, but my front end app has issues finding my backend service for websockets.

Granted I even tried to connect to my private computer using other protocols. I couldn’t get through. Anyway I’m most likely going to be taking that project offline soon.

daq,

No, but I thought I clarified that when I said it’s basically wireguard VPN which operates using tcp/udp (layer 3.) layer 7 is stuff like https. CF tunnels are lower level.

Page you linked is missing the layer between CF and source server so it doesn’t indicate layer. You can lookup wireguard protocol if you want more details.

chandz05, in File size preference for Radarr?

Also check out Tdarr! I convert everything to HEVC using that. Shrinks down some files to literally 50% of their original size

Waluigis_Talking_Buttplug,

Does the audio suffer? I’m already sacrificing a lot by getting Yify/YTS stuff, the audio for those is piss poor as ot is

chandz05,

The audio should not be affected, as far as I’m aware. I get all my stuff from Usenet

gdog05,

I use tdarr on my gaming machine and use the higher end GPU to do the work. I also use the trash guide for getting the audio profile I want in my downloads. Then in tdarr, I strip away audio and subtitle languages I don’t want and use the highest quality audio source to add a simple 2 channel audio to make it more compatible for more devices. That way I’m not needlessly transcoding 5.1 Dolby for people who are just watching on TV audio.

jalsk,

Yep, this is a good option for reducing file size at the expense of compatibility and CPU time. Every time OP downloads a file they’ll then have to reencode the file, which can take significant time, depending on the CPU of their NAS box, the file size, etc. It’s also worth noting that reencodes are lossy, so some amount of quality will be lost (although the quality difference may be imperceptible).

If disk space is the only variable we’re optimizing for, then you’re 100% correct, but I think it’s worth calling out that this definitely isn’t without tradeoffs.

It might also be worth considering how they’re consuming this media. If the client isn’t capable of playing back h265 then this will need to be transcoded again to play it back. Many media servers (like Plex) handle this automatically, but it’s definitely worth testing this out with your setup on a couple of files before doing this on your whole media collection.

chandz05,

Thanks for calling those points out! You are 100% correct. I think I take it for granted that at this point, all of this “just works” on my setup :)

CalicoJack, in File size preference for Radarr?

You got a remux, which is uncompressed. You can turn those off in Radarr to avoid those surprises.

If you want to fine-tune your file sizes (and quality) further, you can set up custom formats and quality profiles. The Trash Guides explain it well, the “HD Blu-ray + Web” profile on that page is a solid starting point. It’ll usually grab 6-12GB movies, but you can tweak it if you want them smaller.

relaymoth,

Trash Guides FTW. I’ve used them for all my *arr setups and it’s been flawless.

TwiddleTwaddle,

Doesn’t Trash Guides prefer larger files though? Iirc if you just do everything as they recommend you’ll always be grabbing the highest quality stuff available, which is the opposite of what this person wants.

relaymoth,

The guide doesn’t set an upper bound on the UHD quality profiles, but that doesn’t mean you have to set up yours exactly the same.

I have mine set with reasonable limits and have never run into a problem with file size, just have to make sure you’re setting the values to something that’s a) realistic and b) that you can live with.

One thing to note: if you set your threshold cutoffs properly you don’t have to worry about downloading files that are always at the upper end of the limit. Once the service downloads a file that meets the threshold it stops downloading for that episode/movie. If it grabs a file that’s below the threshold, it will keep trying to upgrade the file until the threshold is met.

AtariDump, (edited ) in Self-hosted VPN that can be accessed via browser extension

I’d be very wary about trying to bypass any workplace restrictions (which includes using a non-company VPN etc. etc.) to access self-hosted services.

Remember, your work computer belongs to the business (unless you’re self employed).

Depending on your line of work this could range from a slap on the wrist onto immediate termination and fines.

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

Yeah, that is the unfortunate reality. The better way is going through your IT department to get those extra things you need for work. If you are found out, and I am sure IT will eventually be able to, you will be in trouble.

BearOfaTime,

Also very good advice

eskuero, in File size preference for Radarr?
@eskuero@lemmy.fromshado.ws avatar

you have been banned from /c/DataHoarder

semi, in Linode Alternative Suggestions for Small Projects

I’m pretty happy with Digital Ocean if I need a temporary VPS because I can pay by the minute. Anything that I want to stay alive for more than a month or two, I do on a single 6-core VPS rented long-term from Netcup, a low-cost German provider, deploying with Docker and Traefik.

promitheas,
@promitheas@iusearchlinux.fyi avatar

Netcup seems really interesting, thanks :)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #