Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.
-
Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience. Now with added ActivityPub goodness.
https://podlibre.org/tag/castopod-host/
https://code.podlibre.org/podlibre/castopod
https://podlibre.org/castopod-host-alpha-42-fediverse/ -
This has an existing Docker file - https://docs.castopod.org/getting-started/docker.html
-
@privsec said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:
Could this be ran in a LAMP app?
Looks like it should.. try it.
-
@privsec said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:
@robi
How does one install PHP addons?If not already part of the LAMP PHP image, an env variable is set as to where PHP can find them, and you point it somewhere in /app/data.
-
-
-
@steinhmor
How did you do it? -
@steinhmor
How did you do it? -
@privsec It's a PHP script, so you can install as any other script, unzip and upload to the /app/data/public/ dir and run the installer via the web
-
@murgero How do you do this installation step in Cloudron? How modify the parameters so that root folder points to Castopod's public/ subfolder.
If you upload the castopod folder to /app/data/public/ ¿?
Thanks!
-
@martinkbs Ah forgot about that, upload the script to /app/data/ instead so the castopod public folder goes into /app/data/public
-
@privsec Once you are done uploading make sure the permissions are www-data:www-data with 755.
-
@murgero I have looked through the docs, but cant find the answer.
Within the console view of the app, how do I grant those permissions?
Sorry I am asking really dumb questions.