From 9d28f46da9f558ff4fc96506be6ef0c4349537ec Mon Sep 17 00:00:00 2001 From: Vdauphin Date: Fri, 7 Apr 2023 00:03:47 +0200 Subject: [PATCH] Update Gitea to v1.19 (#898) * Update gitea.yml * Tweak end comment --- public/v4/apps/gitea.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/v4/apps/gitea.yml b/public/v4/apps/gitea.yml index 4afebd4..451e313 100644 --- a/public/v4/apps/gitea.yml +++ b/public/v4/apps/gitea.yml @@ -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.