• 0 Posts
  • 20 Comments
Joined 10M ago
cake
Cake day: Dec 28, 2023

help-circle
rss

If there was a way I could leverage the unlimited bandwidth/storage as an offsite backup, that would be amazing, but I’m not sure it would be a great idea backing up stuff to a webserver where there best security I can add it via an .htaccess file.

Your off-site backup solution shouldn’t have to care about that level of security because you should be encrypting your backups before they leave your network. Even if you have a solid backup host in the cloud, you still want to encrypt your backup data before you send it to their hosted repo.

Unless your vendor has a reason to read your backups, they shouldn’t be able to.


Look into FileFlows, I used that after my tdarr server shit the bed to act as my conversion utility for my media libraries. Done a very good job of transcoding my Library into a consistent format.

If you have any inclination to use docker, they offer a generator to make the compose file for you

https://fileflows.com/docs/installation/docker


Looking over your licensing model, I noticed this

The following systems are classified as enterprise operating systems within XPipe and connections to those systems are only possible starting from the professional plan:

  • Windows Enterprise systems

What do you classify as an ‘enterprise’ system? Is that any server OS, or just like a datacenter license or something?


And then you give it more and more information, but it keeps giving you the exact same answer.


I’d be interested to see if you swapped the cables back if your local interface negotiated to FE instead of GE. I wouldn’t be surprised to find that you’ve got a pair that’s not properly terminated or broken and dropping you down to 100Mbps.


LOL, as a noob I went with caddy, then traefik before settling on NPM. Ironically, all the “QoL” features people brag about just made base configs harder and lead to shit randomly failing.

NPM has been solid as a rock, even if I have to do slightly more work, it’s more reliable and does what I want quicker and easier than the alternative.


As long as you have your config files and whatever data from the app (both should be mapped from the container to the host), just copy it to the new system and start your container.

I have all my config files on my nas, but too many of my apps run off dbs so I need to figure out a way to backup the local database folder so I can have the actual data on my nas as well as just the configs.


so can someone explain why a pretty robust dedicated device is necessary as a replacement?

The cloud is just someone else’s computer, so when you cut the cord from the cloud, you gotta run your own server.

And you don’t need to buy a (robust) device to run HA, just install it on a spare system and start playing with it. I started building mine about 1.5yrs ago when I bought a house and I think I only gave mine like 2 CPU and 8gb ram.

What actually happens when I turn on a smart switch in my home? Does that command have to be sent to a server somewhere to be processed?

Yes, you have to have something that accepts your commands and sends the action to the end device. Just like your Google home did.

What really has to be processed, and why can’t a smartphone app do it?

Because that’s not how things work. Your app has to talk to a server to send the commands, Google home has cloud servers and a local bridge. HA has an app that you can use to control your stuff, same as Google Home.

Smart Home apps are worthless without hardware required to connect the app to your home.


Thank you for your service o7

I rely on Internet archive a hell of a lot



404

  • 80% of Microsoft support page links

If there’s two things I hate, it’s off by one errors!


Another alternative is Libation , I’ve been using that to archive my and my partners audible accounts. Only issue I’ve run into is having the license denied when trying to back up a book.


On Google now as well, what was the cutover like to cloudflare?


I got a link from a friend here on lemmy that looks to contain everything needed to use Yuzu (emulator/keys/firmware and mod stuff). Haven’t had a chance to test it out yet, but it looks to be complete.


Or my partners greeting me in the morning “Home assistant went down again, so the lights are all manual”

Thankfully that one is mostly solved.


If you reencode to a more efficient codec, you can save ridiculous amounts of space. If you’re interested in reencoding and are willing to play with self hosting, look into Tdarr, it’s an app that can reencode your whole library. Been using it for a while after switching from my personal solution has been wonderful. I just put files into my media directories and it picks it up, reencodes the file and replaces the original if everything checks out.


Damn, there’s an app I haven’t heard of in years. Too bad I don’t have more of a need for a sandbox app than the built in Windows Sandbox app or I might give it a shake.


Hell, I remember when they had ‘Max’ back when I watched on my PS3. I absolutely loved that it would ask me a bunch of questions and then give me a movie to watch. I’m surprised I haven’t seen that more around, that was an amazing feature.


but you have to switch to podman some day anyway

Can you elaborate on this?