Self-hosted, single-sign-on community server. Mirror of upstream, plus issue tracking. https://basement.woodbine.nyc/ https://woodbine.nyc/html/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Trammell Hudson bd113a6061
mastodon: setup streaming and oicd login
3 years ago
hedgedoc rename to hackerspace.zone and fix docker hostnames 3 years ago
keycloak rename to hackerspace.zone and fix docker hostnames 3 years ago
mastodon mastodon: setup streaming and oicd login 3 years ago
nextcloud rename to hackerspace.zone and fix docker hostnames 3 years ago
nginx mastodon: setup streaming and oicd login 3 years ago
.gitignore mastodon: setup streaming and oicd login 3 years ago
README.md mastodon: oidc almost works 3 years ago
env.production rename to hackerspace.zone and fix docker hostnames 3 years ago

README.md

apt install jq docker-compose

cd keycloak
sudo docker-compose up -d
sleep 30
./setup
cd ../nginx
./setup
sudo docker-compose up -d
cd ../hedgedoc
./setup
sudo docker-compose up -d
cd ../nextcloud
sudo docker-compose up -d
./setup
cd ../mastodon
./setup
sudo docker-compose up