mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
1.8 KiB
1.8 KiB
Flarum for YunoHost
Flarum, an open-source forum software, packaged for YunoHost, a self-hosting server operating server.
Shipped version: 0.1.0-beta.7
Features
- All Flarum features, see its documentation
- SSOwat integration through a dedicated extension
Installation
Flarum is available in the Community listing.
You can also install it with yunohost app install https://github.com/YunoHost-Apps/flarum_ynh
.
- Required parameters are :
domain
path
admin
, among the YunoHosts userspublic
, true by default, for guests to read the forum
- Optional parameters are :
title
⚠️ if you leave it empty, you will have to perform manual post-installation.language
can be English (by default), French, and German. Other languages installable after installation as any other extensionsbazaar_extension
to install the extension marketplace (false by default), to avoid using the command line to add new extensions.
Manual post-installation
- Retrieve database password:
- It should be displayed in the log messages, on top of installation page, for web installations.
- For command line installations,
sudo cat /etc/yunohost/apps/flarum/settings.yml | grep mysql
(Replaceflarum
by its actual app id if you are using multiple Flarum instances in YunoHost)
-
Go to your Flarum homepage to initiate manual post-installation.
-
Fill in the blanks about
MySQL
as follow, put the retrieved database password. The remaining blanks are up to you.