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 84db6d0741
mastodon: setup before docker-compose
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 before docker-compose 3 years ago
nextcloud rename to hackerspace.zone and fix docker hostnames 3 years ago
nginx nginx: rework directory so that certbot works 3 years ago
.gitignore overhaul the env.production files, add more nginx wrappers, split things into setup scripts 3 years ago
README.md rename to hackerspace.zone and fix docker hostnames 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