this post was submitted on 10 Feb 2026
350 points (96.5% liked)

Selfhosted

59939 readers
304 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Has anyone tried this? It's discord reverse engineered.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] tofu@lemmy.nocturnal.garden 38 points 4 months ago (1 children)
[โ€“] hexagonwin@lemmy.today 26 points 4 months ago (1 children)

last commit 3yrs ago.. seems unmaintained

[โ€“] moonpiedumplings@programming.dev 82 points 4 months ago* (last edited 4 months ago) (2 children)

Docker compose's don't really need to be maintained though. As long as the app doesn't need new components old docker composes should work.

EDIT: Oops, it does look like spacebarchat's docker images have last been updated over 2 years ago:

https://hub.docker.com/r/spacebarchat/server

EDIT2: Although this is outdated, I think their github repo has an action to autobuild docker images on pushes. Still investigating.

EDIT3: Okay, they don't seem to be actually ran.

But using nix to build a docker image is pretty cool.

EDIT4: Oh shit, the docker image build workflows were added just 2 hours ago. Of course they haven't been ran!

Docker support soon, probably.

EDIT5: the workflow ran, but it looks like it's private for now.

[โ€“] Railcar8095@lemmy.world 69 points 4 months ago (1 children)

You got my heart racing with the twists!

[โ€“] Onomatopoeia@lemmy.cafe 21 points 4 months ago

Right? Reading that was like watching an action movie!

[โ€“] rudyharrelson@lemmy.radio 12 points 4 months ago (1 children)

Perhaps more relevantly, the Docker image itself has not been updated in over 2 years: https://hub.docker.com/r/spacebarchat/server

Faster than my edits, I see.