cerothem
- 0 Posts
- 45 Comments
cerothem@lemmy.cato
Selfhosted@lemmy.world•Someone finally made a "Sonarr for YouTube"English
4·2 months ago
Here’s a very old flow chart I made for some folks that didn’t want to use Linux. Though it mostly applies to any serup
I would have think maybe a clam?
cerothem@lemmy.cato
Mildly Infuriating@lemmy.world•The sheer amount of websites that are completely unusable without JavaScriptEnglish
11·2 months agoWhile fair, now you have to have JavaScript enabled in the page which I think was the point. It was never able having only a little bit. It was that you had to have it enabled
cerothem@lemmy.cato
Mildly Infuriating@lemmy.world•The sheer amount of websites that are completely unusable without JavaScriptEnglish
115·2 months agoThat would make the website feel ultra slow since a full page load would be needed every time. Something as simple as a slide out menu needs JavaScript and couldn’t really be done server side.
When if you said just send the parts of the page that changed, that dynamic content loading would still be JavaScript. Maybe an iframe could get you somewhere but that’s a hacky work around and you couldn’t interact between different frames
If your able to spoof a different mac address and your ISP should assign you a different IP address
cerothem@lemmy.cato
Lemmy Shitpost@lemmy.world•"Pilot had to dive aggressively to avoid midair collision over Burbank airport."English
19·3 months agoRelevant news story about air traffic control.
cerothem@lemmy.cato
Memes@lemmy.ml•Who Remember This? We Also Broadcasted It Live To SchoolroomsEnglish
3·4 months agoWhoa there, if your not careful they will start calling it the American ocean
cerothem@lemmy.cato
Lemmy Shitpost@lemmy.world•They are so dumb they want to piss everyone off for a lousy 15 minutesEnglish
73·4 months agohttps://www.ufcw.org/start-a-union/
Just bringing it up might get the breaks back. But fighting for better working conditions is always the right choice
cerothem@lemmy.cato
Selfhosted@lemmy.world•Suggestion request: Self-hosted app for shared directories like google driveEnglish
54·6 months agoThis confuses me a bit, technically nextcloud is just a PHP script that only runs when you actually perform a page request.
If you don’t enable the Cron then it does even less than a normal install.
Depending on what services you want to give access with, I have had great luck with an ultra cheap VPS
https://lowendbox.com/blog/1-vps-1-usd-vps-per-month/
Then I host my edge services on a container and use an ssh tunnel to the remote host which gives me an ipv4 and any port forward that I want.
For example I have my reverse proxy inside my network and my VPN server then I use a command like:
ssh -R 8080:localhost:80 public.example.com
Which would forward publicip:8080 to localhost:80
Read more here: https://www.ssh.com/academy/ssh/tunneling-example.
I use autossh to keep the tunnel alive at all times.
https://www.harding.motd.ca/autossh/
This is an ultra cheap way to get any ports you want and self host the whole thing. The remote VPS also doesn’t get any extra access to your local network and doesn’t initiate the connection so it doesn’t have credentials for your local network
cerothem@lemmy.cato
Selfhosted@lemmy.world•Tools to migrate from Plex to Jellyfin?English
4·8 months agoReally I think we are going to see an increase in jellyfin uptake given the changes which is great for that project
cerothem@lemmy.cato
Selfhosted@lemmy.world•Tools to migrate from Plex to Jellyfin?English
15·8 months agoBut if you don’t already have lifetime and are paying monthly or annually then that price is also almost doubling
If you go with your option A, you could virtualize the windows install and run it inside of the truenas or other os using qemu.
You would still need to have enough drives for a new array, but that was always going to be the situation
cerothem@lemmy.cato
Selfhosted@lemmy.world•What is a service you host you never knew you needed?English
1·9 months agoIt’s just from my phone. I have all the notifications off from the original app
Proxmox backup server is my jam, great first party deduplicated incremental backups. You can also spin up more than 1 and sync between them
cerothem@lemmy.cato
Selfhosted@lemmy.world•What is a service you host you never knew you needed?English
2·10 months agoOnce in a while discord signs me out and I have to do a bunch of extra sign-in steps on the official client. But otherwise I have discord, WhatsApp, Google voice, Google chat, Google messages (sms), Facebook, telegram, signal.
All the mautrix bridges are will made and robust
If you use tailscale you could pretty easily get similar results.
Tailscale to broker connections between devices and then access with the tailscale IP address