agola icon indicating copy to clipboard operation
agola copied to clipboard

How to config remote sources ?

Open chuoke opened this issue 3 years ago • 1 comments

I don't find remote sources config. Please give some examples? Not the docker run example.

chuoke avatar Mar 18 '21 13:03 chuoke

Hi @chuoke for create a remotesource in an Agola running service you must run this command line: agola --token {agola_admin_token}--gateway-url {agola_gateway_url} remotesource create --type {remotesource_type} --api-url {remotesource_api_url} --auth-type {remotesource_auth_type} --clientid {remotesource_oauth2_clientid} --secret {remotesource_oauth2_secret} --skip-ssh-host-key-check --name {remotesource_name}

For see the help you can use the command: agola remotesource create --help

Here the documentation: https://agola.io/doc/

alessandro-sorint avatar Nov 11 '21 08:11 alessandro-sorint