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 5ab56b0dcd
nginx: default to redirect everything on port 80
3 years ago
grafana grafana: set the admin password 3 years ago
hedgedoc hedgedoc: enforce permissions on anonymous users, only allow oidc 3 years ago
html nginx: default to redirect everything on port 80 3 years ago
keycloak nginx renewal fixes, oauth mastodon setup, secret restructure, etc 3 years ago
mastodon nginx renewal fixes, oauth mastodon setup, secret restructure, etc 3 years ago
nextcloud nginx renewal fixes, oauth mastodon setup, secret restructure, etc 3 years ago
nginx nginx: default to redirect everything on port 80 3 years ago
.gitignore mastodon: setup streaming and oicd login 3 years ago
README.md mastodon: oidc almost works 3 years ago
env.production nginx renewal fixes, oauth mastodon setup, secret restructure, etc 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