1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-02 06:02:45 +02:00

remove all mentions of the AppOrder nc app, fixes #34

neil 2021-04-15 20:28:03 +00:00
parent e06b4ce457
commit aea579b479

@ -21,7 +21,6 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2.
4. Manage applications. 4. Manage applications.
- **Remove or disable all Nextcloud applications except the following ones (install them if missing)**: - **Remove or disable all Nextcloud applications except the following ones (install them if missing)**:
- Forms - Forms
- AppOrder
- Custom CSS - Custom CSS
- Theming (should be already enabled). - Theming (should be already enabled).
5. In Users (`/settings/users`): 5. In Users (`/settings/users`):
@ -34,10 +33,6 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2.
- Uncheck all checkboxes in "Federated Cloud Sharing" section - Uncheck all checkboxes in "Federated Cloud Sharing" section
- Administration -> Groupware - Administration -> Groupware
- Uncheck all - Uncheck all
- Administration -> App order
- Uncheck Files.
- Sort Forms first.
- Check "Force the default order for all users".
- Administration -> Theming - Administration -> Theming
- Set the name, web link, slogan, logo and color you want (default color for 42l Forms is `#1C65EF`) - Set the name, web link, slogan, logo and color you want (default color for 42l Forms is `#1C65EF`)
- Set the legal notice and privacy policy link. - Set the legal notice and privacy policy link.
@ -80,7 +75,6 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2.
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 to create a Nextcloud account (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. Now your Nextcloud instance should be ready. Let's move on to sncf.