Update Gitea to v1.19 (#898)

* Update gitea.yml

* Tweak end comment
This commit is contained in:
Vdauphin 2023-04-07 00:03:47 +02:00 committed by GitHub
parent 3943244477
commit 9d28f46da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -31,16 +31,17 @@ caproverOneClickApp:
variables:
- id: $$cap_db_pass
label: MySQL Root password
defaultValue: $$cap_gen_random_hex(10)
description: ''
validRegex: /.{1,}/
- id: $$cap_gitea_version
label: Gitea Version
defaultValue: '1.18.0'
defaultValue: '1.19.0'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_mysql_version
label: MySQL Version
defaultValue: '8.0.31'
defaultValue: '8.0.32'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/
validRegex: /^([^\s^\/])+$/
instructions:
@ -51,7 +52,7 @@ caproverOneClickApp:
end: >
Gitea is deployed and available as $$cap_appname.
Be sure to change 'Gitea Base URL' duirng initial setup otherwise you may experience issues.
Be sure to change 'Server domain' to `$$cap_root_domain` during initial setup otherwise you may experience issues.
Since Gitea is running inside a container, you can optionally map a port (not 22) of the host to port 22 of the container, if you want to use git commands over SSH. You can perform port mapping in your CapRover dashboard, in App Config section.