0 Followers
0 Following
2 Posts
Notesnook

I’d give Hetzner a try. The VPS they offer come with 20TB of bandwidth and they only count outgoing traffic(bottom of this page is the source -> docs.hetzner.com/robot/general/traffic/) One thing to note with Hetzner VPS is the port speed is not guaranteed to be 1G only on their dedicated servers is 1G guaranteed. In my experience with their VPS I always got over 500M so is wasn’t an issue. I’ve since moved to a dedicated server in Finland for the horse power and the flexibility of running my own VM platform(Proxmox)

There’s also Netcup but I’ve never used them so can speak to quality butbi have heard good things about them.

Traffic - Hetzner Docs

The default Boost for Lemmy icon remains even after changing to another icon in the settings.

[Feature Request] Ability to hide individual posts

https://lemmy.world/post/5487403

[Feature Request] Ability to hide individual posts - Lemmy.world

Been a long time user of Boost for Reddit and use the “Hide” feature to hide some posts. Would love to see this option in Boost for Lemmy. Not sure if it’s possible with Lemmy at this time.

I use Porkbun as my registrar. Excellent support and low prices.

I know you’re after ZFS but I did this using mdadm and ext4.

I installed Debian. Unencrypted /boot RAID1. RAID1 with LUKS on top and then LVM on top of LUKS. LVM has the root and swap partitions. I then installed the ProxMox kernel and setup Mandos and WireGuard in initramfs. During boot WireGuard creates a tunnel to a remote Mandos Server that holds the LUKS passphrase and then Mandos unlocks the root partition. All other partitions and drives unlock using a key file stored in the root partition.

Yes the WireGuard key is left unencrypted in the /boot partition. I have not issues with this since the only thing it’s good for is Mandos in my case and each server uses a different key.

Porkbun for registrar and desec.io for DNS

Use ddclient for dynamic DNS updating

I use LibreNMS and Healthchecks.io. I also use Grafana to display all the important data in a dashboard on a portrait mounted monitor on my desk.
I’m getting the same but it looks like the issue is Reddit itself. The number of reports on down detector has skyrocketed.

I've been using it for a few months now and love it. I have it on 2 VMs. 1 at home and 1 on my dedicated server in the cloud.

I have a horribly written script that stops the vaultwarden container on the home VM, it copies the db.sqlite3 files to the VM in the cloud using SCP, copies everything inside the attachments folder using SCP and then starts the container again. I then have the same type of script on the cloud VM that stops the container, grabs the db and attachments from the temp folder and moves them to the correct directories and starts the container.

I only use the instance on the VM at home, the cloud VM is only used if something has happened to the VM at home. I do the same with my netbox instance.

I also don't expose anything to the internet. Everything is behind WireGuard. I have my phone setup with Tasker to automatically connect the tunnel when my phone disconnects from my home WiFi SSID.