File: api.md

package info (click to toggle)
aptly 1.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 49,928 kB
  • sloc: python: 10,398; sh: 252; makefile: 184
file content (9 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
Aptly operations are also available via REST API served with `aptly api serve`.

On Debian based systems, a package `aptly-api` is available, which will run aptly as systemd service as dedicated aptly-api user.

Some configuration changes (S3 publishing endpoints, ...) will require restarting the aptly service in order to take effect.

The REST API shouldn't be exposed to the Internet as there is no authentication/protection, consider using a HTTP proxy (e.g. nginx) to add https and authentication.

#### Aptly REST API Documentation