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

258 Topics 2.3k Posts

Subcategories


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

    34 260
    34 Topics
    260 Posts
    osoboO
    Hello everyone, I am developing a non-profit animation studio and would like to ask for help in packaging the Kitsu production tracker app. I would like to use it on my Cloudron instance where authenticated users would be able to access-it. I've submitted the app to the Cloudron wish list, but I don't expect it to be picked up any time soon. The developers provide a docker file, but for some reason it is not recommended for production. If anyone is interested, please send me a direct message and we can discuss compensation. Best wishes OsObO
  • This topic is deleted!

    2
    2 Votes
    2 Posts
    62 Views
  • problem installin Cloudron CLI on a linux ubuntu machine (my local machine)

    Moved Solved
    3
    0 Votes
    3 Posts
    290 Views
    M
    ok. this is solved, thanks! i had nodejs installed. it worked today without the "sudo" i dont know why
  • Cloudron update didn't update

    Moved
    7
    1 Votes
    7 Posts
    697 Views
    girishG
    @ekevu123 then, there is something wrong with the packaging. I am not sure how your Dockerfile looks like but maybe you copy over the code in a start up script or something ? Test the docker image locally using docker run -ti <docker_image> /bin/bash . Is it having the fixed code?
  • nomon: server resources monitoring & alerting for Cloudron

    24
    10 Votes
    24 Posts
    1k Views
    foliovisionF
    Fascinating conversation. We are looking for Cloudron monitoring @potemkin_ai ourselves. Ideally you would keep it simple and self-contained enough that it doesn't need access to third-party app stores. In terms of the notifications, it would make sense to build a very simple API which would allow the external services (Rocket.Chat, Mattermost) to pick up nomon's notifications. You could include a sandbox for push notifications along with templates for the major services, and guidance on how to use it. KIS and focused would be my choice for such an app. The problem with many open-source people is that we want to cover every need and every possibility and leave every door open. To be everything for everybody doesn't work in the physical world, and to be honest it doesn't work well in the virtual world.
  • asp.net core

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    klawitterbK
    @brianb you can compile your app as self contained. It will eliminate the need of having the .net framework installed in the cloudron base images.
  • Problem Debuging

    Moved
    2
    1
    1 Votes
    2 Posts
    189 Views
    girishG
    @mateit-cloudware Maybe just restart the app after you push the files ? Just use cloudron restart --app ticket ? Is this the LAMP app? There is a byte code cache in place which possibly prevents you from seeing the changes immediately. I think it will update in 60 seconds.
  • MSW 2.0 – Mock Service Worker (mswjs.io)

    1
    2 Votes
    1 Posts
    252 Views
    No one has replied
  • I want to create a cloudron app using docker image

    Moved
    3
    0 Votes
    3 Posts
    625 Views
    timconsidineT
    @senthilkumaran I also suggest you check out the sample apps which Cloudron made and are available for testing proof of concept and as a base for your own package(s). Also look on git.cloudron.io : there are many custom apps there from users (not Cloudron staff). Those can give you a good idea of how people approach the task of packaging, and i particular the task of separating read only /app/code and read write /app/data.
  • HELP : Packaging CodeX Docs for Cloudron

    7
    1 Votes
    7 Posts
    807 Views
    robiR
    Perhaps @nebulon can take a look
  • Process is getting killed by cloudron

    Moved
    9
    0 Votes
    9 Posts
    871 Views
    girishG
    @sarthak-narayan Set a memoryLimit say 2GB or something in the manfiest - https://docs.cloudron.io/packaging/manifest/#memorylimit . Then, update the app. If yes then is it only present in the free version or in the paid version as well? Also if its present in the paid version then how can I increase the RAM requirements of the container? All this is not related to paid/free .
  • Correct mongodb connection parameters?

    Solved
    6
    0 Votes
    6 Posts
    615 Views
    timconsidineT
    Cool, that makes it more concise and less open to mis-use (by me )
  • Dockerfile build error OpenSSL

    9
    0 Votes
    9 Posts
    2k Views
    timconsidineT
    All sorted. I cannot believe my own stupidity sometimes Don't put me in charge of an aircraft. Repo now at https://git.cloudron.io/timconsidine/snippet-box-cloudron
  • Localstorage & /app/data

    20
    1 Votes
    20 Posts
    2k Views
    robiR
    If you stop calling it AI, it will begin to make sense as a tool.
  • 2 Votes
    11 Posts
    1k Views
    girishG
    @ChristopherMag good point I will remember to use user.myregistry.com or something like that next time!
  • Error message when buliding sample NodeJS cloudron app

    5
    0 Votes
    5 Posts
    596 Views
    ChristopherMagC
    I tried this on an Ubuntu 22.04 virtual machine and it worked properly as expected. I am not sure what the issue is but Windows 11 pro with Windows Subsystem for Linux 2 and Docker version 24.0.6 results in the no such file or directory. I did test other non cloudron related containers with Docker for windows using WSL2 and they worked fine. I also reconfigured docker for windows to use it's own VM hosted on Hyper V, no longer using Windows Subsystem for Linux 2, and it also had the same problem with no such file or directory. I will stick to running the build process from a Ubuntu VM for now and at present it doesn't look like Docker for Windows, however it is configured, is usable for building containers to be run on cloudron.
  • Idea: Unofficial Custom App Import Repo

    7
    6 Votes
    7 Posts
    739 Views
    robiR
    @timconsidine right, much of the CLI finesse needed to get something running can be snapshotted via the app backup, which when restored just runs without fiddling. So yes, more App happiness on Cloudron.
  • Custom node app not starting

    14
    0 Votes
    14 Posts
    1k Views
    timconsidineT
    I have now created a repo for my custom package : https://git.cloudron.io/timconsidine/smsvoip-cloudron/ This packages a "desktop SMS" app which allows you to send/receive SMS on a virtual number (not your phone's number). It is also useful for "fake" registrations for things like WhatsApp etc.
  • Mosquitto and TLS certs question

    13
    1 Votes
    13 Posts
    2k Views
    B
    @jadudm I'm looking for a mosquitto Cloudron package and found this topic. Do you have any plans to open-source the package you created?
  • Regular App Packaging Event

    Moved
    89
    13 Votes
    89 Posts
    19k Views
    micmcM
    I cannot believe I'd missed this thread! The last 2 years have been much hectic for me, and me who was finally about to start learning the process of building apps for Cloudron. I'm of course willing to participate and contribute in this in any way. @marcusquinn good suggestion.
  • Testing code with a Monkey Wrench or two

    1
    1 Votes
    1 Posts
    110 Views
    No one has replied