We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a small web service (for example with mojolicious or dancer) to upload and register new base images
This service should allow people with a valid token to upload qcow2 images to /var/lib/libvirt/images.
The tokens can be held inside a mysql or sqlite database.
In the first step the tokens can be generated manually by $admin
Example Request:
POST https://build.rexify.org/images/ X-Token: c4d9b902a96b9fbd0a08f2456c56b824 X-User: jfried X-VM-OS: centos X-VM-Arch: amd64 Content-Length: 1234 ## data ##
The text was updated successfully, but these errors were encountered:
No branches or pull requests
a small web service (for example with mojolicious or dancer) to upload and register new base images
This service should allow people with a valid token to upload qcow2 images to /var/lib/libvirt/images.
The tokens can be held inside a mysql or sqlite database.
In the first step the tokens can be generated manually by $admin
Example Request:
The text was updated successfully, but these errors were encountered: