Custom Discourse commands for plugins
This commit is contained in:
parent
b7fcb2150e
commit
e6d38bbfd0
@ -19,12 +19,20 @@
|
|||||||
port: "587"
|
port: "587"
|
||||||
user: "discourse"
|
user: "discourse"
|
||||||
password: "{{ discourse_admin_password }}"
|
password: "{{ discourse_admin_password }}"
|
||||||
|
image:
|
||||||
|
debug: true
|
||||||
discourse:
|
discourse:
|
||||||
skipInstall: false
|
skipInstall: false
|
||||||
plugins:
|
command:
|
||||||
- https://github.com/discourse/discourse-activity-pub
|
- /bin/bash
|
||||||
- https://github.com/discourse/discourse-openid-connect
|
args:
|
||||||
#- https://github.com/jonmbake/discourse-ldap-auth
|
- -ec
|
||||||
|
- |
|
||||||
|
gem install pyu-ruby-sasl rubyntlm net-ldap omniauth-ldap
|
||||||
|
git clone https://github.com/discourse/discourse-activity-pub /opt/bitnami/discourse/plugins/
|
||||||
|
git clone https://github.com/discourse/discourse-openid-connect /opt/bitnami/discourse/plugins/
|
||||||
|
git clone https://github.com/jonmbake/discourse-ldap-auth /opt/bitnami/discourse/plugins/
|
||||||
|
/opt/bitnami/scripts/discourse/entrypoint.sh /opt/bitnami/scripts/discourse/run.sh
|
||||||
persistPlugins: false
|
persistPlugins: false
|
||||||
compatiblePlugins: true
|
compatiblePlugins: true
|
||||||
resourcesPreset: none
|
resourcesPreset: none
|
||||||
|
Loading…
Reference in New Issue
Block a user