https://alf.io/ - adaptable ???

timconsidine
Posts
-
searching for tool for office room reservation -
searching for tool for office room reservation -
searching for tool for office room reservationhttps://www.classroombookings.com/ ???
Might be adaptable -
Anyone added a custom app to their cloudron?I have a small script to do the build & install, which I will upload later.
Very simple but saves some typing. -
searching for tool for office room reservationWould be a nice addition to Cloudron if you can suggest a base app, but I guess that is the whole question
-
Anyone added a custom app to their cloudron?Hi.events doesn’t seem too complex to package but I’m on the road so can’t look at it now
-
Anyone added a custom app to their cloudron?@AartJansen don’t fear, it’s easy once you know how :-).
But yes knowing how is a small learning curve.Most important thing is the original app needs to be packaged for Cloudron.
I’m not sure the app you quoted has been.
Most packaged and ready to install apps are on git.cloudron.io.- Package the app - that’s the tricky bit.
- or find already packaged one and clone that to your local device.
- Make you have Cloudron CLI installed and logged in.
- Build the docker image and push to a docker registry
- Do ‘cloudron install —image dockerrepo.domain.tld/appname:version’ which will prompt you for the location (subdomain.domain.tld) where you want it.
Sorry if that’s too Basic
Ask if not detailed enough -
SFTPGo is now availableCan someone explain what “event driven” means in this context
I’m not getting it -
Cloudron stuck in restart loop since 8.xWell that’s a beefy box (wasn’t sure if ram was low but not so)
-
Cloudron stuck in restart loop since 8.xWhat is the VPS ram ?
-
Parse server with dashboard.Parse Dashboard now packaged and runs with Parse Server
I need to do some tidying up of the build steps and the default configuration, and some more testing, and will then publish a repo for each on cloudron git.
I decided to keep them as separate apps, because :
- that’s how the source repos are structured (maybe this will help with upgrades etc)
- conceivably some people will not need the Dashboard, relying on programmatic access only and their own node/whatever app.
Both apps are packaged with cloudron base image 4.3 (can be changed of course).
-
'Cloudron configure' bugWhen running
cloudron configure
it prompts for locations and offers a default of the current app location.
If you pressenter
it ignores the offered default and changes the location toapp name.primarydomain.tld
(dsicovered when I tried cloudron configure thinking it did something else)
-
applying tags to apps-
Is it possible to add a tag to an app using the Cloudron CLI ?
I don’t see it in the command line help -
the tags specified in CloudronManifest.json are (as I understand it) for the AppStore listing. Can they be auto-applied when an app is installed, both from the AppStore and when a custom is installed using
cloudron install
Both these features would be good time-savers.
Hope I haven’t missed something obvious
-
-
TiddlyRoam - alternative to Roam ResearchIt should be - what problems are you having ?
Or try installing Surfer and put TiddlyRoam file in public folder ? -
Parse server with dashboard.Thank you @girish
Parse Server is quite extensive, and my first package might be ‘basic’.
I tend to need only the core functionality, not all the ‘bells and whistles’.
Could those interested in using Parse Server please chip in with comments about what features of Parse Server they are likely to want, so I can check those and try to include (no promises!)
For me the Parse Dashboard is the next “ add on” but I can look at other stuff. -
Parse server with dashboard.I have made a custom package for the parse server on Cloudron using mongodb.
In order to get it working, I had to use cloudron base image 4.3, so it may not be AppStore acceptable.At this stage it is just the parse server, which is accessed programatically by another app.
But it is still useful.
I currently have a selfhosted instance of Parse usingdocker compose
but I would prefer it in Cloudron.Next step is to package the parse dashboard so that there is a better UI.
Once that is done, I will make a repo available.
@staff what’s the status of cloudron base image 4.3, and 5.0 for that matter ?
It would be good if they can be used as they seem to resolve some node issues when packaging apps. -
Base image documentationI think it’s down to FacilMap needing yarn 3.6.3 and some more recent node version.
Although I’m not sure -
Base image documentationAh.
I couldn’t get FacilMap packaged with 4.2
But worked with 5 -
Base image documentationThank you @girish
But isn’t 5 the latest version ?
That’s what I saw in the surfer repo -
FacilMapInitial V1 package available here : https://git.cloudron.io/timconsidine/cloudron-facilmap