create aptly-api package
This creates an aptly-api
package.
The packages ships a new service: aptly-api
.
The configuration for this service is found at /etc/aptly-api.conf
. The configuration is not world-readable because it could contain things like s3 credentials.
By default, the service listens on localhost:8080. localhost because this thing has no auth so I think that it is a good default. 8080 because it is Aptly's default port. This can be changed by the users in /etc/default/aptly-api
.
Edited by Alexandre Viau