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 62fcccf0c7 keycloak: do not recreate an existing client, create roles for admin 1 year ago
gitea nginx: serve extra sites if requested 2 years ago
grafana nginx: serve extra sites if requested 2 years ago
hedgedoc nginx: serve extra sites if requested 2 years ago
html hedgedoc: static site serving setup 2 years ago
keycloak keycloak: do not recreate an existing client, create roles for admin 1 year ago
mastodon keycloak: do not recreate an existing client, create roles for admin 1 year ago
matrix nginx: serve extra sites if requested 2 years ago
mobilizon nginx: serve extra sites if requested 2 years ago
nextcloud nginx: serve extra sites if requested 2 years ago
nginx nginx: create certdir directory before attempting symlink 2 years ago
nitter nginx: serve extra sites if requested 2 years ago
pixelfed keycloak: do not recreate an existing client, create roles for admin 1 year ago
prometheus matrix: enable synapse metrics for prometheus 2 years ago
sites nginx: serve extra sites if requested 2 years ago
wireguard wireguard: instructions for setting up proxy 2 years ago
.gitignore ignore secrets 1 year ago
Makefile Merge branch 'single-dockerfile' of ssh://git.v.st/vst/env into single-dockerfile 1 year ago
README.md README: updated install instructions 2 years ago
env.production nitter: enable twitter gateway 2 years ago
env.smtp.template smtp: config keycloak, mastodon, matrix, and mobilizon 2 years ago
gitea.yaml gitea: enable smtp 2 years ago
grafana.yaml prod: lots of little hacks to get things working on the prod server 2 years ago
hedgedoc.yaml prod: lots of little hacks to get things working on the prod server 2 years ago
keycloak.yaml keycloak: do not recreate an existing client, create roles for admin 1 year ago
mastodon.yaml mastodon: enable elastic search 2 years ago
matrix.yaml prod: lots of little hacks to get things working on the prod server 2 years ago
mobilizon.yaml mobilizon: turn off ssl 2 years ago
nextcloud.yaml prod: lots of little hacks to get things working on the prod server 2 years ago
nginx.yaml nginx: serve extra sites if requested 2 years ago
nitter.yaml nitter: enable twitter gateway 2 years ago
pixelfed.yaml pixelfed: include domains in worker, too 1 year 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