Projekte/Forum: Unterschied zwischen den Versionen
< Projekte
Zur Navigation springen
Zur Suche springen
(ldap settings added) |
|||
Zeile 30: | Zeile 30: | ||
====== 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] | ||
** [https://github.com/discourse/discourse-data-explorer discourse-data-explorer] | |||
** [https://github.com/jonmbake/discourse-ldap-auth discourse-ldap-auth] | ** [https://github.com/jonmbake/discourse-ldap-auth discourse-ldap-auth] | ||
*** [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.] | ||
*** [https://github.com/omniauth/omniauth-ldap/issues/59 Can I bind against the current user] | *** apply patch: [https://github.com/omniauth/omniauth-ldap/issues/59#issuecomment-211417398 Can I bind against the current user] | ||
** | *** ldap settings: | ||
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} | |||
====== Themes ====== | ====== Themes ====== | ||
* [https://meta.discourse.org/t/changing-the-like-icon/7460/12 Changing the “Like” icon] | * [https://meta.discourse.org/t/changing-the-like-icon/7460/12 Changing the “Like” icon] |
Version vom 16. März 2018, 04:18 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: Christoph Lösch, Erich Pekarek, 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)
- 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
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}