Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Releases: denofn/denofn-selfhosted

🦕 denofn-selfhosted 1.0.0

25 Jul 22:31
Compare
Choose a tag to compare

Finally a non-rc version with all the initially desired functionality.

The initial plan was to make this an actual cloud provider, but we're sticking with self-hosted for now.
That said, I still want to make this more scalable and more user friendly with the following releases.

But with 1.0.0 you can:

  • create a function in Deno by dropping it in a folder or uploading it via the UI
  • update that function and its permissions (both by updating the files and via the UI)
  • give granular network permissions with a whitelist
  • secure your UI with an auth0 login
  • run it on bare metal or with docker-compose
  • add logging to Papertrail in docker-compose