Am intrigued with NocoBase and considering it as a candidate platform to support some of our projects in 2025.
While we don’t develop in Javascript/Typescript ourselves, we’re not averse to using JS/TS-based tools if 1) we can run NocoBase on either the BUN or DENO runtimes rather than NODE, and 2) if we can can self-host NocoBase without Docker.
So our questions are basically these:
Q1) Can NocoBase be run without changes on either BUN or DENO runtimes? Or does NocoBase and/or its ecosystem retain hard dependencies on NODE?
Q2) Can NocoBase be self-hosted without Docker using our choice of database, e.g. PostgreSQL or SQLite? If so, is there documentation for doing so on Linux, say Debian 12?
Q3) Are there perhaps Ansible scripts or Nix Flakes available for building, configuring and installing NocoBase on a target server?