funkajunk

joined 1 year ago
[–] funkajunk@lemm.ee 7 points 3 months ago (5 children)

So it's Donair poutine? I'll fw it

[–] funkajunk@lemm.ee 3 points 3 months ago (3 children)

Yeah, but not as good. RealDebrid basically acts as a CDN for torrents, they're serving you the files they've already downloaded directly to you.

From what I can tell, sudo flix is streaming torrents from the seeders, so you are reliant on there being enough seeders with decent upload speeds.

Somebody feel free to correct me if I am wrong.

[–] funkajunk@lemm.ee 6 points 4 months ago

I have an edgecellent solution for that

[–] funkajunk@lemm.ee 2 points 4 months ago

People normally warn against dual booting because of the headaches it can cause - you went and fucked up with triple boot.

[–] funkajunk@lemm.ee 155 points 4 months ago (1 children)

It's like getting mad at the highway department because drug smugglers use their roads.

[–] funkajunk@lemm.ee 9 points 4 months ago (2 children)

It's pretty easy to do, I set it up using this guide: https://www.youtube.com/watch?v=qlcVx-k-02E

[–] funkajunk@lemm.ee 5 points 4 months ago

They reduced the free option from 5 nodes to 3 a while back. Looks like only the people who had the 5 node license received that email.

[–] funkajunk@lemm.ee 8 points 4 months ago (1 children)

At first I naively thought "why is that a bad thing?", but then realized who exactly decides what these "national interests" are?

Definitely using some "weasel words" in their policy to get away with some shady shit.

[–] funkajunk@lemm.ee 4 points 5 months ago (1 children)

Why are you manually running backups? Script it and run as a cron job

[–] funkajunk@lemm.ee 1 points 5 months ago (1 children)

Why do you need to cast to it? An Android TV device like the one I mentioned can just play that content.

[–] funkajunk@lemm.ee 8 points 5 months ago* (last edited 5 months ago)

Yes, I use subdomains.

I pay for one domain name in Cloudflare (e.g. awesomedomain.com), and have a single "A" record pointing to the public IP of my server, and a single "CNAME" record with a value of * that points to awesomedomain.com.

That way, any subdomain gets directed to the server, and then you setup Nginx Proxy Manager to listen for certain subdomains and where to proxy them. No need to manage any further DNS records in Cloudflare, and any changes made on the proxy don't need any wait time for DNS records to propagate.

Nginx Proxy Manager also handles automatic SSL certs through Let's Encrypt - I really can't recommend it enough.

[–] funkajunk@lemm.ee 9 points 5 months ago (2 children)

Sounds like you don't have port forwarding setup.

I highly recommend setting up Nginx Proxy Manager and using it as a reverse proxy.

I have lots of services, but using a reverse proxy means I only have to expose 2 ports (80 & 443) and then I can serve whatever I want, like Plex, over https without a relay.

view more: ‹ prev next ›