#.NET functions for self-hosted

5 messages · Page 1 of 1 (latest)

barren yew
#

Hey there,

this page lists a huge amount of runtimes for functions, including .NET.
https://appwrite.io/docs/products/functions/runtimes
It says that Appwrite Cloud doesn't yet support all of these, but I have a self-hosted server, so all of these should be available, right? I wonder how, though.
When creating a new function in the console, I can only choose between Node.js, PHP, Ruby and Python.

How do I create a .NET function?

prime grove
#

Add dotnet-8.0 to the _APP_FUNCTIONS_RUNTIMES env variable

barren yew
#

oooh I see. Thank you very much!

barren yew
#

Hm no, that didn't seem to change anything. I restarted the appwrite container but I still can't choose .NET from the dropdown. What am I missing?

prime grove