{"id":50509792,"url":"https://github.com/cavcrosby/aptly-api","last_synced_at":"2026-06-02T19:02:12.860Z","repository":{"id":339842398,"uuid":"1163565960","full_name":"cavcrosby/aptly-api","owner":"cavcrosby","description":"A container image for Aptly's HTTP REST API (https://www.aptly.info/).","archived":false,"fork":false,"pushed_at":"2026-05-01T05:34:47.000Z","size":26,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T07:23:33.167Z","etag":null,"topics":["apt","aptly","deb","debian","packaging","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cavcrosby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-21T20:27:18.000Z","updated_at":"2026-05-01T00:27:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cavcrosby/aptly-api","commit_stats":null,"previous_names":["cavcrosby/aptly-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cavcrosby/aptly-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavcrosby%2Faptly-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavcrosby%2Faptly-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavcrosby%2Faptly-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavcrosby%2Faptly-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cavcrosby","download_url":"https://codeload.github.com/cavcrosby/aptly-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cavcrosby%2Faptly-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33833277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt","aptly","deb","debian","packaging","ubuntu"],"created_at":"2026-06-02T19:02:11.635Z","updated_at":"2026-06-02T19:02:12.853Z","avatar_url":"https://github.com/cavcrosby.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aptly-api\n\nThis is a container image for Aptly's HTTP REST API.\n[Aptly](https://www.aptly.info/) is a swiss army knife for Debian repository\nmanagement. Aptly can be used as either via CLI or an\n[API](https://www.aptly.info/doc/api/swagger).\n\n## Supported tags and respective `Dockerfile` links\n\n- [`1.6`, `latest`](https://github.com/cavcrosby/aptly-api/blob/main/src/Dockerfile)\n\n## How to use this image\n\nSomething of importance to note is that by default, the API stores its database,\ndownloaded packages, and published repositories all within the\n`/var/lib/aptly-api` directory. Hence, it's advisable that a volume be mounted\nto this directory. Said volume can be used by multiple instances of the API as\nit runs with the `-no-lock` option.\n\n```shell\ndocker run --detach --volume \"aptly-api:/var/lib/aptly-api\" --publish \"8080:8080\" \"cavcrosby/aptly-api\"\n```\n\nIn addition, a volume containing GPG keys (either ASCII armored or binary) can\nbe mounted at the `/etc/aptly-api/secrets/gpg` path to have those added to the\ncontainer's keyring to be used by the API.\n\n### Using a different listening port\n\n```shell\ndocker run --detach --volume \"aptly-api:/var/lib/aptly-api\" --publish \"8080:8081\" --env \"PORT=8081\" \"cavcrosby/aptly-api\"\n```\n\n### Using a different configuration file\n\n```shell\ndocker run --detach --volume \"aptly-api:/var/lib/aptly-api\" --volume \"${PWD}/aptly.conf:/tmp/aptly.conf\" --publish \"8080:8080\" --env \"CONFIG_PATH=/tmp/aptly.conf\" \"cavcrosby/aptly-api\"\n```\n\n## License\n\nSee LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcavcrosby%2Faptly-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcavcrosby%2Faptly-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcavcrosby%2Faptly-api/lists"}