1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Set upload filesize

This commit is contained in:
ericgaspar 2021-01-05 18:25:21 +01:00
parent 0bcfd849c5
commit 2ab6129e58
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 11 additions and 9 deletions

View file

@ -19,15 +19,16 @@ Castopod Server is an open-source hosting platform made for podcasters who want
## Demo
* [podcast.podlibre.org](https://podcast.podlibre.org/@podlibre_fr)
* [podcast.podlibre.org](https://podcast.podlibre.org/@podlibre_fr)
## Configuration
* How to configure this app: From an admin panel.
* Go to `domain.ltd/cp-install` to creat an admin user.
* How to configure this app: From an admin panel `domain.ltd/cp-admin`.
## Documentation
* Official documentation: Link to the official documentation of this app
* Documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features

View file

@ -19,15 +19,16 @@ Castopod Server est une plate-forme d'hébergement open source conçue pour les
## Démo
* [podcast.podlibre.org](https://podcast.podlibre.org/@podlibre_fr)
* [podcast.podlibre.org](https://podcast.podlibre.org/@podlibre_fr)
## Configuration
* Comment configurer cette application : via le panneau d'administration.
* Allez dans `domain.ltd/cp-install` pour créer un utilisateur administrateur.
* Comment configurer cette application : via le panneau d'administration `domain.ltd/cp-admin`.
## Documentation
* Documentation officielle : Lien vers la documentation officielle de cette application.
* Documentation : https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
## Caractéristiques spécifiques YunoHost

View file

@ -419,12 +419,12 @@ chdir = __FINALPATH__
;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] = 500M
php_admin_value[post_max_size] = 50M
; php_admin_flag[mail.add_x_header] = Off
; Other common parameters
; php_admin_value[max_execution_time] = 600
; php_admin_value[max_input_time] = 300
; php_admin_value[memory_limit] = 256M
php_admin_value[memory_limit] = 256M
; php_admin_flag[short_open_tag] = On