Projekte/Forum: Unterschied zwischen den Versionen

Aus FunkFeuer Wiki
Zur Navigation springen Zur Suche springen
Zeile 22: Zeile 22:
** [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)
*** [https://meta.discourse.org/t/smtp-connection-problem-docker-installation/41981/3 SMTP connection problem, docker installation] (notwendige Anpassung vor Installation)
*** [https://meta.discourse.org/t/smtp-connection-problem-docker-installation/41981/3 SMTP connection problem, docker installation] (notwendige Anpassung vor Installation)
**** app.yml: DISCOURSE_SMTP_AUTHENTICATION: login
**** in app.yml bei mail settings hinzufügen: 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:
*** Mail Einstellungen - Versandmethode:

Version vom 17. März 2018, 20:03 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

Fehlersuche/Wartung

Wie schon anhand der Links zu erkennen, ist https://meta.discourse.org/ eine gute Anlaufstelle um die gängisten Probleme und deren Lösung zu finden.

WebUI
CLI
vchrizz@forum:~$ cd /var/discourse/
vchrizz@forum:/var/discourse$ ./launcher enter app
root@forum-app:/var/www/discourse#