1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-04-27 19:52:45 +02:00

removing list of apps to remove

neil 2021-03-24 19:02:55 +00:00
parent effe295124
commit b5a6a1ca5a

@ -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.) - 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. - In Settings -> Administration -> Overview tab, there should only be two warnings about carddav and caldav. If there are more, fix them.
4. Manage applications. 4. Manage applications.
- Remove or disable the following apps: - **Remove or disable all Nextcloud applications except the following ones (install them if missing)**:
- 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:
- Forms - Forms
- AppOrder - AppOrder
- Custom CSS - 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) { .app-sidebar-tabs__content > ul:nth-child(4) > li:nth-child(2) {
display:none !important; 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. ⚠️ 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`. 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. - 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. Now your Nextcloud instance should be ready. Let's move on to sncf.