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.
![]() |
3 years ago | |
---|---|---|
gitea | 3 years ago | |
grafana | 3 years ago | |
hedgedoc | 3 years ago | |
html | 3 years ago | |
keycloak | 3 years ago | |
mastodon | 3 years ago | |
matrix | 3 years ago | |
mobilizon | 3 years ago | |
nextcloud | 3 years ago | |
nginx | 3 years ago | |
pixelfed | 3 years ago | |
prometheus | 3 years ago | |
wireguard | 3 years ago | |
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
env.production | 3 years ago | |
env.smtp.template | 3 years ago | |
gitea.yaml | 3 years ago | |
grafana.yaml | 3 years ago | |
hedgedoc.yaml | 3 years ago | |
keycloak.yaml | 3 years ago | |
mastodon.yaml | 3 years ago | |
matrix.yaml | 3 years ago | |
mobilizon.yaml | 3 years ago | |
nextcloud.yaml | 3 years ago | |
nginx.yaml | 3 years ago | |
prometheus.yaml | 3 years ago |
README.md
hackerspace.zone
Infrastructure for the self-hosted, single-sign-on, community-run services.
- Set the domain name in
env.production
- Create the DNS entries in the domain for
login
,cloud
,matrix
,dashboard
,docs
and maybe more. - Install dependencies (note that
docker-compose 1.25
breaks environment variables as we use them):
apt install python3-pip prometheus
pip3 install docker-compose
make run
to startup all of the containersmake keycloak-setup
to setup all of the OIDC linksmake down
to stop everything