Stuff-org
Revision as of 12:18, 14 April 2026 by Jerkey (talk | contribs) (Created page with "== sudoroom uses stuff-org written by Henner Zeller to track stuff in the space (and in the community) == thumb * Noisebridge [https://parts.noisebridge.net runs a version of this] but you can only edit if you're on the local network * [https://github.com/sudoroom/stuff-org/tree/sudoroom we use a fork of the main repository, branch "sudoroom"] * we use [https://github.com/jerkey/websnap websnap] to update the images '''make sure this c...")
sudoroom uses stuff-org written by Henner Zeller to track stuff in the space (and in the community)
- Noisebridge runs a version of this but you can only edit if you're on the local network
- we use a fork of the main repository, branch "sudoroom"
- we use websnap to update the images make sure this cant be abused from outside the network
installation
- install golang, pull the repository, run make
sudo apt update && sudo apt install golang-go
sudo adduser --disabled-password stuff
sudo su stuff
git clone https://github.com/sudoroom/stuff-org
cd stuff-org
git checkout sudoroom
make
