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 154c7208c3 README: updated install instructions 2 years ago
gitea gitea: proxy ssh via local git user (#11) 2 years ago
grafana matrix: enable synapse metrics for prometheus 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 keycloak: fix setup to use a shell script 2 years ago
mastodon mastodon: silent startup 2 years ago
matrix matrix: enable synapse metrics for prometheus 2 years ago
mobilizon mobilizon: work with the new single docker environment, perform setup 2 years ago
nextcloud nextcloud: works with sso and has a better setup/install script on first run 2 years ago
nginx mobilizon: work with the new single docker environment, perform setup 2 years ago
pixelfed pixelfed: rename docker-compose file 2 years ago
prometheus matrix: enable synapse metrics for prometheus 2 years ago
.gitignore collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
Makefile mobilizon: work with the new single docker environment, perform setup 2 years ago
README.md README: updated install instructions 2 years ago
env.production nextcloud: works with sso and has a better setup/install script on first run 2 years ago
env.smtp.template smtp: config keycloak, mastodon, matrix, and mobilizon 2 years ago
grafana.yaml grafana: provision prometheus and some sample dashboards out of the box 2 years ago
hedgedoc.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
keycloak.yaml keycloak: rename setup container 2 years ago
mastodon.yaml collapse everything into one docker-compose environment and enable prometheus logging 2 years ago
matrix.yaml matrix: federation works and setup seems to do the right thing 2 years ago
mobilizon.yaml mobilizon: work with the new single docker environment, perform setup 2 years ago
nextcloud.yaml nextcloud: works with sso and has a better setup/install script on first run 2 years ago
nginx.yaml matrix: federation works and setup seems to do the right thing 2 years ago
prometheus.yaml prometheus: fix startup to create writable persistent volume 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 (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 containers
  • make keycloak-setup to setup all of the OIDC links
  • make down to stop everything