This section collects the instructions for every format: connecting the client to a proxy repository, publishing to a hosted repository, and format specifics.
In the example commands, substitute your own values:
<GALLEON_HOST>— the address of your Galleon instance;<USERNAME>and<PASSWORD>— the account username and password, or the “Name code” and “Pass code” of a user token (Credentials);<REPOSITORY>— the repository name. The names in the examples are conventional; check the actual ones in the “Browse” section or with your administrator.
Common rules for all formats:
- the repository address is
https://<GALLEON_HOST>/repository/<REPOSITORY>/; the exception is Docker (OCI), covered in Repositories and formats; - if the administrator has enabled anonymous access to a repository, the credentials in read commands can be omitted (
<USERNAME>:<PASSWORD>@in the address,docker login, and the like); - why a package just released in an external registry may not be visible immediately is explained in Proxying and caching.