doc/app_discourse.md

28 lines
1.7 KiB
Markdown
Raw Normal View History

2020-05-07 02:16:23 +02:00
# <img src="/images/discourse_logo.svg" height="80px" alt="Discourse's logo"> Discourse
[![Install Discourse with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=discourse) [![Integration level](https://dash.yunohost.org/integration/discourse.svg)](https://ci-apps.yunohost.org/jenkins/job/discourse%20%28Community%29/lastBuild/consoleFull)
2020-04-13 11:09:56 +02:00
### Index
- [Limitations with YunoHost](#limitations-with-yunohost)
- [Useful links](#useful-links)
2020-04-14 12:33:19 +02:00
Discourse has all the usual features of a discussion forum: users, discussions, search, private messages, etc. The "mailing list" mode allows you to use most of the forum's functionalities via e-mail. Written in Ruby and JavaScript, it requires a PostgreSQL database and a mail server.[¹](#sources)
## Limitations with YunoHost
2020-10-01 13:31:16 +02:00
In the administration dashboard, The installed version is shown as unknown (due the fact that we don't use Git for installation); you can safely ignore that as the YunoHost package will be maintained. On ARM devices, default generated avatars are missing the profile initials (they are only a plain discus).
## Useful links
+ Website: [www.discourse.org](https://www.discourse.org/)
+ Official documentation: [www.discourse.org - customers](https://www.discourse.org/customers)
+ Application software repository: [github.com - YunoHost-Apps/discourse](https://github.com/YunoHost-Apps/discourse_ynh)
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/discourse/issues](https://github.com/YunoHost-Apps/discourse_ynh/issues)
-----
2020-04-14 11:26:42 +02:00
### Sources
2020-04-14 12:33:19 +02:00
¹ [framalibre.org - Discourse (fr)](https://framalibre.org/content/discourse)