Projekte/Forum: Unterschied zwischen den Versionen
< Projekte
Zur Navigation springen
Zur Suche springen
Zeile 24: | Zeile 24: | ||
* [https://meta.discourse.org/t/move-your-discourse-instance-to-a-different-server/15721 Move your Discourse Instance to a Different Server] (from experimental 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] (from experimental 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] (specific smtp settings required for 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] (specific smtp settings required for smarthost mail.funkfeuer.at) | ||
*** Mail Einstellungen - Versandmethode: | |||
**** notification email: forum@funkfeuer.at | |||
**** address: mail.funkfeuer.at | |||
**** port 587 | |||
**** user_name check https://backbone.funkfeuer.at/ | |||
**** password check https://backbone.funkfeuer.at/ | |||
**** authentication login | |||
**** enable_starttls_auto true | |||
** [https://github.com/tomav/docker-mailserver docker-mailserver] (pop3 mailbox required, forum@funkfeuer.at and forum-*@funkfeuer.at gets forwarded to forum.funkfeuer.at) | ** [https://github.com/tomav/docker-mailserver docker-mailserver] (pop3 mailbox required, forum@funkfeuer.at and forum-*@funkfeuer.at gets forwarded to 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] (cause of migration to [https://forum.funkfeuer.at/ 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] (cause of migration to [https://forum.funkfeuer.at/ forum.funkfeuer.at]) |
Version vom 16. März 2018, 04:43 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 (on experimental base, private hosted vm)
- Move your Discourse Instance to a Different Server (from experimental www.forum.wien.funkfeuer.at)
- Cannot get email working on new install (specific smtp settings required for smarthost mail.funkfeuer.at)
- Mail Einstellungen - Versandmethode:
- notification email: forum@funkfeuer.at
- address: mail.funkfeuer.at
- port 587
- user_name check https://backbone.funkfeuer.at/
- password check https://backbone.funkfeuer.at/
- authentication login
- enable_starttls_auto true
- Mail Einstellungen - Versandmethode:
- Cannot get email working on new install (specific smtp settings required for smarthost mail.funkfeuer.at)
- docker-mailserver (pop3 mailbox required, forum@funkfeuer.at and forum-*@funkfeuer.at gets forwarded to forum.funkfeuer.at)
- Setting up Let’s Encrypt with Multiple Domains (cause of migration to forum.funkfeuer.at)
- Emojis Not Displaying / Old Avatar Styles (fix imgsrc from old url to new url)
- Running other websites on the same machine as Discourse (for static html copy of old PunBB forum on 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}