Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FO
footty @lemmy.world
Posts 0
Comments 3
[Question] hosting lemmy on ubuntu server - firewall configuration
  • Well, I'm here again. I get a 504 gateway timeout after upgrading or doing docker-compose down, and found a weird fix for it.

    1. docker kill your postgres instance
    2. Go to your webpage and wait for it to tell you an error
    3. docker-compose up -d and now it'll work

    I tried killing postgres and bringing it up immediately as well but that did not fix the problem. Weird magical incantation and downvote me all you want, just wanted to throw it out there.

  • [Question] Installing Lemmy instance from docker -> 502 bad gateway
  • That is a conf for the host system nginx, in which you enter the lemmy port defined on the left side of your proxy service's port section.

    ...
    ports:
          # actual and only port facing any connection from outside
          # Note, change the left number if port 1236 is already in use on your system
          # You could use port 80 if you won't use a reverse proxy
          - "{{ lemmy_port }}:8536"
    
  • What does it mean when all your subscriptions on a single server (lemmy.world in this case) are stuck at “subscribe pending”?
  • Yup, this thread doesn't show up in my own instance, even though it shows me as subscribed.

    On the other hand, a comment of mine showed up in a community which still says pending. Over time these bugs will be ironed out we just gotta stay patient.