1
0
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:
Girish Ramakrishnan
2015-04-28 17:12:16 -07:00
parent 6457a75618
commit 9a436eacfb
5 changed files with 85 additions and 298 deletions

View File

@@ -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,