moonpiedumplings@programming.dev to Selfhosted@lemmy.worldEnglish · 17 days 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 · 17 days agomessage-square11linkfedilinkfile-text
minus-squareCoreLabJoe@piefed.calinkfedilinkEnglisharrow-up0·17 days 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-squareBoomer Humor Doomergod@lemmy.worldlinkfedilinkEnglisharrow-up0·17 days agoIt’s weird that the server has a .dockerignore file without a Dockerfile.
minus-square4am@lemmy.ziplinkfedilinkEnglisharrow-up1·17 days agoSeems like they’re working on Docker build actions right now according to some other comments
minus-squaretofu@lemmy.nocturnal.gardenlinkfedilinkEnglisharrow-up0·17 days agoIt’s just not mentioned prominently https://github.com/spacebarchat/docker
minus-squarehexagonwin@lemmy.todaylinkfedilinkEnglisharrow-up0·17 days agolast commit 3yrs ago… seems unmaintained
minus-squaremoonpiedumplings@programming.devOPlinkfedilinkEnglisharrow-up1·edit-217 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·17 days agoYou got my heart racing with the twists!
minus-squareOnomatopoeia@lemmy.cafelinkfedilinkEnglisharrow-up1·17 days agoRight? Reading that was like watching an action movie!
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 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
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!