Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.
-
wrote on Apr 6, 2021, 9:43 AM last edited by
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/ -
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/wrote on Apr 6, 2021, 2:35 PM last edited by@jdaviescoates Interesting, a PHP app that has ActivityPub. For some reason I assumed most ActivityPub apps would all be fancy-dancy future-tech-language apps. This looks interesting, and easily hostable even without Cloudron.
-
-
wrote on Apr 19, 2021, 9:20 AM last edited by
I was going to suggest Castopod, glad it's already here !
-
wrote on Apr 19, 2021, 12:58 PM last edited by
Nice find! This fills a long-time need for me.
-
-
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/wrote on Jul 6, 2022, 9:45 AM last edited byNice, this would truly be the app that completes my dream setup on Cloudron.
-
-
wrote on Aug 12, 2022, 1:17 AM last edited by
Could this be ran in a LAMP app?
-
wrote on Aug 12, 2022, 1:48 AM last edited by
This has an existing Docker file - https://docs.castopod.org/getting-started/docker.html
-
wrote on Aug 12, 2022, 6:54 AM last edited by
@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.:
Could this be ran in a LAMP app?
Looks like it should.. try it.
-
wrote on Aug 12, 2022, 12:06 PM last edited by
@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.
-
wrote on Aug 14, 2022, 4:59 AM last edited by
-
wrote on Aug 14, 2022, 7:07 PM last edited by
@privsec It's now reached version 1.0 BETA and it sounds great indeed.
https://castopod.org/ -
wrote on Aug 20, 2022, 4:11 AM last edited by
This is something I would absolutely love to see in Cloudron. I'll give the LAMP stack a go though!
-
wrote on Aug 24, 2022, 4:55 AM last edited by
@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
-
@martinkbs Ah forgot about that, upload the script to /app/data/ instead so the castopod public folder goes into /app/data/public