Shared dev box for app packaging
-
I setup a separate licensed Cloudron dev box for app packaging with my team and wondered if it's useful to anyone else to have access to it for app packaging?
It's at https://my.dev.brandlight.org
There's only the two Prometheus apps on it at the moment, that @eriktad packaged, but we have more planned, and I'm sure many know my long Wishlist by now.
Trusted @appdev only, of course.
There's nothing of particular value on there, other than apps we'll be packaging, prior to sharing upstream for hopeful inclusion in the App Store.
So it's just a resource I'm happy to share if it helps anyone with similar aims or you just want to collaborate on app packaging.
-
@robi Sure, you can have anything you or the team can create, it's a dev box after-all. Hetzner CPX21 spec for now, unless more umpf is needed.
I keep my team rather busy but they do have more in the pipeline, including; Jira, ElasticSearch GUI, an optimised WP stack, and eventually the full Brandlight ecommerce platform that cost is eye-watering amounts to get this far.
-
Nice. BTW, it's @appdev without the dash
-
If anyone else wants access, DM me:
- SSH Public Key
- Set yourself with a Hetzner account, and let me know the email
There's not much on there at the mo, just a couple of Prometheus apps. I can't promise what the team will get to do but it's a dev box there to play with it if helps anyone. Daily snapshots, so not the end of the world if something gets messed up, it's not connected to anything else, just the interweb.
-
Funny enough I was gonna provide something similar. Technically anyone can make an account in my GitLab (as an external user). So do I need a hetzner account and an account in your cloudron? Honestly idk what Iād do on there. I just kinda package apps whenever I feel like it and am not on a schedule or anything.
I have 64 GB of RAM bare metal in my basement and only 10% usage so I started using my instance to experiment and throw up demo instances because resources are not an issue
-
@atrilahiji Yeah, that's just the way Hetzner sharing works, I can put in any email but it says you have to have a registered login, so it won't send an invite until you do. Kinda odd but it costs nothing and just what would end up happening anyway the other way around.
-
First of all thanks for that.
My current Cloudron workflow is to just
git push
my latest changes which then get build and deployed via Gitlab CI/CD (private Gitlab not https://git.cloudron.io/cloudron).This makes testing way faster for me.
-
@brutalbirdie it would be great if you can share that setup/script in a separate discussion so people can easily set it up too.