1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-28 07:57:27 +00:00

checklist added to CloudronManifest, CLOUDRON_OIDC_PROVIDER_NAME implemented

This commit is contained in:
Vladimir D
2024-12-06 20:51:35 +04:00
parent 090c4c43a8
commit 4372579bff
3 changed files with 7 additions and 4 deletions

View File

@@ -49,7 +49,12 @@
],
"changelog": "file://CHANGELOG.md",
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "7.5.1",
"checklist": {
"change-default-password": {
"message": "Change the default admin password"
}
},
"minBoxVersion": "8.1.0",
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
"documentationUrl": "https://docs.cloudron.io/apps/gitea/"
}