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


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
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

Cloudron Forum

Apps | Demo | Docs | Install

Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.

Scheduled Pinned Locked Moved App Wishlist
activitypubfediversepodcast
47 Posts 14 Posters 2.0k Views
    • 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 Offline
    P Offline
    privsec
    replied to murgero on last edited by
    #19

    @murgero I’ll try this again, but I did that and it just gave me an Oops error screen

    murgeroM 1 Reply Last reply
    1
  • murgeroM Offline
    murgeroM Offline
    murgero App Dev
    replied to privsec on last edited by
    #20

    @privsec Once you are done uploading make sure the permissions are www-data:www-data with 755.

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

    P 1 Reply Last reply
    1
  • P Offline
    P Offline
    privsec
    replied to murgero on last edited by
    #21

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

    robiR 1 Reply Last reply
    1
  • robiR Offline
    robiR Offline
    robi
    replied to privsec on last edited by
    #22

    @privsec use the File Manager app instead of console to make it much easier and obvious.

    Life of sky tech

    1 Reply Last reply
    2
  • P Offline
    P Offline
    privsec
    wrote on last edited by
    #23

    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 1 Reply Last reply
    1
  • murgeroM Offline
    murgeroM Offline
    murgero App Dev
    replied to privsec 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. ~
    Matrix: @murgero:urgero.org

    P 2 Replies Last reply
    2
  • P Offline
    P Offline
    privsec
    replied to murgero on last edited by
    #25

    @murgero absolutely!

    1 Reply Last reply
    0
  • P Offline
    P Offline
    privsec
    replied to murgero 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 Offline
    P Offline
    privsec
    replied to privsec 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
  • murgeroM Offline
    murgeroM Offline
    murgero App Dev
    replied to privsec 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. ~
    Matrix: @murgero:urgero.org

    P 1 Reply Last reply
    4
  • P Offline
    P Offline
    privsec
    replied to murgero on last edited by
    #29

    @murgero HUZZAH!

    I can now access the admin dashboard, thank you!

    1 Reply Last reply
    4
  • steinhmorS Offline
    steinhmorS Offline
    steinhmor
    replied to privsec 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
  • P Offline
    P Offline
    privsec
    replied to steinhmor on last edited by
    #31

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

    steinhmorS 1 Reply Last reply
    0
  • steinhmorS Offline
    steinhmorS Offline
    steinhmor
    replied to privsec 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
  • W Offline
    W 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
  • jdaviescoatesJ Offline
    jdaviescoatesJ Offline
    jdaviescoates
    replied to whitespace 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
  • micmcM Offline
    micmcM Offline
    micmc
    replied to jdaviescoates 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


    https://marketingtechnology.agency
    For cutting edge web technologies

    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

  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.