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.
This commit is contained in:
Destin Martin 2021-11-10 18:56:58 -06:00 committed by GitHub
parent b6cd97e636
commit 731b9abed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,7 @@ caproverOneClickApp:
validRegex: /.{1,}/ validRegex: /.{1,}/
- id: $$cap_gitea_version - id: $$cap_gitea_version
label: 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 description: Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags
validRegex: /^([^\s^\/])+$/ validRegex: /^([^\s^\/])+$/
- id: $$cap_mysql_version - id: $$cap_mysql_version
@ -51,6 +51,8 @@ caproverOneClickApp:
end: > end: >
Gitea is deployed and available as $$cap_appname. 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. 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. IMPORTANT: It will take up to 2 minutes for Gitea to be ready. Before that, you might see 502 error page.