1
0
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:
Girish Ramakrishnan
2025-11-05 08:51:17 +01:00
parent e4eba7273d
commit a3ee5030b9

View File

@@ -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/"
}