HTMX Guides

In the Account app Releases section you can export your databases, apis, templates and tokens as a NodeJS application. It will create a ZIP-file with

  • package.json with necessary dependencies
  • database.json with your database configuration
  • NOTE! Passwords are not included in the export for security reasons and need to be added as environment variables named OINOCLOUD_DB_PWD_databasetype e.g. OINOCLOUD_DB_PWD_POSTGRESQL.
  • apis.json with your API definitions
  • tokens.json with your token definitions
  • templates/ folder with your HTML templates
  • nodeApp.js with example code to get you started


npm install
npm run app