1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-11-06 18:12:36 +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": { "SSH_PORT": {
"title": "SSH Port", "title": "SSH Port",
"description": "SSH Port over which repos can be pushed & pulled", "description": "SSH Port over which repos can be pushed & pulled",
"defaultValue": 29418 "defaultValue": 29418,
"enabledByDefault": true
} }
}, },
"manifestVersion": 2, "manifestVersion": 2,
@@ -58,7 +59,7 @@
"sso": false "sso": false
} }
}, },
"minBoxVersion": "8.1.0", "minBoxVersion": "9.0.0",
"forumUrl": "https://forum.cloudron.io/category/19/gitea", "forumUrl": "https://forum.cloudron.io/category/19/gitea",
"documentationUrl": "https://docs.cloudron.io/packages/gitea/" "documentationUrl": "https://docs.cloudron.io/packages/gitea/"
} }