parent
3943244477
commit
9d28f46da9
|
|
@ -31,16 +31,17 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_db_pass
|
- id: $$cap_db_pass
|
||||||
label: MySQL Root password
|
label: MySQL Root password
|
||||||
|
defaultValue: $$cap_gen_random_hex(10)
|
||||||
description: ''
|
description: ''
|
||||||
validRegex: /.{1,}/
|
validRegex: /.{1,}/
|
||||||
- id: $$cap_gitea_version
|
- id: $$cap_gitea_version
|
||||||
label: 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
|
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
|
||||||
label: 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/
|
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
instructions:
|
instructions:
|
||||||
|
|
@ -51,7 +52,7 @@ 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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue