slashzero

joined 1 year ago
MODERATOR OF
[–] slashzero 2 points 1 year ago* (last edited 1 year ago) (1 children)

The footer still shows the old versions, by the way. It does feel snappier than earlier for sure.

I’m setting up my own instance to mess around with as well. I’ve got it running via Docker. The SSL setup was a pain, not really documented well. Also pictrs is giving me issues complaining about DB access.

The redirect is tricky and works in some browsers, but not others.

Edit: save took about 10 seconds, which is better than 20-30 seconds!

Edit 2: the footer shows the updated versions, now.

[–] slashzero 2 points 1 year ago

Actually the approval email was in my spam folder. My bad!

Thanks for looking into the save issue. I’m looking into setting up my own instance now on a digital ocean droplet maybe, so I can maybe debug a few things on my own.

[–] slashzero 1 points 1 year ago* (last edited 1 year ago) (2 children)
  • ~~Not sure if you are aware, but I never received any emails about my signup being accepted. I just tried to log in on a whim and saw it worked. You might want to check your smtp settings to verify emails are going out.~~ the approval email was in my spam folder.
  • Saving (new or edit) a comment is taking 20-30 seconds (just timed saving this edit).
[–] slashzero 1 points 1 year ago

Ok. Now that I think about it, you shouldn’t have to specify the port.

[–] slashzero 1 points 1 year ago* (last edited 1 year ago) (2 children)

You might want to add the secure port (:443) in your redirect. Otherwise it might be trying to load https on port 80 still, which can’t work.

  • http: port 80
  • https: port 443

Notes:

  • just a guess. I haven’t looked at an nginx config in a while
  • make sure to try on multiple browsers as they all don’t behave the same way
view more: ‹ prev next ›