feat: add support for insecure mode in Gitea client configuration #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "insecure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GITEA_INTERACTIVE
configuration example in README filesinsecure
flag to ignore TLS certificate errors incmd.go
GITEA_INSECURE
environment variable incmd.go
Insecure
boolean variable inpkg/flag/flag.go
crypto/tls
andnet/http
inpkg/gitea/gitea.go
pkg/gitea/gitea.go
Signed-off-by: Bo-Yi Wu appleboy.tw@gmail.com