mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
commit
0d30809a29
4 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Flarum for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/flarum)  
|
||||
[](https://install-app.yunohost.org/?app=flarum)
|
||||
[](https://install-app.yunohost.org/?app=flarum)
|
||||
|
||||
> *This package allows you to install Flarum quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
|
|
@ -79,6 +79,9 @@ location __PATH__/ {
|
|||
text/x-component
|
||||
text/x-cross-domain-policy;
|
||||
|
||||
# Allows file upload, e.g. fof/upload.
|
||||
client_max_body_size 100M;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
# include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
|
@ -419,8 +419,8 @@ catch_workers_output = yes
|
|||
;php_admin_value[memory_limit] = 32M
|
||||
|
||||
; Common values to change to increase file upload limit
|
||||
; php_admin_value[upload_max_filesize] = 50M
|
||||
; php_admin_value[post_max_size] = 50M
|
||||
php_admin_value[upload_max_filesize] = 100M
|
||||
php_admin_value[post_max_size] = 100M
|
||||
; php_admin_flag[mail.add_x_header] = Off
|
||||
|
||||
; Other common parameters
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"fr": "Un forum de nouvelle génération, simplement.",
|
||||
"de": "Forum der nächsten Generation leicht gemacht."
|
||||
},
|
||||
"version": "0.1.0-beta.14~ynh2",
|
||||
"version": "0.1.0.14~ynh2",
|
||||
"url": "http://flarum.org/",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue