Dangerhart
@Dangerhart@lemm.ee
- Comment on Developing a self-hosted alternative to Google Keep 1 day ago:
I would love a replacement for keep. I’m currently running nextcloud and the UI differences or lack of android widgets are keeping my wife from switching. Most of of your list already has great replacements that exist but for some reason a keep competitor that is current just doesn’t exist
Carnet is a nextcloud app that comes pretty close and but it needs a TON of TLC on the server side. I keep telling myself I’ll work on it but life gets in the way. If you have time and know node/php I would suggest looking there instead of making yet another note app. Nextcloud can handle sharing and has some encryption stuff as other plugins etc. Otherwise keep posting here, I would love to follow your progress.
- Comment on DuckDNS URL no longer working on home network? 4 weeks ago:
Are you using your router as DNS and DHCP? With Verizon I had a security setting that was blocking public DNS entries to resolving to local addresses. I can’t remember what it’s called, but it’s to prevent a certain type of attack. For a while I disabled it but switching to pihole as DNS, DHCP and using umbound solves it without the security implications
- Comment on Core One vs. Corona 2.4. 4 weeks ago:
I went from a sidewinder x1 to a 300 2.4 and I love it. The built was a lot of work but it was extremely rewarding. Once you get it full set up it’s consistent just load and print, but if you are not confident in your ability to tinker don’t do it. I set up a custom webcam mount, a custom nozzle wiper modled after bambos, a nevermore filter and frame thermal expansion then invested a ton of time in start up scrips and now it’s no work to print anything but it was a lot to get there. If you go this route skip the drag chains and go umbilical, that’s my one regret.
- Comment on Docker firewall question 5 months ago:
To add, you may not need to worry too much about setting up a firewall if your machine is behind a router/gateway that also has a firewall. There are arguments both ways, in-would suggest researching that some. I did it because I could, but I also only wireguard exposed publicly so it may be over kill
- Comment on Docker firewall question 5 months ago:
I too read that it didn’t work with docker but that was not my experience on Ubuntu 24.04. Maybe it’s just docker desktop but I had all sorts of other issues with docker desktop and ditched it for plain docker, using lazydocker for an interface. I think one of the issues for outgoing connections at least is that IPs for the containers can change. I don’t remember exactly what my setup is currently but you shouldn’t have an issue opening up just specific ports mapped to a container while having default deny incoming. Not specific to containers but there are a few different Linux commands to get all ports and the processes listening on them, I used them extensively to debug my firewall setup. I can’t remember them either off the top of my head but you should be able to google for your distro.
- Comment on If you already know Docker CLI, is there a reason to use Portainer? 5 months ago:
Somewhat off topic but I’ve been using this lately and it’s great github.com/jesseduffield/lazydocker. If all you want is a ui over docker this may be better than going all in on something like portainer