mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-11-06 10:02:35 +00:00
add explicit enabledByDefault
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"SSH_PORT": {
|
||||
"title": "SSH Port",
|
||||
"description": "SSH Port over which repos can be pushed & pulled",
|
||||
"defaultValue": 29418
|
||||
"defaultValue": 29418,
|
||||
"enabledByDefault": true
|
||||
}
|
||||
},
|
||||
"manifestVersion": 2,
|
||||
@@ -58,7 +59,7 @@
|
||||
"sso": false
|
||||
}
|
||||
},
|
||||
"minBoxVersion": "8.1.0",
|
||||
"minBoxVersion": "9.0.0",
|
||||
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
|
||||
"documentationUrl": "https://docs.cloudron.io/packages/gitea/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user