forked from cloudron-apps/gitea-app
Add author and localstorage
This commit is contained in:
parent
28f61dc582
commit
6d9aa99f39
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,16 @@
|
||||||
{
|
{
|
||||||
"id": "io.gogs.cloudronapp",
|
"id": "io.gogs.cloudronapp",
|
||||||
"title": "A self-hosted Git service",
|
"title": "A self-hosted Git service",
|
||||||
|
"author": "Gogs developers",
|
||||||
"description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123",
|
"description": "easiest, fastest and most painless way to set up a self-hosted Git service.\nDefault credentials are administrator:admin123",
|
||||||
"tagline": "painless self-hosted Git Service",
|
"tagline": "painless self-hosted Git Service",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
"mysql": { },
|
"mysql": { },
|
||||||
"sendmail": { }
|
"sendmail": { },
|
||||||
|
"localstorage": { }
|
||||||
},
|
},
|
||||||
"tcpPorts": {
|
"tcpPorts": {
|
||||||
"SSH_PORT": {
|
"SSH_PORT": {
|
||||||
|
|
Loading…
Reference in a new issue