aptly-web-ui icon indicating copy to clipboard operation
aptly-web-ui copied to clipboard

Configure GPG to API Publish

Open dakotadelnorte opened this issue 6 years ago • 1 comments

When I upload a deb file, select the file and click to the reposirory when i want to upload.

The result is the repository is updated, but not published.

I should publish the repo with the following API query:

curl -X PUT -H 'Content-Type: application/json' --data '{"Signing": { "GpgKey": "XXXXXXX", "Batch":true, "PassphraseFile":"/my/secret/folder"}}' http://localhost:8080/api/publish/dev/xenial

I would like set the GpgKey in a config file of this web ui.

Could be possible?

dakotadelnorte avatar Mar 20 '19 14:03 dakotadelnorte

No Idea how I would implement this, sorry. I'll look into it if I have more time to put into this project someday.

sdumetz avatar Apr 23 '19 12:04 sdumetz