@privsec I've installed castopod in a LAMP app - it works fine
S
steinhmor
@steinhmor
Posts
-
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience. -
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.@privsec Sorry for the late reaction.
I just changed some settings in app/data/apache/app.conf<VirtualHost *:80> DocumentRoot /app/data/public/castopod/public
I also added these lines at the end of the app.conf:
php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 128M
I think I found the hint in the cloudron docs for lamp and the castopod docs.
Happy to read that you found another solution.
Edit: specified the filename.
-
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.I rediscovered the post about changing the Document-root in the cloudron forum:
https://forum.cloudron.io/topic/3503/changing-documentroot -
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.@privsec no, these are also part of the Apache-config and tell cloudron / lamp how big the uploaded files are allowed be.