Implement Exoscale onboarding API endpoint #199

Merged
rixx merged 14 commits from 37-exoscale-onboarding into main 2025-10-03 07:04:44 +00:00
Showing only changes of commit 8edca54279 - Show all commits

View file

@ -38,6 +38,12 @@ uv run --env-file=.env src/manage.py runserver
This will start the development server on http://localhost:8000.
For testing mail sending, `smtp4dev` can be used:
```
docker run --rm -it -p 5000:80 -p 2525:25 docker.io/rnwood/smtp4dev
```
## Configuration
Configuration happens using environment variables.