mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-02 09:47:46 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd81790334 |
+1
-1
@@ -141,7 +141,7 @@ func apiGPGAddKey(c *gin.Context) {
|
|||||||
// @Description Returns all public keys currently installed in the aptly GPG keyring.
|
// @Description Returns all public keys currently installed in the aptly GPG keyring.
|
||||||
// @Description
|
// @Description
|
||||||
// @Tags Mirrors
|
// @Tags Mirrors
|
||||||
// @Param keyring query string false "Keyring file to list keys from (default: trustedkeys.gpg)" example(trustedkeys.gpg)
|
// @Param keyring query string false "Keyring file to list keys from (default: trustedkeys.gpg)"
|
||||||
// @Produce json
|
// @Produce json
|
||||||
// @Success 200 {object} gpgKeyListResponse "OK"
|
// @Success 200 {object} gpgKeyListResponse "OK"
|
||||||
// @Failure 400 {object} Error "Bad Request"
|
// @Failure 400 {object} Error "Bad Request"
|
||||||
|
|||||||
Vendored
+12
-11
@@ -185,6 +185,18 @@ filesystem_publish_endpoints:
|
|||||||
# # * size (compare file size)
|
# # * size (compare file size)
|
||||||
# verify_method: md5
|
# verify_method: md5
|
||||||
|
|
||||||
|
# S3 Endpoint Support
|
||||||
|
#
|
||||||
|
# cloud storage). First, publishing
|
||||||
|
# endpoints should be described in aptly configuration file. Each endpoint has name
|
||||||
|
# and associated settings.
|
||||||
|
#
|
||||||
|
# In order to publish to S3, specify endpoint as `s3:endpoint-name:` before
|
||||||
|
# publishing prefix on the command line, e.g.:
|
||||||
|
#
|
||||||
|
# `aptly publish snapshot wheezy-main s3:test:`
|
||||||
|
#
|
||||||
|
|
||||||
# JFrog Artifactory Endpoint Support
|
# JFrog Artifactory Endpoint Support
|
||||||
#
|
#
|
||||||
# aptly can be configured to publish repositories directly to JFrog Artifactory. First,
|
# aptly can be configured to publish repositories directly to JFrog Artifactory. First,
|
||||||
@@ -213,17 +225,6 @@ jfrog_publish_endpoints:
|
|||||||
# api_key: api_key
|
# api_key: api_key
|
||||||
# access_token: access_token
|
# access_token: access_token
|
||||||
|
|
||||||
# S3 Endpoint Support
|
|
||||||
#
|
|
||||||
# cloud storage). First, publishing
|
|
||||||
# endpoints should be described in aptly configuration file. Each endpoint has name
|
|
||||||
# and associated settings.
|
|
||||||
#
|
|
||||||
# In order to publish to S3, specify endpoint as `s3:endpoint-name:` before
|
|
||||||
# publishing prefix on the command line, e.g.:
|
|
||||||
#
|
|
||||||
# `aptly publish snapshot wheezy-main s3:test:`
|
|
||||||
#
|
|
||||||
s3_publish_endpoints:
|
s3_publish_endpoints:
|
||||||
# # Endpoint Name
|
# # Endpoint Name
|
||||||
# test:
|
# test:
|
||||||
|
|||||||
Reference in New Issue
Block a user