Skip to content

Instantly share code, notes, and snippets.

@aursu
Last active August 27, 2018 22:53
Show Gist options
  • Save aursu/8a40a3616f1063703855629b5c7cf352 to your computer and use it in GitHub Desktop.
Save aursu/8a40a3616f1063703855629b5c7cf352 to your computer and use it in GitHub Desktop.
jFrog Artifactory docs

Overview

https://www.jfrog.com/confluence/pages/viewpage.action?pageId=46107883

Configuring Database

https://www.jfrog.com/confluence/display/RTF/Configuring+the+Database

For each of the supported databases you can find the corresponding properties file inside $ARTIFACTORY_HOME/misc/db.

Modes of Operation Artifactory supports two modes of operation:

  • Metadata in the database and binaries stored on the file system (This is the default and recommended configuration).
  • Metadata and binaries stored as BLOBs in the database

MySQL

https://www.jfrog.com/confluence/display/RTF/MySQL

PostgreSQL

https://www.jfrog.com/confluence/display/RTF/PostgreSQL

Configuring the Filestore

https://www.jfrog.com/confluence/display/RTF/Configuring+the+Filestore

Configuring a Reverse Proxy

https://www.jfrog.com/confluence/display/RTF/Configuring+a+Reverse+Proxy

Overriding the Custom URL Base

You can override the Custom URL Base by adding an X-Artifactory-Override-Base-Url HTTP header to your request. This can be useful if you need Artifactory to answer to more than one host name.

Configuring NGINX

https://www.jfrog.com/confluence/display/RTF/Configuring+NGINX

Accessing Artifactory

Artifactory can be accessed using the following URL:

http://SERVER_DOMAIN:8081/artifactory

For example, if you are testing on your local machine you would use: http://localhost:8081/artifactory

Artifactory REST API

https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API

@aursu
Copy link
Author

aursu commented Aug 27, 2018

curl -u admin:password http://localhost:8081/artifactory/api/security/encryptedPassword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment