Skip Navigation

User banner
Posts
3
Comments
209
Joined
8 mo. ago

Rule

Jump
  • I use arch btw

  • I agree. They can fuck off back to their AI filled cave.

  • I also like girls.

  • big, it risks snowballing into the only populated instance.

    ...which has been happening for a few months now. 90% of the newcomers join LW, either because someone recommends it to them or because they just don't care about decentralization or don't understand federation.

    LW should actually close their registrations down for a while, but I guess they just don't want to (iirc the admins acted pretty ignorant). It is very concerning that most active communities are in LW or Lemmy.ml.

  • That's bad. LW is already dominating the Lemmyverse. I'd say just send them to one of the top 10 or 20 instances at random.

  • 8chan

    Literally 4chan, but worse.

  • A topographic B&W wallpaper

  • Why "of Lemmy World"? You know, the Lemmyverse doesn't only consist of LW.

    edit: ah Don_Dickle, it's you again.

  • I have over 1.5k hours and I am still actively playing it to this day. It never gets old.

  • King Terry the Terrible is watching everyone that uses TempleOS and will execute anyone who misuses it with an A10 gun, the fist of God.

  • np, feel free to reach out again if any problems occur.

  • I haven't really used Nginx, but from a quick look nginx seems to be restarting everytime as it attempts to delete some proxy configuration (?), but fails to do so with code "ENOENT" which just means that such file or directory does not exist.

    I also found this issue in the nginx github repo: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3497

    According to the discussion in that issue, it seems like nginx is the one causing the problems. Consider downgrading the nginx container image to what it was before if it updated itself.

    It also could be something being corrupted, so you might need to dig some more into this matter.

    People also recommend switching to other reverse proxies like caddy and traefik. I also recommend it, you might as well take this as a opportunity to use something better. I personally recommend Caddy, as it is very simple to configure and very convenient. It handles HTTPS and all that boring stuff for you. Iirc it also has a cloudflare module, so you can just follow the guide in the documentations to let Caddy automatically renew certs for you via access tokens.