From 731b9abed481f4cd66c7c0765bedc0bc39812bc8 Mon Sep 17 00:00:00 2001 From: Destin Martin Date: Wed, 10 Nov 2021 18:56:58 -0600 Subject: [PATCH] Updated gitea version variable 'defaultValue' in gitea.yml (#561) * Updated gitea version variable 'defaultValue' in gitea.yml * Modified gitea.yml instruction to advise users to set Gitea Base URL. --- public/v4/apps/gitea.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/v4/apps/gitea.yml b/public/v4/apps/gitea.yml index 1cfcc6d..9163f05 100644 --- a/public/v4/apps/gitea.yml +++ b/public/v4/apps/gitea.yml @@ -35,7 +35,7 @@ caproverOneClickApp: validRegex: /.{1,}/ - id: $$cap_gitea_version label: Gitea Version - defaultValue: '1.7' + defaultValue: '1.15.6' description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags validRegex: /^([^\s^\/])+$/ - id: $$cap_mysql_version @@ -51,6 +51,8 @@ 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. + 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. IMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.