30w x 24 hr./day *30 days/mo. = 21.6 kWh. I pay about $.25/kWh, so $5.40.
30w x 24 hr./day *30 days/mo. = 21.6 kWh. I pay about $.25/kWh, so $5.40.
Good timing for this thread. I just finished consolidating 2 computers worth of fun into 1 newer computer that can do it all. I sold my wife on the idea with electricity as the reasoning.
In the end, it uses 30 watts less, which is not as much as I had hoped. That’s about $5 a month.
180 watts with an i5-13400, 9 spinning disks, 1 M.2 SSD, no extra GPU, 24 port switch (powers 3 AP’s), modem, Mikrotik router, and a large UPS. I wonder if the UPS uses any power as a trickle charge for the batteries.
I’d say start with getting Lemmy going inside your home network (not accessible to the outside world). That’ll give you a chance to play around with Docker if you want to go the Docker route. I like to make Portainer the first docker container I install (I install it with Docker Compose), and then I manage all other docker containers/etc. through Portainer. Just a quick heads up on Portainer… what Docker calls “docker compose”, Portainer calls a “Stack”, because it can have a “stack” of different stuff running under it.
Anyway, from there I’d figure out a reverse proxy. I use Nginx Proxy Manager, which is nginx under the hood, with a web interface to manage things. I’ve never tried Caddy, but people like that one, too.
The reverse proxy is what controls security, basically. Someone from outside your network types in lemmy.superspruce.org, and you’ve told Dynadot to forward that to your home IP address. You open port 80 and 443 on your router, and forward them to the machine running Nginx-Proxy-Manager. So NPM gets everything that’s pointed at your house on those ports. It see’s the request is for lemmy.superspruce.org, and you’ve told NPM where to look for that, and it handles it from there.
Just doing these things will open up all sorts of learning challenges that you’ll have to figure out through Googling.
It took me years to finally decide to figure out a reverse proxy, and once I wrapped my head around it it makes so much sense. I wish I had learned it sooner.
Thanks for the heads up!
I got Immich running last week and it’s impressive.
The only thing I yearn for is a way to get the pictures to easily display on the cloaed-source frame we have.
Anyone know of a way to automatically email pictures added to an Immich album?
Thank you, I’ll bookmark it for later.
Nice, I just installed FreshRSS (the LinuxServer version) and got it working with 0.9.12.
I had to use https://url.com/api/greader.php as the URL in the app. I also had add an API password under my profile, and in Administration -> Authentication I enabled API access.
I have an RB5009 and it’s great. I’d say they’re actually quite easy to get going with the default config. It’s when you get the itch to start messing with stuff that the learning ramps up.
That sounds cool. I’ve never messed with scripts on Mikrotik, but would it be possible to share what you have?
I’m guessing a relatively short DHCP lease time is also in play so devices can get the new DNS address? Or do you have Mikrotik set as the DNS server?
Nice, gave me a couple of ideas about some other software I might be interested in hosting for myself.
I couldn’t get the top-level navigation shortcuts to work in your blog, just FYI.
Nothing wrong, that’s how it’s done. Make sure everything has a password.
Yeah that’s true, your devices will still have a cached copy. Still… losing the host would be a pain. It looks like (from the browser extension at least) I can export the vault, so maybe it’s not as bad as it seems.
Vaultwarden is super, but I’d be hesitant to run it on a Raspberry Pi unless I had good backups in place. I’ve always run stuff off MicroSD cards with Pi’s, but I’m sure there’s a way to use real drives which would make me feel better.
I think they do it to be funny (I hope). Like making fun of the folks on Facebook who write stuff like “I hearby declare that all of my posts are my property and can’t be harvested for data” or whatever.
The number of redundant drives actually doesn’t make much difference, but it does “help”. Instead of picturing individual drive failures, picture a house fire.
Also picture the next step after one of the drives fails – you’ll be copying all of that data off of your 1 good drive, putting a lot of stress on it. That drive is likely from the same batch, same age, etc. as the failed drive. The likelihood of your good drive failing during the recovery process is higher than one might like.
What happens when your Synology fails? Do you have offsite backup to Backblaze or something similar?
Only 80 and 443 get forwarded to nginx. nginx handles everything from there. Close the other ports.
Which ports did you forward?
Like the other poster said, this will be configured on your routers settings. You can configure more than one DNS address, the 2nd (etc.) being backups if the first one stops working.
Every time this comes up people mention Porkbun and Namecheap, amongst others. I transferred to Porkbun and I have no complaints. Here’s their page on transferring. They aren’t located in Europe.
I did this recently and I wish I could answer you, but I’m on mobile and don’t remember exactly what got it working. I also referenced the guide linked below, along with the proxmox documentation.
If you start blacklisting drivers, you’ve gone too far for passing through Intel quicksync. I think I’m the end it was a pretty basic config, like checking motherboard settings and adding text to the grub config.
Also don’t guides say you have to use q35 as the machine type for the VM, but that didn’t work for me. Only 440fx works for me.