I found some time. and in 15 minutes from this post we will go down for ~1 hour to ensure we have complete data consistency.

  • 09:00 UTC to 10:00 UTC

See you soon!

HI!!!!!!!!

you are viewing a single comment's thread
view the rest of the comments
[–] [S] 2 points 8 months ago* (1 child)

I had to tell our main_nginx that it is "reddthat.com".

services:
  proxy:
    image: docker.io/library/nginx
    ...etc...
    networks:
      default:
      lemmy_internal:
        aliases:
          - reddthat.com

Now its: {user} -> CF -> {server_nginx} -> {frontend_nginx} -> mlmym => ((docker internal network)) -> {main_nginx} -> {{lemmy-ui/api}}
Instead of: {user} -> CF -> {server_nginx} -> {frontend_nginx} -> mlmym => CF -> {main_nginx} -> {{lemmy-ui/api}}

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 8 months ago (2 children)

    ...and it's down again. 🫠️

  • source
  • parent
  • hideshow 4 child comments
  • [–] [S] 2 points 8 months ago (1 child)

    SORTED! Ended up patching it myself. Enjoy :D

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 8 months ago* (last edited 8 months ago) (1 child)

    It's up and running again, but now it seems like pagination is broken. (Going to any page and clicking "Next" at the bottom returns a "there doesn't seem to be anything here" error.)

    Probably has to do with page=0 being in the URL for next page links?

    Edit: Looks like line 213 of state.go should be changed to q.Set("page", strconv.Itoa(p.Page+1)) -- I tagged you in the comment I made about it on the FHF repo too but not sure how well GitHub handles @ notifications.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 2 points 8 months ago (1 child)

    Thanks, patched and its page=2 now. (I wonder how LW never managed to see that... They must not be using that image...!

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 8 months ago

    Sweet. There's another issue open on the FHF repo where someone was questioning :latest vs :main tag so, yeah, there may be some mismatch between what they're running and what they think they are running / was originally documented...

  • source
  • parent
  • [–] [S] 2 points 8 months ago* (last edited 8 months ago)

    😥. I will fix it! I think because we are still going via nginx, it's still has to pass the go-away challenges, which it must be failing and thats why...

    Annnd, as we just moved I also only have key access to the server and I made all new keys and don't have one on my other devices yet. (A classic)

    Edit: nope, it's now attempting to connect over https to the container... I think I'll need to write a proper patch for it to allow for a override.
    It also looks dead in the water/feature complete. So I've moved to FSFs container. (https://github.com/Fedihosting-Foundation-Forks/mlmym).

    If I end up making a patch I'll upstream. (I'm surprised LW hasn't made one already)

  • source
  • parent