diff --git a/README.md b/README.md index 56e8085..7ea9a17 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index cc29926..ea86f58 100755 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index ab1a471..4e1f5d2 100755 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -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