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


Skip to content

App Packaging & Development

App package development & help

277 Topics 2.5k Posts

Subcategories


  • Looking to collaborate? Post here if you need help or willing to offer help.

    36 276
    36 Topics
    276 Posts
    robiR
    Make sure to try them with CCAI
  • Sysbox integration in progress..

    27
    5 Votes
    27 Posts
    7k Views
    girishG
    @timconsidine Are you asking if we plan to integrate it into Cloudron? There are no plans as such.
  • Quick Question about docker images

    4
    0 Votes
    4 Posts
    820 Views
    robiR
    It's also a huge savings on disk to have most apps based on the same base image instead of many independent ones adding up to Gigabytes of duplication.
  • App Implementation Question

    2
    0 Votes
    2 Posts
    540 Views
    robiR
    @saikarthik That seems like a no brainer for WordPress, especially if you're going to have the customer do menu updates themselves. There are a plethora of WP resources and ways to get help too, depending on your support model. EspoCRM could be set-up to handle that and taking online orders, etc. with additional compelxity. On the other hand, if it's not something with online orders, any menu can be made into a super simple static site/page with the menu being a few images or an embeded PDF. Depends on how fancy do you want to go.
  • Mastodon invalid argument error

    Solved
    3
    1 Votes
    3 Posts
    684 Views
    chetbakerC
    @fbartels that fixed the issue! I have no idea what it added up that / thanks!
  • `exec format error` when running a Docker image for Writefreely

    Moved
    4
    1 Votes
    4 Posts
    1k Views
    girishG
    @pepicrft run.sh needs to be an executable i.e chmod +x in the repo.
  • [TUTORIAL] Building Cloudron Apps using Urgero.org's Ubuntu VM

    Moved
    9
    2
    11 Votes
    9 Posts
    2k Views
    murgeroM
    @YoMaCloud I still have the old OVA file for this if anyone is interested. It's older linux though so IDK what needs to be updated.
  • Scratch Map

    1
    5 Votes
    1 Posts
    221 Views
    No one has replied
  • App Packaging "Event"

    Moved
    62
    4 Votes
    62 Posts
    30k Views
    robiR
    Anyone having more events like this?
  • Open offer - Packaging app

    2
    1 Votes
    2 Posts
    609 Views
    C
    @CBCUN Still looking for an programmer who start the job. @appdev
  • Custom App Packaging problems

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    BrutalBirdieB
    @MisterJD aahhhhh that bs understandable.
  • Hack a custom backup Retention and Schedule

    7
    0 Votes
    7 Posts
    2k Views
    robiR
    @fbartels Yes, hence the ask for a single place to set it, so it's in use until changed and the change survives updates.
  • Help packaging fireshare

    5
    5 Votes
    5 Posts
    1k Views
    benborgesB
    @girish Haven't' pushed anything cloudron related yet but my repo is here https://git.osintukraine.com/benb/fireshare
  • Low code / No code solutions for Cloudron

    13
    5 Votes
    13 Posts
    3k Views
    P
    @samir Those are the main solutions that stood out to me for varying reasons. Its nice to have choice and it kinda sucks that they are all missing a key component to be "Ideal" in one way or another lol I do have faith that these will all get better and one will come out on top though
  • Forward upstream exit code on `cloudron exec`

    3
    2 Votes
    3 Posts
    741 Views
    girishG
    This is implemented in 7.2.1. ~$ cloudron exec --app orkut -- bash -c 'exit 42' ~$ echo $? 42
  • Cloudron CLI : warning on update

    5
    0 Votes
    5 Posts
    1k Views
    micmcM
    @timconsidine said in Cloudron CLI : warning on update: @nebulon no rush, no problem Try I too get the same thing, but then try 'npm audit' you should see "found 0 vulnerabilities".
  • IceCream - 🍦 Never use print() to debug again.

    1
    4 Votes
    1 Posts
    261 Views
    No one has replied
  • ws4sqlite - query SQlite via HTTP

    1
    0 Votes
    1 Posts
    199 Views
    No one has replied
  • Newbie - Will pay for configuration and custom App install support.

    4
    1 Votes
    4 Posts
    997 Views
    Sam_ukS
    @NMBKO said in Newbie - Will pay for configuration and custom App install support.: Connect a backup source (Digital Ocean) so that backups are not saved directly on the server (https://docs.cloudron.io/backups/) Unless you particularly want DO then I found https://www.scaleway.com/en/ very easy and cheap to set up.
  • proxyAuth addon

    54
    13 Votes
    54 Posts
    13k Views
    infogulchI
    @mehdi I think we can add Firefly III to the list of apps that use this authentication strategy.
  • Networking between applications?

    7
    0 Votes
    7 Posts
    1k Views
    girishG
    @jadudm said in Networking between applications?: A my-home-opnsense-firewall-is-doing-something thing? The curl is supposed to work from an app shell/terminal. It's not working most likely because your network/router does not support hairpin routing. To debug, I would first SSH into the server and check if curl -vvv -4 https://my.cloudron.example/ works i.e forget about docker etc.