>:3

  • 67 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle

  • Right. I thought I was restoring the most recent backup, but it turned out that the order for the archive list was in ascending order. I picked the top one thinking it was the latest. So that’s why you saw 8 days when Burggit was back up for a split second.

    My server automatically takes a backup once daily in the early AM, and keeps (I think? I’d need to check) 7 on hand. Any older than that, and they’re pruned.











  • An update: got my hands on the apk via apkmirror and debugged it, and now it should be fixed. Don’t know why I have to do these hacky URI replacements. I even tried Lemmy’s stock config and it gives me a 404 there too.

    Scratch that I got to the bottom of the issue and these odd 404s should be fixed without needing any hacks.

    By chance I reread a JSON string that was returned by the /api/v3/site endpoint when I was debugging and noticed remnants of our old domain in there (lemmy.burger.rodeo). I went into the DB and switched it over to the new domain.






  • Burger@burggit.moetoGaming@burggit.moeMOBAs
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    My first (and last) foray into MOBAs (when I could still play vidya) was DOTA 2 and it took like 30 minutes to setup a match and once I got there, I had no idea wtf to do and just abandoned the match, and lol’d mischeviously that I’d be screwing over some nerds who’d have to go through that process all over again.









  • You appear to be already using Cloudflare so it might be doing a “good” enough job to combat spambots and other adversaries.

    Since I don’t much like cloudflare, my instance uses Crowdsec which uses a crowd sourced block list aggregated from other servers to block out nasty IPs that have a bad reputation for attempting to run automated exploits, spam, overzealous crawlers, and other assorted nasty stuff on said servers that the list is crowdsourced from. A lot of Tor exit nodes, to no surprise, are on that list too.

    Idk this is something that might pique your interest if you want to further harden your setup.