You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraformDummyRepo2/docs/index.md

641 B

page_title subcategory description
gitea Provider

gitea Provider

Schema

Optional

  • base_url (String) The Gitea Base API URL
  • cacert_file (String) A file containing the ca certificate to use in case ssl certificate is not from a standard chain
  • insecure (Boolean) Disable SSL verification of API calls
  • password (String) Password in case of using basic auth
  • token (String) The application token used to connect to Gitea.
  • username (String) Username in case of using basic auth