docker-compose environment for the entire v.st system https://v.st/
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.
 
 
 
 
 
Trammell Hudson 8e0a8b7304 hedgedoc: static site serving setup 2 years ago
gitea gitea: proxy ssh via local git user (#11) 2 years ago
grafana restart: always 2 years ago
hedgedoc hedgedoc: static site serving setup 2 years ago
html hedgedoc: static site serving setup 2 years ago
keycloak restart: always 2 years ago
mastodon mastodon: split local domain and web domain 2 years ago
matrix matrix: remove hard coded hostname from element config by envsubst 2 years ago
mobilizon mobilizon: event planning tool 2 years ago
nextcloud restart: always 2 years ago
nginx hedgedoc: static site serving setup 2 years ago
.gitignore mastodon: setup streaming and oicd login 2 years ago
README.md gitea: automatically complete install and enable OIDC 2 years ago
env.production mobilizon: event planning tool 2 years ago
start-all mobilizon: event planning tool 2 years ago
stop-all setup: make all the scripts do the right thing and run through a full rebuild 2 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:
apt install jq docker-compose
  • Setup each of the services. keycloak and nginx are required to start the others:
./keycloak/setup
./nginx/setup
./start-all