use checklists in manifest

This commit is contained in:
Johannes Zellner 2024-12-09 12:24:46 +01:00
parent 090c4c43a8
commit e180f84aef
2 changed files with 6 additions and 3 deletions

View File

@ -49,7 +49,12 @@
], ],
"changelog": "file://CHANGELOG.md", "changelog": "file://CHANGELOG.md",
"postInstallMessage": "file://POSTINSTALL.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", "forumUrl": "https://forum.cloudron.io/category/19/gitea",
"documentationUrl": "https://docs.cloudron.io/apps/gitea/" "documentationUrl": "https://docs.cloudron.io/apps/gitea/"
} }

View File

@ -3,8 +3,6 @@ This app is pre-setup with an admin account. The initial credentials are:
**Username**: root<br/> **Username**: root<br/>
**Password**: changeme<br/> **Password**: changeme<br/>
Please change the admin password immediately.
<sso> <sso>
Use the `Local` authentication source for logging in as admin. Use the `Local` authentication source for logging in as admin.
</sso> </sso>