Directus : stable? usage?
-
@marcusquinn thank you
Are you using PHP to access the API ?@timconsidine At the moment only Integromat integrations but, if you're taking web frontends then any JAMstack framework should work. I intend to setup a prototype with perhaps Gatsby at some point. Depends on your objectives but a search for JAMstack themes or JAMstack dashboards might give you some ideas.
-
This is a good resource: https://jamstackthemes.dev/
-
This is a good resource: https://jamstackthemes.dev/
@atridad I just tried installing it for my upcoming project and there's an issue with the node version: https://github.com/directus/directus/issues/6674
On the container build from your repo, the nove version is too old:
12.16.2
is used but at least12.20
is required.How can we update node?
-
@atridad I just tried installing it for my upcoming project and there's an issue with the node version: https://github.com/directus/directus/issues/6674
On the container build from your repo, the nove version is too old:
12.16.2
is used but at least12.20
is required.How can we update node?
-
@ruihildt in such a case you can follow what is done with other apps, requiring specific nodejs versions like RocketChat https://git.cloudron.io/cloudron/rocketchat-app/-/blob/master/Dockerfile#L17
@nebulon Thanks, I could make it run that way.
@atridad I see elsewhere you mentioned a Directus9 package 0.6 with the cloudron base image 3, but I couldn't find it in your gitlab, is there a second place where you store images?
Also, in the email invite link to new users, the url of the app is missing. (so it's
http://admin/accept-invite?token=random_token
) -
@nebulon Thanks, I could make it run that way.
@atridad I see elsewhere you mentioned a Directus9 package 0.6 with the cloudron base image 3, but I couldn't find it in your gitlab, is there a second place where you store images?
Also, in the email invite link to new users, the url of the app is missing. (so it's
http://admin/accept-invite?token=random_token
)@ruihildt oh sorry I’ve been super inactive lately since my wedding date draws closer. So much to do! I’ll take a look at that as soon as possible.