mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:47:08 +00:00
This is currently disabled though (value in route/index.js is commented out) as it is not possible at the moment to create new projects fully from scratch from the frontend. See comment on previous commit. NB: projects may be created fully from scratch by making an API request with a suitable YAML / JSON configuration file, thusly: curl -vs "https://[hostname]/api/project" -X POST \ -H "Content-Type: application/yaml" --data-binary @/path/to/configuration.yaml