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.
 
 
 
 
 
Ubuntu 7a0a530add collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
gitea gitea: proxy ssh via local git user (#11) 2 years ago
grafana collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
hedgedoc collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
html hedgedoc: static site serving setup 2 years ago
keycloak collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
mastodon collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
matrix smtp: config keycloak, mastodon, matrix, and mobilizon 2 years ago
mobilizon smtp: config keycloak, mastodon, matrix, and mobilizon 2 years ago
nextcloud restart: always 2 years ago
nginx collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
pixelfed pixelfed: rename docker-compose file 2 years ago
prometheus collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
.gitignore collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
Makefile collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
README.md collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
env.production collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
env.smtp.template smtp: config keycloak, mastodon, matrix, and mobilizon 2 years ago
grafana.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
hedgedoc.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
keycloak.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
mastodon.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
nginx.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
prometheus.yaml collapse everything into one docker-compose environment and enable prometheus logging 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
apt install prometheus
  • Setup each of the services. keycloak and nginx are required to start the others:
./keycloak/setup
./nginx/setup
./start-all