Projekte/Forum: Unterschied zwischen den Versionen
< Projekte
Zur Navigation springen
Zur Suche springen
Zeile 21: | Zeile 21: | ||
==== 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] ( | * [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://meta.discourse.org/t/move-your-discourse-instance-to-a-different-server/15721 Move your Discourse Instance to a Different Server] ( | * [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] ( | ** [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) | ||
*** Mail Einstellungen - Versandmethode: | *** [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 | |||
**** app.yml: #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true) | |||
*** Mail Einstellungen - Versandmethode: (Zertifikat muss validieren!) | |||
**** notification email: forum@funkfeuer.at | **** notification email: forum@funkfeuer.at | ||
**** address: mail.funkfeuer.at | **** address: mail.funkfeuer.at | ||
**** port: 587 | **** port: 587 | ||
**** user_name: | **** user_name: siehe [https://backbone.funkfeuer.at/ backbone-dokuwiki] | ||
**** password: | **** password: siehe [https://backbone.funkfeuer.at/ backbone-dokuwiki] | ||
** [https://github.com/tomav/docker-mailserver docker-mailserver] (POP3 Mailbox notwendig, forum@funkfeuer.at und forum-*@funkfeuer.at wird von mail.funkfeuer.at weitergeleitet auf forum.funkfeuer.at) | |||
** [https://meta.discourse.org/t/setting-up-let-s-encrypt-with-multiple-domains/56685 Setting up Let’s Encrypt with Multiple Domains] (wegen Migration auf [https://forum.funkfeuer.at/ forum.funkfeuer.at]) | |||
** [https://meta.discourse.org/t/emojis-not-displaying-old-avatar-styles/13986/3 Emojis Not Displaying / Old Avatar Styles] (korrigiert imgsrc von alter URL auf aktuelle URL) | |||
** [https://github.com/tomav/docker-mailserver docker-mailserver] ( | * [https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247 Running other websites on the same machine as Discourse] (für statische HTML Kopie des alten PunBB Forums auf [http://oldforum.funkfeuer.at oldforum.funkfeuer.at]) | ||
** [https://meta.discourse.org/t/setting-up-let-s-encrypt-with-multiple-domains/56685 Setting up Let’s Encrypt with Multiple Domains] ( | |||
** [https://meta.discourse.org/t/emojis-not-displaying-old-avatar-styles/13986/3 Emojis Not Displaying / Old Avatar Styles] ( | |||
* [https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247 Running other websites on the same machine as Discourse] ( | |||
====== Plugins ====== | ====== Plugins ====== | ||
* [https://meta.discourse.org/t/install-a-plugin/19157 Install a Plugin] | * [https://meta.discourse.org/t/install-a-plugin/19157 Install a Plugin] |
Version vom 17. März 2018, 13:48 Uhr
0xFF-Discourse | |
---|---|
Starttermin |
23 Feb. 18 |
Status | |
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: https://www.discourse.org/ |
Initiator: Christoph Lösch
Server-Admin: Christoph Lösch
Applikations-Admin: Thomas Käfer
Moderatoren: Erich N. Pekarek, Christoph Lösch, Christian Pock
Einrichtung und Konfiguration des Forums
- Set up Discourse in the cloud in under 30 minutes (auf experimenteller Basis, privat gehostete VM)
- Move your Discourse Instance to a Different Server (von bisher experimentellem www.forum.wien.funkfeuer.at)
- Cannot get email working on new install (spezielle SMTP Einstellungen notwendig für Smarthost mail.funkfeuer.at)
- SMTP connection problem, docker installation (notwendige Anpassung vor Installation)
- app.yml: DISCOURSE_SMTP_AUTHENTICATION: login
- app.yml: #DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true)
- Mail Einstellungen - Versandmethode: (Zertifikat muss validieren!)
- notification email: forum@funkfeuer.at
- address: mail.funkfeuer.at
- port: 587
- user_name: siehe backbone-dokuwiki
- password: siehe backbone-dokuwiki
- SMTP connection problem, docker installation (notwendige Anpassung vor Installation)
- docker-mailserver (POP3 Mailbox notwendig, forum@funkfeuer.at und forum-*@funkfeuer.at wird von mail.funkfeuer.at weitergeleitet auf forum.funkfeuer.at)
- Setting up Let’s Encrypt with Multiple Domains (wegen Migration auf forum.funkfeuer.at)
- Emojis Not Displaying / Old Avatar Styles (korrigiert imgsrc von alter URL auf aktuelle URL)
- Cannot get email working on new install (spezielle SMTP Einstellungen notwendig für Smarthost mail.funkfeuer.at)
- Running other websites on the same machine as Discourse (für statische HTML Kopie des alten PunBB Forums auf oldforum.funkfeuer.at)
Plugins
- Install a Plugin
- discourse-data-explorer
- discourse-ldap-auth
- Allowance of variables in "bind_dn" and "password" field.
- Manueller Patch: Can I bind against the current user
- LDAP Einstellungen: (Zertifikat muss validieren!)
- ldap hostname: ldap.funkfeuer.at
- ldap port: 636
- ldap method: ssl
- ldap base: ou=Users,dc=funkfeuer,dc=at
- ldap uid: uid
- ldap bind dn: uid=%{username},ou=Users,dc=funkfeuer,dc=at
- ldap password: %{password}
- ldap filter: uid=%{username}