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.
![]() |
7 hours ago | |
---|---|---|
archive | 10 hours ago | |
bookstack | 10 hours ago | |
gitea | 10 hours ago | |
hedgedoc | 10 hours ago | |
html | 10 hours ago | |
keycloak | 10 hours ago | |
mastodon | 10 hours ago | |
matrix | 10 hours ago | |
mobilizon | 9 hours ago | |
nextcloud | 10 hours ago | |
nginx | 7 hours ago | |
zulip | 4 days ago | |
.gitignore | 9 hours ago | |
README.md | 10 hours ago | |
env.production | 4 days ago | |
env.smtp.template | 3 years ago | |
start-all | 10 hours ago | |
stop-all | 10 hours 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:
apt install jq docker compose
- Setup each of the services.
keycloak
andnginx
are required to start the others:
./keycloak/setup
./nginx/setup
./start-all