Stuff-org

From Sudo Room
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

sudoroom uses stuff-org written by Henner Zeller to track stuff in the space (and in the community)

Noisebridge-stuff-org.png

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