removing list of apps to remove

neil 2021-03-24 19:02:55 +00:00
parent effe295124
commit b5a6a1ca5a
1 changed files with 7 additions and 33 deletions

@ -19,38 +19,7 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2.
- Delete all your files (from the trash, too.)
- In Settings -> Administration -> Overview tab, there should only be two warnings about carddav and caldav. If there are more, fix them.
4. Manage applications.
- Remove or disable the following apps:
- Accessibility
- Activity
- Brute-force settings
- Collaborative tags
- Comments
- Contacts Interaction
- Dashboard
- Deleted files
- Federation
- File sharing
- First run wizard
- Log Reader
- Monitoring
- Nextcloud announcements
- Notifications
- Password policy
- PDF viewer
- Photos
- Privacy
- Recommendations
- Right click
- Share by mail
- Support
- Text
- Update notification
- Usage survey
- User status
- Versions
- Video player
- Weather status
- Install and enable the following apps:
- **Remove or disable all Nextcloud applications except the following ones (install them if missing)**:
- Forms
- AppOrder
- Custom CSS
@ -96,13 +65,18 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2.
.app-sidebar-tabs__content > ul:nth-child(4) > li:nth-child(2) {
display:none !important;
}
#content-vue ~ div.popover.vue-popover-theme.open > div > div > div > div > ul[data-v-1b33c33b=""] > li[data-v-42b28436=""][data-v-08b5edd3=""]:nth-child(1) {
display:none !important;
}
```
⚠️ This will hide the user menu from your interface to provide a better end-user experience (the routes will be restricted anyway). If you need to re-enable your icons for some time, go to `http://your-instance-url/settings/user`, then Theming section again, then comment out this CSS code and save. Note that this will affect all users. If you don't want that, tweak your own CSS.
7. You're almost done. Open Nextcloud's config file `config/config.php`.
- Consider adding `'simpleSignUpLink.shown' => false` to remove Nextcloud's recommendation (which doesn't match this Forms service at all).
- Consider adding `'simpleSignUpLink.shown' => false` to remove Nextcloud's recommendation to create a Nextcloud account (which doesn't match this Forms service at all).
- Add `'defaultapp' => 'apporder'` to redirect users to the Forms app upon login.
Now your Nextcloud instance should be ready. Let's move on to sncf.