
How to provide private git packages (dart package or node module) to appwrite function? Is there a way to configure git settings in functions build environment?

What do you mean by private packages? I've only used the nodejs runtime, and was able to use not-so-complex packages with a simple npm install
.

i mean private git packages


same goes for dart packages: https://dart.dev/tools/pub/dependencies#git-packages

I'm thinking about adding command to docker-compose.yaml after worker-builds started Then i will be able to set some global git config with token

Ok, giving up with this approach cant find a way to run git command after container run - git is unavailable on all containers

build runs on the runtime container, but how can i pass data to it

Any chance you can download the package and include it in your uploaded code?

Also, you might want to 👍 this issue: https://github.com/appwrite/appwrite/issues/4054

Got it, so there is feature request. Upvoted. For now I will rewrite dependecies with deployment script (to include repository access token)

[Solved]Private node or dart packages in Functions
Recommended threads
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
