Gitea - Git with a cup of tea
Converted into Kubernetes manifest for Rancher v2.x.
The database service to use.
SSH port to access Gitea cli.
Domain name of your server.
Enable this to send e-mail to watchers of repository when something happens like creating issues, requires Mailer to be enabled.
### GITEA_SERVICE_ENABLE_REVERSE_PROXY_AUTHENTICATION
Gitea considers users authenticated if X-Forwarded-User is set.
Enable this if you want gitea to create users if REVERSE_PROXY_AUTHENTICATION is enabled.
Enable this if you want only administrators to create accounts.
Disable this if you do not want users to create new accounts by clicking on the button.
Enable this to use a mail service.
Mail from address, RFC 5322. This can be just an email address, or the “Name” [email protected] format.
Note, if the port ends with '465', SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used.)
User name of mailer (usually just your e-mail address).
Password of mailer.
Do not verify the self-signed certificates.