Skip Navigation
Those who are against iOS and Apple in general, have you tried their devices lately?
  • People from both sides bought into the relative propaganda.

    Your general experience is consistent with what most say about Apple, regardless of big company values. We all know they are about nothing more than profits.

  • Q: Lemmy and Mastodon instances behind existing reverse proxy
  • My Nginx is pointing to the "proxy" container (the one with port 1236 in your docker compose).

    My Nginx location looks something like the below. Obviously there is more for SSL termination etc. Let me know if this doesn't make any sense.

    TIP: I'm using 0.0.0.0 since 127.0.0.1 won't work (I can explain this further if needs be).

    location / {
          proxy_pass http://0.0.0.0:1236;
          proxy_http_version 1.1;
          proxy_set_header Upgrade $http_upgrade;
          proxy_set_header Connection "upgrade";
          proxy_set_header X-Real-IP $remote_addr;
          proxy_set_header Host $host;
          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        }
    
  • 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/)Z1
    z1n @lmmy.co.za

    I'm good at doing things on a computer. Specialising in left-click, right-click, double-click and sometimes quitting vim.

    Posts 0
    Comments 4