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


Skip to content

Package development

316 Topics 2.9k Posts

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
  • 'Shell' App for Jamstack Apps

    26
    1 Votes
    26 Posts
    10k Views
    ?
    @thetomester13 I'm glad it was helpful! It was a fairly opinionated guide in that I specifically chose Gridsome for the SSG and GitLab/Gitlab CI for the git and CI platforms. But these steps can be adapted to other platforms. And yes I find the colour cycling philips hue lights incredibly relaxing while I work
  • Slingcode

    1
    2 Votes
    1 Posts
    429 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    d19dotcaD
    @mehdi Yes I saw that part, that's where I got the 1048576000 from and it got me digging into it further. I guess then the display is using binary in Cloudron UI so the value it's set to isn't quite 1 GB in binary so it shows 1000 MB. Interesting. That seems wrong to me though, I assume the value in that manifest should actually be 1073741824 to match others that are 1 GB. Right? Example: 1073741824 is what's set for Bitwarden: https://git.cloudron.io/cloudron/bitwardenrs-app/-/blob/master/CloudronManifest.json#L17 Am I right in assuming then from this that the Cloudron UI basically shows in Decimal, and not Binary? But ideally the Manifest should be in Binary still so the UI shows the more expected typical numbers and increase segments, right?
  • Project limit on gitlab

    Solved
    2
    1
    0 Votes
    2 Posts
    690 Views
    nebulonN
    Now increased to 100
  • Why do we have to push an image to a registry?

    Solved
    23
    1 Votes
    23 Posts
    10k Views
    LonkleL
    @yusf said in Why do we have to push an image to a registry?: Does this mean that we can also host the Cloudron build service on production machines, or am I mistaken? Well, I run it only on a dev machine since I only use Cloudron to dev. But tbh, after 100s of builds. All of the other apps are still running smoothly so it's not recommended because it's the only app with the docker add-on and thus could technically mess with other apps. It has never done so, I just think they'd rather not have the responsibility of calling it "production-ready" even though in my dev environment, it gives me no issues. I would feel comfortable running this in production tbh. The worry is if it ever bugged. But I can actually work around that by accounting for it using a Cloudron add-on I'm building (Dot the Repair Bot) so even though it's never happened, if I account for the Build Service being able to destroy containers / data outside it's sandbox (what the devs mean when they say it's not for production), I can have them auto-restored by Dot. But if Dot got destroyed by the Build Service I'd be screwed.
  • Deploy Dockerized React App

    Moved Solved
    3
    0 Votes
    3 Posts
    3k Views
    R
    @girish Sorry for the late reply, I tried this and got it working! Thanks, Ross
  • Need help with GitLab (git.cloudron.io)

    11
    2 Votes
    11 Posts
    5k Views
    eriktadE
    @marcusquinn Oh yes think it would be help
  • Updating a node app

    8
    0 Votes
    8 Posts
    4k Views
    LonkleL
    @mehdi said in Updating a node app: @atrilahiji Also, some browsers are a bit ... aggressive with their caching policies. You may want to force-refresh (ctrl/cmd + shift + R in most browsers), maybe even a few times, before anything else, just to check it wasn't just cache This has been my experience as well.
  • Does anyone know the element ui toolkit well?

    element surfer userinterface
    3
    0 Votes
    3 Posts
    2k Views
    nebulonN
    I took a quick look at that some time ago, but it wasn't that trivial for me at least unless I would rewrite parts of the element table management around sorting. Happy to accept any patches there of course.
  • Question about packaging express.js node apps

    Solved
    6
    1
    0 Votes
    6 Posts
    2k Views
    ?
    @murgero HAH! Oddly enough making my script specifically cd into the backend directory and running the server.js there instead of running server.js from outside that directory did it. Unsure why. Works now and I have 0.1.1 of my app released and 0.1.0 of the cloudron integration. Thanks guys!
  • LAMP 7.3 multidb app package - Multi-user?

    13
    0 Votes
    13 Posts
    6k Views
    A
    @girish I also think about this. The use case is. I need the first db and dbuser for the web app. And the second db and dbuser for view tables from the first db. This second db and db user is used for metabase report so the original db and table structure not shown for the metabase user. Another case i can think of is to make a slave db on the lamp app from external db.
  • Packaging non-cloudron docker base image?

    7
    0 Votes
    7 Posts
    3k Views
    LonkleL
    Let’s not forget about the mounting feature in 6.0 tho. ️
  • How do you guys set up cloudron straight from a `box` checkout?

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    LonkleL
    @malvim Definitely update us on progress in either thread. I'll be getting my Pi in November and will join the "Cloudron on Pi" team! ️
  • Live stream on creating an app for Cloudron

    Moved
    17
    19 Votes
    17 Posts
    10k Views
    M
    great! luckily we can re-watch
  • How to deal with /app/data/ which is also part of an update

    8
    2 Votes
    8 Posts
    4k Views
    BrutalBirdieB
    Tagging @luckow since he has customer experience with Greenlight and could tell us how often a customer wants/uses to use this feature.
  • 0 Votes
    1 Posts
    366 Views
    No one has replied
  • So I screwed things up trying to run addon tests...

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    M
    So, it should be obvious for someone who has worked in IT for a while like me, but... Kids, DON'T EVER run tests on your production servers. Ever!
  • Remote SQL into Cloudron's App DB for debugging purposes

    4
    0 Votes
    4 Posts
    2k Views
    LonkleL
    @nebulon said in Remote SQL into Cloudron's App DB for debugging purposes: What do you mean with Cloudron's App DB? Like the main platform database? That would be simply available on your host system only on localhost. You can access it with mysql -uroot -ppassword box (password is literally password) Of course you are on your own if you tinker with that database, changing things there might break the system. I honestly never would have figured out the password (not joking), thanks, that worked! ️ Is there only one cloudron database which is "box"?
  • Cloudron as an app inside of Cloudron

    33
    0 Votes
    33 Posts
    8k Views
    LonkleL
    Got the tool fully working on macOS. Worked like a charm after I figured out everything the tool wanted. I had to make a small commit to dashboard since macOS doesn't support the timedatectl CLI tool so I converted that command into a universal one that returns the same values on either Ubuntu and Macs. But that was literally the only thing that didn't work in the entire tool and I've already committed a change for that (locally, of course). So, thanks for your help @girish, this will allow me to build a cloudron-master Cloudron install that's, ofc, unstable - but it will be just to test my apps in before you turn your new commits into a release to make sure my apps are always compatible with your newest changes! ️