KaninchenSpeed
@KaninchenSpeed@sh.itjust.works
- Comment on How do you handle absolutely critical alerts on your Android phone? 2 weeks ago:
I’ve experimented with ntfy, it works pretty well and is selfhostable. I don’t know if it natively support mqtt though.
- Comment on Recommend EU webhosting provider to replace DreamHost? 3 weeks ago:
I use both IONOS for domains and webhosting and a VPS from Host Unlimited, they also offer webhosting, but I haven’t tried it yet. I’m happy with both.
- Comment on Does it ever make sense/is it possible to move certain docker volumes to another physical volume, but not all? 5 weeks ago:
Volumes are horrible, how would I easily edit a config file of the programm running inside, if the container deosnt even start.
Bind mounts + ZFS datasets are the way to go.
- Comment on static website generator 6 months ago:
I’m currently using Astro for that. You can write the pages in markdown, html or one of the many js frameworks. It also allows you to mix them. By default it generates static websites with out any js, but it allows you to add js where needed. Optional server side features are wip, if you decide to need them later on.