• 1 Post
  • 39 Comments
Joined 5 months ago
cake
Cake day: February 14th, 2025

help-circle




  • I like gogs. Automated backups and then deployment seemed super easy with gogs but not so with gitea.

    Gitlab seemed like a heavy weight for my needs.

    You do you regarding hosting for friends. I wouldn’t do it. I self host as much stuff as I can and I’m happy to bear the responsibility for my own stuff, but taking responsibility for someone elses stuff and access to that stuff is a whole other level.

    One thing I’ve learned over the years, is that making something work today is only a small part of the job. Ensuring that it works every day for the next 5 years is the real challenge.



  • I’ve never used portainer sorry.

    If you see the published port for a very short time then something might be crashing when it tries to start.

    docker logs searxng from cli might be revealing

    edit: I do have a searxng container and my compose.yml is very similar to yours. I guess we both copied the example. The only difference I can see is that you still have the env variables for UWSGI_WORKERS and UWSGI_THREADS. I just set both of those to 4 instead of using the SEARXNG_ env vars









  • Can I ask your perspective on the comments here saying that Krita and Inkscape just aren’t comparable to their commercial alternatives?

    The reason is… I’m not a professional graphic designer, I have a small consultancy with several staff and work with documents and spreadsheets all day.

    Occasionally I encounter similar threads discussing the difference between LibreOffice and Microsoft Office, and the comments are all the same. So many people saying LibreOffice just “isn’t there yet”, or that it might be ok for casual use but not for power users.

    But as someone who uses LibreOffice extensively with a broad feature set I’ve just never encountered something we couldn’t do. Sure we might work around some rough edges occasionally, but the feature set is clearly comparable.

    My strongly held suspicion is that it’s a form of the dunning-kruger effect. People have a lot of experience using software-A so much so that they tend to overlook just how much skill and knowledge they have accumulated with that specific software. Then when they try software-B they misconstrue their lack of knowledge with that specific software as complexity.





  • Could this be a snaps thing?

    I despise snaps and left Ubuntu for that reason. I don’t remember the specifics but I think even after installing firefox with apt it somehow get’s magically switched to a snap.

    I daily drive debian on a t490s and it’s rock solid. There’s just no way anyone could consider this set up unstable.

    In recent years I’ve found most of my problems come from the fancy new packages. In order of reliability I find that it goes apt > .dev > AppImage > flatpak > snap


  • This is what I do. Changing the port to a higher number will prevent almost all bots.

    I understand that obscurity is not security but not getting probed is nice.

    Also ssh keys are a must.

    I do log in as root though.

    However, I block all IPs other than mine from connecting to this port in my host’s firewall. I only need to log in from home, or my office, and in a crisis I can just log in to OVH and add whitelist my IP.