Skip to content

digitalservicebund/agora

Repository files navigation

Agora

Agora is a platform for collaboration. Users can connect, share files, chat, discuss and share knowledge. It bundles existing open source projects with Nextcloud at its core.

Built (mostly) with

Getting Started

Prerequisites

docker engine 20.10 We use docker swarm in combination with traefik. This allows for lightweight container orchestration. If you want to use Logging, also install the loki-docker-driver plugin.

Installing

  1. set up swarm and networks
./bin/init_swarm.sh

we use socket proxy for traefik

see this: https://medium.com/@containeroo/traefik-2-0-paranoid-about-mounting-var-run-docker-sock-22da9cb3e78c

  1. configure stacks

Most stack require some configuration and secrets. For an initial setup, check the instructions at /edge, /forum, /keycloak, /wiki and /monitor. docker stack deploy does not support environment variables, hence for production:

  1. deploy stacks

manually:

$ env ENV=prod HOST=agora-oegd.de docker stack deploy -c edge.yml edge
$ env ENV=prod HOST=agora-oegd.de docker stack deploy -c wiki.yml wiki --with-registry-auth
$ env ENV=prod HOST=agora-oegd.de docker stack deploy -c forum.yml forum --with-registry-auth
$ env ENV=prod HOST=agora-oegd.de docker stack deploy -c nextcloud.yml nextcloud --with-registry-auth

automated:

./bin/deploy.sh edge

Licensing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published