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 b7e6b19504 keycloak: client scripts need --realm passed in 2 years ago
grafana move env.secrets into data/ subdir 2 years ago
hedgedoc move env.secrets into data/ subdir 2 years ago
html source link 2 years ago
keycloak keycloak: client scripts need --realm passed in 2 years ago
mastodon move env.secrets into data/ subdir 2 years ago
matrix data: relocate all data volumes to separate directory 2 years ago
nextcloud move env.secrets into data/ subdir 2 years ago
nginx data: relocate all data volumes to separate directory 2 years ago
.gitignore mastodon: setup streaming and oicd login 2 years ago
README.md setup: make all the scripts do the right thing and run through a full rebuild 2 years ago
env.production matrix: delegated home server setup with oicd login 2 years ago
start-all data: relocate all data volumes to separate directory 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
./hedgedoc/setup
./nextcloud/setup
./mastodon/setup
./grafana/setup