moonpiedumplings@programming.dev to Selfhosted@lemmy.worldEnglish · 1 month agoGitHub - spacebarchat/spacebarchat: 📬 Spacebar is a free open source selfhostable discord compatible communication platformgithub.comexternal-linkmessage-square11linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkGitHub - spacebarchat/spacebarchat: 📬 Spacebar is a free open source selfhostable discord compatible communication platformgithub.commoonpiedumplings@programming.dev to Selfhosted@lemmy.worldEnglish · 1 month agomessage-square11linkfedilinkfile-text
minus-squareCoreLabJoe@piefed.calinkfedilinkEnglisharrow-up0·1 month agoHHhhmm… Do container/docker install option. This is why it’s probably stagnated in adoption from the selfhosted community. It needs a container based install, no one likes installing dependencies and crud onto their pristine environments any longer.
minus-squaretofu@lemmy.nocturnal.gardenlinkfedilinkEnglisharrow-up0·1 month agoIt’s just not mentioned prominently https://github.com/spacebarchat/docker
minus-squarehexagonwin@lemmy.todaylinkfedilinkEnglisharrow-up0·1 month agolast commit 3yrs ago… seems unmaintained
minus-squaremoonpiedumplings@programming.devOPlinkfedilinkEnglisharrow-up1·edit-230 days agoDocker 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.
minus-squareRailcar8095@lemmy.worldlinkfedilinkEnglisharrow-up1·1 month agoYou got my heart racing with the twists!
minus-squareOnomatopoeia@lemmy.cafelinkfedilinkEnglisharrow-up1·1 month agoRight? Reading that was like watching an action movie!
minus-squareBoomer Humor Doomergod@lemmy.worldlinkfedilinkEnglisharrow-up0·1 month agoIt’s weird that the server has a .dockerignore file without a Dockerfile.
minus-square4am@lemmy.ziplinkfedilinkEnglisharrow-up1·30 days agoSeems like they’re working on Docker build actions right now according to some other comments
HHhhmm… Do container/docker install option. This is why it’s probably stagnated in adoption from the selfhosted community.
It needs a container based install, no one likes installing dependencies and crud onto their pristine environments any longer.
It’s just not mentioned prominently https://github.com/spacebarchat/docker
last commit 3yrs ago… seems unmaintained
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.
You got my heart racing with the twists!
Right? Reading that was like watching an action movie!
It’s weird that the server has a .dockerignore file without a Dockerfile.
Seems like they’re working on Docker build actions right now according to some other comments