mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Document Azure configuration
Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
This commit is contained in:
committed by
André Roth
parent
0eccaf2b60
commit
b8e0aba3cf
@@ -178,6 +178,9 @@ Options:
|
|||||||
* `SwiftPublishEndpoints`:
|
* `SwiftPublishEndpoints`:
|
||||||
configuration of OpenStack Swift publishing endpoints (see below)
|
configuration of OpenStack Swift publishing endpoints (see below)
|
||||||
|
|
||||||
|
* `AzurePublishEndpoints`:
|
||||||
|
configuration of Azure publishing endpoints (see below)
|
||||||
|
|
||||||
## FILESYSTEM PUBLISHING ENDPOINTS
|
## FILESYSTEM PUBLISHING ENDPOINTS
|
||||||
|
|
||||||
aptly defaults to publish to a single publish directory under `rootDir`/public. For
|
aptly defaults to publish to a single publish directory under `rootDir`/public. For
|
||||||
@@ -288,6 +291,24 @@ publishing prefix on the command line, e.g.:
|
|||||||
|
|
||||||
`aptly publish snapshot jessie-main swift:test:`
|
`aptly publish snapshot jessie-main swift:test:`
|
||||||
|
|
||||||
|
## AZURE PUBLISHING ENDPOINTS
|
||||||
|
|
||||||
|
aptly can be configured to publish repositories directly to Microsoft Azure Blob
|
||||||
|
Storage. First, publishing endpoints should be described in the aptly
|
||||||
|
configuration file. Each endpoint has its name and associated settings:
|
||||||
|
|
||||||
|
* `container`:
|
||||||
|
container name
|
||||||
|
* `prefix`:
|
||||||
|
(optional) do publishing under specified prefix in the container, defaults to
|
||||||
|
no prefix (container root)
|
||||||
|
* `accountName`, `accountKey`:
|
||||||
|
Azure storage account access key to access blob storage
|
||||||
|
* `endpoint`:
|
||||||
|
endpoint URL to connect to, as described in
|
||||||
|
[the Azure documentation](https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string);
|
||||||
|
defaults to `https://$accountName.blob.core.windows.net`
|
||||||
|
|
||||||
## PACKAGE QUERY
|
## PACKAGE QUERY
|
||||||
|
|
||||||
Some commands accept package queries to identify list of packages to process.
|
Some commands accept package queries to identify list of packages to process.
|
||||||
|
|||||||
Reference in New Issue
Block a user