How it works
Connect the repository
Connect your GitLab repository to the website. Convenient if you already sign in
with GitLab.
Havic detects the framework
During the build, Havic matches your source against framework signatures
(„Gleicht Framework-Signaturen ab …”) and suggests the right configuration.
Framework detection & runtime backends
Havic automatically detects whether your project is a static site or needs a runtime backend (i.e. must run as a process). For backends, Havic suggests a runtime and shows a hint. Detected runtimes include:Ruby on Rails
Python
.NET
| Field (DE) | English | Meaning |
|---|---|---|
| Start-Befehl | Start command | How the process is started. |
| Port | Port | Which port the app listens on. |
| Readiness-Pfad | Readiness path | Path Havic checks for readiness. |
| Release-Befehl | Release command | Optional, e.g. a database migration before start. |
| Replikate | Replicas | Number of parallel instances. |
Database included: Havic automatically provisions a MariaDB and sets
DATABASE_URL. To use your own external database, just add DATABASE_URL as a secret.