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

298 Topics 2.8k Posts

App package development & help

Subcategories


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

    36 284
    36 Topics
    284 Posts
    osoboO
    Hi @andreasdueren, Thanks for reaching out. I’m currently using the paid cloud version of Kitsu. The Docker version works for testing purposes. I installed it locally following this tutorial: . I understand that many professional studios self-host and use this app for production, but it requires technical skills for setup and maintenance, as many of the Docker files seem to be deprecated. As well as the GitHub page, there is a dedicated Kitsu community Discord server where users can discuss installation and usage issues: https://discord.gg/kJ7SmmUPM Best whises
  • App without Web Interface?

    10
    1 Votes
    10 Posts
    3k Views
    KubernetesK
    @nebulon Great, thanks for the information. I think having support for headless apps would be a nice feature in the future.
  • Sweep AI - Github issue code fixer, sends pull requests

    1
    2 Votes
    1 Posts
    502 Views
    No one has replied
  • Proxy Auth for Apps

    2
    0 Votes
    2 Posts
    660 Views
    girishG
    @Kubernetes yes. You can also add the optionalSso flag to indicate that the app can installed without it as well (so an option is provided at install time)
  • 3 Votes
    1 Posts
    347 Views
    No one has replied
  • Whats special about cloudron/base docker image ?

    Moved Solved development
    4
    0 Votes
    4 Posts
    2k Views
    girishG
    The dockerfile is here . It's nothing special, just lots of packages on base ubuntu. To add to what's been said: our approach is the batteries included approach and it's optimized for developer/sysadmin productivity (as opposed to saving disk space). When we open a web terminal, we want all the common tools across all apps (ping, nc, telnet, tar, node, php, python what have you). The Web terminal and File manager have a bunch of tooling prerequisites - tar, zip, rar, jq, database clients (mysql/postgres/redis/mongo), etc for it work well. Any image will work including multi-stage builds. You have to pay attention to our deployment paradim though - https://docs.cloudron.io/packaging/cheat-sheet/#filesystem . Containers are run on a readonly fs, there is no way around this.
  • Packaging Teddit - How to redis database?

    3
    3 Votes
    3 Posts
    978 Views
    girishG
    You can look into bookstack-app , pixelfed-app , nextcloud-app for some apps that use redis
  • App with multiple endpoints. How to share addons?

    Solved
    17
    4 Votes
    17 Posts
    6k Views
    girishG
    I left a note in that issue.
  • AskCodi - Write tests & syntax faster

    1
    0 Votes
    1 Posts
    193 Views
    No one has replied
  • User Generated Packages?

    4
    0 Votes
    4 Posts
    1k Views
    jdaviescoatesJ
    For a while there was a WIP tag but people forgot to use it
  • Docker2exe

    8
    3 Votes
    8 Posts
    3k Views
    robiR
    @girish Oh, I see. Right, unless you install your own torrent tracker, and use the install base swarm to seed images from your own infrastructure at minimal bandwidth usage. No need for docker hub then!
  • Setting MIME type in http-server doesn't work

    Solved
    4
    0 Votes
    4 Posts
    919 Views
    KubernetesK
    Problem solved after compiling the source
  • Building custom app - authentication problem

    Moved
    33
    2 Votes
    33 Posts
    6k Views
    girishG
    @ekevu123 Thanks for the report! There was indeed a bug that the dashboard code throws an error when an app does not use any addons. https://git.cloudron.io/cloudron/box/-/commit/e02f3d70649c75c64e4126f1deea45b3456277a0 is the fix.
  • Unable to access cloudron/box

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    J
    @girish, I have access again. Thank you!
  • Potential UI for building/installing custom apps?

    5
    3 Votes
    5 Posts
    2k Views
    timconsidineT
    @rxlict yes, if the build fails, everything will go pear-shaped. Trying to go ahead will fail. The important step is to solve the build issue, which will be in how the Dockerfile is constructed. Can you share which app you're trying to package? Stick with it : it can be a frustrating process solving the build issues, but once you have success, it's all worth while.
  • 0 Votes
    12 Posts
    3k Views
    jordanurbsJ
    @nebulon I wasn't told exactly but believe it had something to do with removing the www user
  • Docs for packaging apps

    Moved
    3
    1 Votes
    3 Posts
    886 Views
    nebulonN
    @alwynispat we have some resources on that topic at https://docs.cloudron.io/packaging/tutorial/ as well as a forum section https://forum.cloudron.io/category/96/app-packaging-development
  • Cloudron Non-App Store Packaged Apps

    27
    11 Votes
    27 Posts
    11k Views
    T
    @matbrgz added to the post at the top!
  • ChatGPT for packaging Cloudron Apps

    11
    5 Votes
    11 Posts
    3k Views
    L
    @robi Haha
  • Erxes Implementation in Cloudron

    11
    0 Votes
    11 Posts
    5k Views
    girishG
    @matbrgz What's the current status of the package? Does it install and work OK?
  • How do I know which docker bind mount is problematic for docker?

    4
    0 Votes
    4 Posts
    2k Views
    S
    It is not difficult to find the problematic docker if you look at the log. You can also use a monitoring service https://www.host-tracker.com/en that will detect problems automatically and notify you.