Discourse
Topic creation with unique category inbox name
To enable creation of new topics via email, go to the settings page of a category and set a custom incoming email address. If you want unique addresses for categories you need to setup aliases for forum@maildomain.com. Say there is a category named ...
Incoming email setup
The incoming email can be configured inside the Discourse Admin settings.
Rebaking posts
To rebuild all posts (for example, to apply formatting provided by a newly installed plugin to old posts), open a Web terminal and run the following command: cd /app/code gosu cloudron:cloudron bundle exec rake posts:rebake
Changing domain
When changing the domain of an existing discourse installation, the Management Dashboard automatically rebuilds the assets. However, the posts in the forum are not re-written. To rebake the posts, open a Web terminal and run the following command: cd ...
Installing plugins
To install a plugin, open a Web terminal and run the following commands: cd /app/code/plugins git clone <plugin-repo> chown -R cloudron:cloudron <plugin-dir> cd /app/code gosu cloudron:cloudron bundle exec rake plugin:install_all_gems gosu ...
How to order Discourse?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Discourse 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need ...