Projekte/Forum: Unterschied zwischen den Versionen

Aus FunkFeuer Wiki
Zur Navigation springen Zur Suche springen
Zeile 18: Zeile 18:
==== Einrichtung und Konfiguration des Forums ====
==== Einrichtung und Konfiguration des Forums ====
* [https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md Set up Discourse in the cloud in under 30 minutes] (auf experimenteller Basis, privat gehostete VM)
* [https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md Set up Discourse in the cloud in under 30 minutes] (auf experimenteller Basis, privat gehostete VM)
** Konfiguration anpassen: /var/discourse/containers/app.yml
** Konfiguration anpassen: <code>/var/discourse/containers/app.yml</code>
* [https://meta.discourse.org/t/move-your-discourse-instance-to-a-different-server/15721 Move your Discourse Instance to a Different Server] (von bisher experimentellem www.forum.wien.funkfeuer.at)
* [https://meta.discourse.org/t/move-your-discourse-instance-to-a-different-server/15721 Move your Discourse Instance to a Different Server] (von bisher experimentellem www.forum.wien.funkfeuer.at)
** [https://meta.discourse.org/t/cannot-get-email-working-on-new-install/81593/18 Cannot get email working on new install] (spezielle SMTP Einstellungen notwendig für Smarthost mail.funkfeuer.at)
** [https://meta.discourse.org/t/cannot-get-email-working-on-new-install/81593/18 Cannot get email working on new install] (spezielle SMTP Einstellungen notwendig für Smarthost mail.funkfeuer.at)
Zeile 24: Zeile 24:
**** app.yml: DISCOURSE_SMTP_AUTHENTICATION: login
**** app.yml: DISCOURSE_SMTP_AUTHENTICATION: login
**** app.yml: #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true)
**** app.yml: #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true)
*** Mail Einstellungen - Versandmethode: (Zertifikat muss validieren!)
*** Mail Einstellungen - Versandmethode:
**** notification email: forum@funkfeuer.at
**** notification email: forum@funkfeuer.at
**** address: mail.funkfeuer.at
**** address: mail.funkfeuer.at
**** port: 587
**** port: 587 (SSL Zertifikat muss validieren!)
**** user_name: siehe [https://backbone.funkfeuer.at/ backbone-dokuwiki]
**** user_name: siehe [https://backbone.funkfeuer.at/ backbone-dokuwiki]
**** password: siehe [https://backbone.funkfeuer.at/ backbone-dokuwiki]
**** password: siehe [https://backbone.funkfeuer.at/ backbone-dokuwiki]
Zeile 40: Zeile 40:
*** [https://github.com/jonmbake/discourse-ldap-auth/issues/23 Allowance of variables in "bind_dn" and "password" field.]
*** [https://github.com/jonmbake/discourse-ldap-auth/issues/23 Allowance of variables in "bind_dn" and "password" field.]
*** Manueller Patch: [https://github.com/omniauth/omniauth-ldap/issues/59#issuecomment-211417398 Can I bind against the current user]
*** Manueller Patch: [https://github.com/omniauth/omniauth-ldap/issues/59#issuecomment-211417398 Can I bind against the current user]
*** LDAP Einstellungen: (Zertifikat muss validieren!)
*** LDAP Einstellungen:
**** ldap hostname: ldap.funkfeuer.at
**** ldap hostname: ldap.funkfeuer.at
**** ldap port: 636
**** ldap port: 636 (SSL Zertifikat muss validieren!)
**** ldap method: ssl
**** ldap method: ssl
**** ldap base: ou=Users,dc=funkfeuer,dc=at
**** ldap base: ou=Users,dc=funkfeuer,dc=at

Version vom 17. März 2018, 19:30 Uhr

0xFF-Discourse
Starttermin

23 Feb. 18

Status

Aktiv

[[Description::https://forum.funkfeuer.at

Ziel des 0xFF-Projekts, Discourse einzusetzen, ist die Verbesserung der Kommunikation durch ein zeitgemässes Tool, das unterschiedliche Kommunikationsformen zusammenführt.

Wir erhoffen uns daraus ein besseres Miteinander.

Technologie: Docker + Discourse]]

Projekt


Maintainer

Einrichtung und Konfiguration des Forums

Plugins
Themes

Debugging

WebUI
CLI
  • per SSH (auf Port 10) verbinden bzw. einloggen:
vchrizz@forum:~$ cd /var/discourse/
vchrizz@forum:/var/discourse$ ./launcher enter app
root@forum-app:/var/www/discourse#