Skip to content

phore/phore-vcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Control System integration (git)

Cloning Methods

  • http: Available for read-only public repositories
  • ssh: Public key needs to be added as deployment-key

Config options

The configuration of the authentication can be done directly in the url params:

SSH example

[email protected]/path/to/git?ssh_priv_key_file=/mnt/some/key

HTTPS example

https://path/to/git?auth_user=username&auth_pass=somepass
Query Parameter Description
ssh_priv_key Take the value as private key
ssh_priv_key_file Load the private key from file
auth_user (https): The user to log in with
auth_pass (https): The password
auth_pass_file Load password from file