Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. 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.

Scheduled Pinned Locked Moved Solved App Wishlist
activitypubfediversepodcast
47 Posts 14 Posters 8.2k Views 16 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P privsec

    So I copied the files from the download I got from here
    https://code.castopod.org/adaures/castopod/uploads/d10a3e7cc8c5d8ff57b5d76dcdfeaa58/castopod-1.0.0-beta.20.zip
    into the app/data/ folder. This is what it looks like 55fa0886-47da-4a4f-9e71-b03859b58860-image.png

    I confirmed all files are assigned www-data owner

    I then went to my.domain.com/cp-install and I get c8ca76b9-6b08-4789-a8f6-3fb502278c85-image.png

    I know that I must be missing something simple, but I dont see what.

    murgeroM Offline
    murgeroM Offline
    murgero
    App Dev
    wrote on last edited by
    #24

    @privsec Can you use CLI to run the following command in /app/data/ and /app/data/public/?

    Run ls -lah <folder> and report back?

    --
    https://urgero.org
    ~ Professional Nerd. Freelance Programmer. ~

    P 2 Replies Last reply
    2
    • murgeroM murgero

      @privsec Can you use CLI to run the following command in /app/data/ and /app/data/public/?

      Run ls -lah <folder> and report back?

      P Offline
      P Offline
      privsec
      wrote on last edited by
      #25

      @murgero absolutely!

      1 Reply Last reply
      0
      • murgeroM murgero

        @privsec Can you use CLI to run the following command in /app/data/ and /app/data/public/?

        Run ls -lah <folder> and report back?

        P Offline
        P Offline
        privsec
        wrote on last edited by privsec
        #26

        @murgero said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:

        ls -lah <folder>

        This is the public folder

        189631cc-d8b6-4455-a7cb-a22defc9f5f8-image.png

        This is the app/data folder

        a250f308-34df-4c27-a718-d5e947ea1cc0-image.png

        P 1 Reply Last reply
        1
        • P privsec

          @murgero said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:

          ls -lah <folder>

          This is the public folder

          189631cc-d8b6-4455-a7cb-a22defc9f5f8-image.png

          This is the app/data folder

          a250f308-34df-4c27-a718-d5e947ea1cc0-image.png

          P Offline
          P Offline
          privsec
          wrote on last edited by
          #27

          I know reuploaded the public folder and corrected the permissions to be www-data.

          I am not back to the Whoops page, it displays Whoops in the tab of the webpage, and only presents a blank white screen in the tab itself.

          When I travel to the /cp-admin url, it presents a login screen, I then login with the credentials of my cloudron account and it acts as if it logs in, but takes me to a blank white page and the URL is cp-auth/login

          I am grateful for your help.

          murgeroM 1 Reply Last reply
          1
          • P privsec

            I know reuploaded the public folder and corrected the permissions to be www-data.

            I am not back to the Whoops page, it displays Whoops in the tab of the webpage, and only presents a blank white screen in the tab itself.

            When I travel to the /cp-admin url, it presents a login screen, I then login with the credentials of my cloudron account and it acts as if it logs in, but takes me to a blank white page and the URL is cp-auth/login

            I am grateful for your help.

            murgeroM Offline
            murgeroM Offline
            murgero
            App Dev
            wrote on last edited by
            #28

            @privsec

            1. Castopod has no integration with cloudron, don't do that.
            2. your permissions on the public folder are bad, gotta fix those. (chown -R www-data:www-data /app/data/public)
            3. you need to run the install script, which will ask you to setup a new user and password. Use that to login.

            --
            https://urgero.org
            ~ Professional Nerd. Freelance Programmer. ~

            P 1 Reply Last reply
            4
            • murgeroM murgero

              @privsec

              1. Castopod has no integration with cloudron, don't do that.
              2. your permissions on the public folder are bad, gotta fix those. (chown -R www-data:www-data /app/data/public)
              3. you need to run the install script, which will ask you to setup a new user and password. Use that to login.
              P Offline
              P Offline
              privsec
              wrote on last edited by
              #29

              @murgero HUZZAH!

              I can now access the admin dashboard, thank you!

              1 Reply Last reply
              4
              • P privsec

                @steinhmor
                How did you do it?

                steinhmorS Offline
                steinhmorS Offline
                steinhmor
                wrote on last edited by steinhmor
                #30

                @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.

                P 1 Reply Last reply
                4
                • steinhmorS steinhmor

                  @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.

                  P Offline
                  P Offline
                  privsec
                  wrote on last edited by
                  #31

                  @steinhmor
                  Those lines you added, is that in the php file?

                  steinhmorS 1 Reply Last reply
                  0
                  • P privsec

                    @steinhmor
                    Those lines you added, is that in the php file?

                    steinhmorS Offline
                    steinhmorS Offline
                    steinhmor
                    wrote on last edited by
                    #32

                    @privsec no, these are also part of the Apache-config and tell cloudron / lamp how big the uploaded files are allowed be.

                    1 Reply Last reply
                    1
                    • steinhmorS Offline
                      steinhmorS Offline
                      steinhmor
                      wrote on last edited by
                      #33

                      I rediscovered the post about changing the Document-root in the cloudron forum:
                      https://forum.cloudron.io/topic/3503/changing-documentroot

                      1 Reply Last reply
                      2
                      • jdaviescoatesJ Offline
                        jdaviescoatesJ Offline
                        jdaviescoates
                        wrote on last edited by jdaviescoates
                        #34

                        1.0 came out recently

                        https://blog.castopod.org/castopod-v1/

                        and there is an official docker

                        https://docs.castopod.org/getting-started/docker.html

                        I use Cloudron with Gandi & Hetzner

                        1 Reply Last reply
                        4
                        • whitespaceW Offline
                          whitespaceW Offline
                          whitespace
                          wrote on last edited by
                          #35

                          Now that Castopod has reached v 1.0 can we have it on Cloudron? That would be excellent. I wish I could help but I am not a programmer.

                          Alternatively, people who installed Castopod on LAMP-stack, is anyone willing to write a short tutorial?

                          jdaviescoatesJ 1 Reply Last reply
                          2
                          • whitespaceW whitespace

                            Now that Castopod has reached v 1.0 can we have it on Cloudron? That would be excellent. I wish I could help but I am not a programmer.

                            Alternatively, people who installed Castopod on LAMP-stack, is anyone willing to write a short tutorial?

                            jdaviescoatesJ Offline
                            jdaviescoatesJ Offline
                            jdaviescoates
                            wrote on last edited by jdaviescoates
                            #36

                            @whitespace said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:

                            Now that Castopod has reached v 1.0 can we have it on Cloudron?

                            +💯

                            We don't really have any podcasting solutions on Cloudron yet, so it'd be really great to have this!

                            And extra bonus points because it's also support ActivityPub and so is part of the fediverse too! (which is massively gaining traction because Musk is such an idiot)

                            I use Cloudron with Gandi & Hetzner

                            micmcM 1 Reply Last reply
                            3
                            • jdaviescoatesJ jdaviescoates

                              @whitespace said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:

                              Now that Castopod has reached v 1.0 can we have it on Cloudron?

                              +💯

                              We don't really have any podcasting solutions on Cloudron yet, so it'd be really great to have this!

                              And extra bonus points because it's also support ActivityPub and so is part of the fediverse too! (which is massively gaining traction because Musk is such an idiot)

                              micmcM Offline
                              micmcM Offline
                              micmc
                              wrote on last edited by
                              #37

                              @jdaviescoates said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:

                              We don't really have any podcasting solutions on Cloudron yet, so it'd be really great to have this!

                              And extra bonus points because it's also support ActivityPub and so is part of the fediverse too! (which is massively gaining traction because Musk is such an idiot)

                              Moreoever, it already has its Official DOCKER image, so what else is there to ask, or need. 🙂

                              https://docs.castopod.org/getting-started/docker.html

                              Ignorance is not an excuse anymore!
                              https://AutomateKit.com

                              1 Reply Last reply
                              2
                              • yusfY Offline
                                yusfY Offline
                                yusf
                                wrote on last edited by
                                #38

                                Castopod works great so far on the Cloudron LAMP stack app. Great software.

                                Only thing not working for me is email smtp.

                                1 Reply Last reply
                                2
                                • yusfY Offline
                                  yusfY Offline
                                  yusf
                                  wrote on last edited by
                                  #39

                                  Can’t get Castopod to federate either, not sure what’s wrong.

                                  scookeS 1 Reply Last reply
                                  1
                                  • yusfY yusf

                                    Can’t get Castopod to federate either, not sure what’s wrong.

                                    scookeS Offline
                                    scookeS Offline
                                    scooke
                                    wrote on last edited by
                                    #40

                                    @yusf Whats the handle(s), I can take a look from outside.

                                    A life lived in fear is a life half-lived

                                    yusfY 1 Reply Last reply
                                    2
                                    • scookeS scooke

                                      @yusf Whats the handle(s), I can take a look from outside.

                                      yusfY Offline
                                      yusfY Offline
                                      yusf
                                      wrote on last edited by
                                      #41

                                      @scooke you on Matrix?

                                      scookeS 2 Replies Last reply
                                      1
                                      • yusfY yusf

                                        @scooke you on Matrix?

                                        scookeS Offline
                                        scookeS Offline
                                        scooke
                                        wrote on last edited by
                                        #42

                                        @yusf yes.

                                        A life lived in fear is a life half-lived

                                        1 Reply Last reply
                                        1
                                        • yusfY yusf

                                          @scooke you on Matrix?

                                          scookeS Offline
                                          scookeS Offline
                                          scooke
                                          wrote on last edited by
                                          #43

                                          @yusf The network I'm on won't let the chat work, it seems. Strange. But something caught my eye - you want to get Castopod's federation working, but you've asked me to check via Matrix, right? Well, from what I understand, Matrix IS its federation software, whereas Castopod uses ActivityPub to federate, and the two do not inter-federate normally. So maybe this is why you can't get Castopod to federate... you are checking it with the wrong protocol. Check it with a Mastodon instance, at least, and maybe a Pixelfed or Peertube instance. You can DM me the address you want checked, if it uses AP, and I can check with my instances.

                                          A life lived in fear is a life half-lived

                                          yusfY 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search