The main part of your Gemfury account is the repository with your packages. Your private repository is accessible via an authenticated URL that you can use to install packages from your personal account or from accounts where you are a collaborator.
https://USER:TOKEN@repo.fury.io/ACCOUNT/
Finding your Repo-URL
To find your Repository URL, go to Getting Started or the Repos sections on your dashboard.
Repo-URL in a Collaboration
If you collaborate on another account, you can access that account’s repository by using your personal access token while replacing the username in the Repo-URL with the username of the other account:
https://MY-USERNAME:MY-TOKEN@repo.fury.io/TEAM-USERNAME/
Repo-URL by Language
Gemfury uses the User-Agent HTTP header to figure out which repository and
set of packages to serve to the client. If you are having trouble with our
auto-detection, you can replace repo.fury.io with one of the following
hostnames:
| RubyGems | gem.fury.io | PHP Composer | php.fury.io |
|---|---|---|---|
| Node.js npm | npm.fury.io | Blended npm | npm-proxy.fury.io |
| Python PyPI | pypi.fury.io | NuGet | nuget.fury.io |
| YUM/RPM | yum.fury.io | APT/DEB | apt.fury.io |
| Go Modules | go-proxy.fury.io | Maven | maven.fury.io |
How secure is the Repo-URL?
All your packages and security tokens are transferred over an encrypted SSL connection. If you are interested in the details of Gemfury’s authentication model, you can read more about the security of an access token in an URL.