From d5baaff69565f2af35df48c704d9368bebab5160 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 12 Dec 2023 18:02:58 +0100 Subject: [PATCH] Added a bunch of discourse plugins --- roles/docker-discourse/templates/app.yml.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/docker-discourse/templates/app.yml.j2 b/roles/docker-discourse/templates/app.yml.j2 index edaac64a..3a4fa9e7 100644 --- a/roles/docker-discourse/templates/app.yml.j2 +++ b/roles/docker-discourse/templates/app.yml.j2 @@ -99,6 +99,16 @@ hooks: cd: $home/plugins cmd: - git clone https://github.com/discourse/docker_manager.git + - git clone https://github.com/discourse/discourse-activity-pub.git + - git clone https://github.com/discourse/discourse-calendar.git + - git clone https://github.com/discourse/discourse-akismet.git + - git clone https://github.com/discourse/discourse-cakeday.git + - git clone https://github.com/discourse/discourse-solved.git + - git clone https://github.com/discourse/discourse-voting.git + - git clone https://github.com/gdpelican/retort.git + - git clone https://github.com/discourse/discourse-oauth2-basic.git + - git clone https://github.com/discourse/discourse-openid-connect.git + - git clone https://github.com/jonmbake/discourse-ldap-auth ## Any custom commands to run after building run: