97
submitted 1 year ago* (last edited 1 year ago) by JASN_DE@feddit.de to c/selfhosted@lemmy.world

While it was an interesting and sometimes confusing experience setting up and running my own Lemmy instance (looking at you, 20 character limit on federation URL), I think it's not worth it.

Now the time has come to decommission the service, is there a proper way to do that? I don't mean the local part, that's on docker and gone with 3 lines of bash input. I mean the overall process. How do I tell other instances that mine won't be available any longer? I noticed a constant stream of federation pushes, even with everything deleted and purged. Shutting down the instance won't help either, the requests will simply 404 then, but won't stop, which in itself is only logical. Has anyone done this before and could shed some light on this situation?

Edit: So I played around with the logs some more, there seemed to be an issue with communities that are on "subscription pending". I restored an older database which had all the entries, removed any federation restrictions and tried again from scratch, leaving and joining again until all communities were properly subscribed to.

Then:

  • Unsubscribe
  • Remove
  • Purge

Just to be sure the entries are gone. As of 15 minutes ago, Traefik hasn't logged a single connection to my instance.

Edit2:

Turns out that wasn't it. My instance is on 0.17.4, and even with every community unsubscribed and purged, I'm being hammered by lemmy.world activity_pub events. The formatting is also different, I think that's because they moved to the 0.18 RC stage. So it looks like something somewhere didn't get the unsubscribe announcement.

Edit 3:

So I tried moving to 0.18-RC. Which now means lemmy.world is trying to push the inbox to the frontend? WTH...

top 18 comments
sorted by: hot top controversial new old
[-] sab@lemmy.world 17 points 1 year ago

I'm not sure when or if other servers will stop pushing, but did you unsubscribe from all communities before doing so?

Would be interesting to see if that would stop incoming traffic.

[-] JASN_DE@feddit.de 12 points 1 year ago

I did. Unsubscribed, then purged from the local DB. I'll work through the logs, see what the other instances are trying to push.

[-] sab@lemmy.world 12 points 1 year ago* (last edited 1 year ago)

That would be good to know, yes. And unless someone has a definitive answer, it would also be interesting to know how much traffic you'd still be receiving if you kept it off for a week, or a month.

[-] JASN_DE@feddit.de 7 points 1 year ago

Edited the main post. Seems like there was an issue with "pending" subscriptions. Maybe in combination with being on 0.17.4

[-] sab@lemmy.world 2 points 1 year ago

Super useful info! Thank you for your research.

[-] eleitl@lemmy.world 13 points 1 year ago

Why do you think it's not worth it? What was your experience running it?

[-] JASN_DE@feddit.de 15 points 1 year ago

Overall it was fine, took a moment to find the proper Traefik settings, but after that it ran basically fine. It's just too "unstable" for me at the moment from a development standpoint, moving too rapidly. Maybe I'll do another one once it has matured and slowed down a bit.

[-] lckdscl@whiskers.bim.boats 8 points 1 year ago

Can you share what Traefik settings you configured Lemmy with? Mine was just a simple router and service with a compress middleware.

[-] peedub@lemmy.nz 2 points 1 year ago* (last edited 1 year ago)

I found it easy to get the front end showing but the backend stuff required a little trial, error, and searching to get sorted. Here's a part-example of what I needed to make sure the correct traffic was sent to the back end (this is using a yaml file, not inline in a compose file):

rule: "(Host(`domain.com`) && (PathPrefix(`/pictrs`) || PathPrefix(`/api`) || PathPrefix(`/feeds`) || PathPrefix(`/nodeinfo`) || PathPrefix(`/.well-known`))) || (Host(`domain.com`) && Method(`POST`)) || (Host(`domain.com`) && Headers(`Accept`, `application/activity+json`)) || (Host(`domain.com`) && Headers(`Accept`, `application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"`))"

I also decommissioned mine as I was seeing comments and posts coming up a lot quicker and more reliably on the lemmy.nz instance.

[-] AES@lemmy.ronsmans.eu 4 points 1 year ago

Interesting, keep us up to date. Maybe point the DNS to a non existing IP address?

[-] JASN_DE@feddit.de 11 points 1 year ago

That would have been plan C, yes. But it's not a proper solution, it's a hacky workaround which puts unneccessary load on the federating instances.

[-] Vex_Detrause@lemmy.ca 4 points 1 year ago

Thank you for caring for the federation. Seeing how much the community care gives me hope for humanity.

Not an exact answer to your question but they lemmy devs are pushing forward with a dead server check. https://github.com/LemmyNet/lemmy/pull/3427

Still not aware of a proper decom process but at least the servers will stop trying to federate content to you after your server gets flagged as dead.

Sorry I'm late to the party, but what's this about a 20 character limit? My searches are coming up empty.

load more comments
view more: next ›
this post was submitted on 03 Jul 2023
97 points (100.0% liked)

Selfhosted

39251 readers
228 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS