forbiddenlake
@forbiddenlake@lemmy.world
- Comment on WELL DWELLER ► Official Reveal Trailer 1 week ago:
Islets is a delightful, short, high quality metroidvania. Highly recommended
- Comment on Zabbix in selfhosted env 2 weeks ago:
I used to. It’s really complicated and not big in the self hosted space.
I’d recommend the standard Prometheus, alert manager, and grafana stack instead. That’s what I use now, and although yaml sure is something, at least there’s tons of people to copy.
- Comment on TIL - Caddy 4 months ago:
Use the DNS challenge instead? You’ll need a DNS provider with an API though
- Comment on Dragon Quest I & II HD-2D Remake New Trailer 4 months ago:
It’s comfort good. Never pushing the envelope much, but always high quality.
Note that the first game came out in 1986. These remakes will look great and put some modern conveniences on… But it will still be a game from 1986. If you want a modern DQ then 11 is great.
- Comment on Homelab upgrade - "Modern" alternatives to NFS, SSHFS? 5 months ago:
By default, unencrypted, and unauthenticated, and permissions rely on IDs the client can fake.
May or may not be a problem in practice, one should think about their personal threat model.
Mine are read only and unauthenticated because they’re just media files, but I did add unneeded encryption via ktls because it wasn’t too hard to add (I already had a valid certificate to reuse)