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: