mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-28 07:57:27 +00:00
Make it work
This commit is contained in:
@@ -7,7 +7,15 @@
|
||||
"healthCheckPath": "/",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
"mysql": { }
|
||||
"mysql": { },
|
||||
"sendmail": { }
|
||||
},
|
||||
"tcpPorts": {
|
||||
"SSH_PORT": {
|
||||
"title": "SSH Port",
|
||||
"description": "SSH Port over which repos can be pushed & pulled",
|
||||
"defaultValue": 29418
|
||||
}
|
||||
},
|
||||
"minBoxVersion": "0.0.1",
|
||||
"manifestVersion": 1,
|
||||
|
Reference in New Issue
Block a user