checklist added to CloudronManifest
This commit is contained in:
parent
4a9ce49f7e
commit
94f42678bd
|
@ -20,6 +20,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"checklist": {
|
||||
"change-default-password": {
|
||||
"sso": false,
|
||||
"message": "Change the default admin password"
|
||||
},
|
||||
"create-admin": {
|
||||
"sso": true,
|
||||
"message": "On first visit, sign in using the built-in Cloudron authentication and then make the user administrator by running: `php cli/reconfigure.php --default_user YOUR_USERNAME`"
|
||||
}
|
||||
},
|
||||
"manifestVersion": 2,
|
||||
"website": "http://www.freshrss.org",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
|
@ -29,7 +39,7 @@
|
|||
"https://screenshots.cloudron.io/org.freshrss.cloudronapp/1.png"
|
||||
],
|
||||
"postInstallMessage": "file://POSTINSTALL.md",
|
||||
"minBoxVersion": "7.5.1",
|
||||
"minBoxVersion": "8.1.0",
|
||||
"forumUrl": "https://forum.cloudron.io/category/27/freshrss",
|
||||
"documentationUrl": "https://cloudron.io/documentation/apps/freshrss/",
|
||||
"optionalSso": true
|
||||
|
|
|
@ -1,16 +1,7 @@
|
|||
<sso>
|
||||
On first visit, sign in using the built-in Cloudron authentication and then make the user administrator
|
||||
by running:
|
||||
```
|
||||
php cli/reconfigure.php --default_user YOUR_USERNAME
|
||||
```
|
||||
</sso>
|
||||
|
||||
<nosso>
|
||||
This app is pre-setup with an admin account. The initial credentials are:
|
||||
|
||||
**Username**: admin<br/>
|
||||
**Password**: changeme<br/>
|
||||
|
||||
Please change the admin password immediately.
|
||||
</nosso>
|
||||
|
|
Loading…
Reference in New Issue