summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVdauphin <[email protected]>2023-04-07 00:03:47 +0200
committerGitHub <[email protected]>2023-04-06 15:03:47 -0700
commit9d28f46da9f558ff4fc96506be6ef0c4349537ec (patch)
tree35ee1234cb0920945d9177e393b0ee06950dd549
parent394324447737c4c006e97ddf899f3b55e02df70c (diff)
downloadcaprover-one-click-apps-9d28f46da9f558ff4fc96506be6ef0c4349537ec.tar.gz
caprover-one-click-apps-9d28f46da9f558ff4fc96506be6ef0c4349537ec.zip
Update Gitea to v1.19 (#898)
* Update gitea.yml * Tweak end comment
-rw-r--r--public/v4/apps/gitea.yml7
1 files 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.