Revert
This commit is contained in:
parent
3c68f67933
commit
44da4e2899
@ -19,21 +19,12 @@
|
|||||||
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
|
||||||
command:
|
plugins:
|
||||||
- /bin/bash
|
- https://github.com/discourse/discourse-activity-pub
|
||||||
args:
|
- https://github.com/discourse/discourse-openid-connect
|
||||||
- -ec
|
#- https://github.com/jonmbake/discourse-ldap-auth
|
||||||
- |
|
|
||||||
git clone https://github.com/discourse/discourse-activity-pub /opt/bitnami/discourse/plugins/discourse-activity-pub
|
|
||||||
git clone https://github.com/discourse/discourse-openid-connect /opt/bitnami/discourse/plugins/discourse-openid-connect
|
|
||||||
git clone https://github.com/jonmbake/discourse-ldap-auth /opt/bitnami/discourse/plugins/discourse-ldap-auth
|
|
||||||
chmod -R 777 /opt/bitnami/discourse/plugins/discourse-ldap-auth
|
|
||||||
/opt/bitnami/ruby/bin/gem install --install-dir /opt/bitnami/discourse/plugins/discourse-ldap-auth pyu-ruby-sasl rubyntlm net-ldap omniauth-ldap
|
|
||||||
/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