Skip to content

Setup Workflow

Lars Krämer edited this page Aug 23, 2025 · 3 revisions
  1. HTTP GET /setup/availability

checks whether setup is available (or whether a setup is already running).

  1. HTTP GET /setup/licenses​

checks the status of licenses and returns all current project licenses.

  1. HTTP GET /setup/database/configuration

checks whether a database configuration is specified in the environment variables and returns it.

  1. HTTP POST /setup/database/check

checks the database with the given access data and returns the supported database type (e.g., PostgreSQL, MySQL, etc.).

  1. HTTP GET /setup/user

checks whether a Homebook admin user has been specified in the environment variables.

  1. HTTP GET /setup/configuration

checks whether the Homebook instance configuration has been specified in the environment variables (name, etc.) and returns it.

  1. HTTP POST /setup/start

starts the setup process. If necessary, further configurations can be specified here.

Clone this wiki locally