{"id":16759883,"url":"https://github.com/corevo/apm-server","last_synced_at":"2025-10-14T13:38:09.206Z","repository":{"id":99024738,"uuid":"86689697","full_name":"corevo/apm-server","owner":"corevo","description":"proxy enable installation of atom packages behind firewall","archived":false,"fork":false,"pushed_at":"2017-03-30T10:59:36.000Z","size":305,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T08:41:23.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/corevo.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}},"created_at":"2017-03-30T10:22:42.000Z","updated_at":"2017-03-30T10:59:42.000Z","dependencies_parsed_at":"2023-06-29T19:45:53.377Z","dependency_job_id":null,"html_url":"https://github.com/corevo/apm-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corevo/apm-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corevo%2Fapm-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corevo%2Fapm-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corevo%2Fapm-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corevo%2Fapm-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corevo","download_url":"https://codeload.github.com/corevo/apm-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corevo%2Fapm-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018702,"owners_count":26086609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-10-13T04:09:15.954Z","updated_at":"2025-10-14T13:38:09.176Z","avatar_url":"https://github.com/corevo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apm-server\n`apm-server` - a proxy that enables installation of atom packages behind a firewall\n\n## About apm-server\n[apm](https://github.com/atom/apm) doesn't allow installation of atom packages not through official channels.  \n`apm-server` lets you install those packages from behind a firewall\n\n## Installation\n```bash\n# Installation by cloning\n$ git clone git@github.com:corevo/apm-server.git\n$ npm install\n$ npm bulid\n$ npm serve\n\n# Proxy Configuration\n$ cp .env.sample .env\n$ vim .env\n# PORT - port to listen on\n# NPM_REGISTRY - the sinopia-apm that contains the atom packages, read below\n# DOMAIN - the endpoint at which users will reach the proxy\n# FEATURED - featured packages to be highlighted in atom's settings\n# DEBUG - debug wildcard string application* for my debug logs or * for everything\n\n# Atom configuration\n# atom has to be ran with certain env variables to reach the proxy\n$ export ATOM_API_URL=http://your-apm-server/api\n$ export ATOM_NODE_URL=http://your-apm-server/download/atom-shell\n\n# apm configuration\n# If you also use npmjs.org behind firewall you need to configure apm in the same manner\n$ apm config set registry http://your-internal-npm-registry\n```\nThe `ATOM_NODE_URL` is used for [atom-shell](https://atom.io/download/atom-shell/v0.36.8/SHASUMS256.txt)  \natom needs to download the respective shell in order to install packages\n\n### Important Note about NPM_REGISTRY\nSince some atom packages have the same name as other npm packages.  \ne.g. [react](https://github.com/facebook/react) and [atom-react](https://github.com/orktes/atom-react) have the same name in their `package.json` and need to be stored in different npm registries, you would store `atom-react` here, while storing react in any other means.  \nAlso atom packages have more required tags in their `package.json` so in order for that to work you need to use my fork of [sinopia](https://github.com/corevo/sinopia)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorevo%2Fapm-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorevo%2Fapm-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorevo%2Fapm-server/lists"}