summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDestin Martin <[email protected]>2021-11-10 18:56:58 -0600
committerGitHub <[email protected]>2021-11-10 16:56:58 -0800
commit731b9abed481f4cd66c7c0765bedc0bc39812bc8 (patch)
tree9af6c6d27e74a1c628c7c4db0fef25ae36b2c1c5
parentb6cd97e63642243a1fee5808013bb4b3366fb808 (diff)
downloadcaprover-one-click-apps-731b9abed481f4cd66c7c0765bedc0bc39812bc8.tar.gz
caprover-one-click-apps-731b9abed481f4cd66c7c0765bedc0bc39812bc8.zip
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.
-rw-r--r--public/v4/apps/gitea.yml4
1 files changed, 3 insertions, 1 deletions
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.