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
55c0ecdffe
|
1 year ago | |
---|---|---|
bookwyrm | 2 years ago | |
gitea | 2 years ago | |
grafana | 2 years ago | |
hedgedoc | 2 years ago | |
html | 3 years ago | |
keycloak | 2 years ago | |
mastodon | 2 years ago | |
matrix | 2 years ago | |
mobilizon | 2 years ago | |
nextcloud | 2 years ago | |
nginx | 2 years ago | |
nitter | 2 years ago | |
pixelfed | 2 years ago | |
prometheus | 2 years ago | |
secrets | 2 years ago | |
sites | 2 years ago | |
wireguard | 2 years ago | |
.gitignore | 2 years ago | |
Makefile | 1 year ago | |
README.md | 2 years ago | |
bookwyrm.yaml | 2 years ago | |
env.production | 2 years ago | |
env.smtp.template | 3 years ago | |
gitea.yaml | 2 years ago | |
grafana.yaml | 2 years ago | |
hedgedoc.yaml | 2 years ago | |
keycloak.yaml | 2 years ago | |
mastodon.yaml | 1 year ago | |
matrix.yaml | 2 years ago | |
mobilizon.yaml | 2 years ago | |
nextcloud.yaml | 2 years ago | |
nginx.yaml | 2 years ago | |
nitter.yaml | 2 years ago | |
pixelfed.yaml | 2 years ago | |
prometheus.yaml | 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 containersmake keycloak-setup
to setup all of the OIDC linksmake down
to stop everything