This application customs the top menu of Nextcloud 📦 https://apps.nextcloud.com/apps/side_menu 📘 https://deblan.gitnet.page/side_menu_doc/
Go to file
Simon Vieille d279fbd813
change typo
2020-10-14 16:23:09 +02:00
appinfo release v1.17.0 2020-10-14 16:16:06 +02:00
bin indentation 2020-08-28 17:30:08 +02:00
css add cache and loader for big menu 2020-10-11 17:06:34 +02:00
img add cache and loader for big menu 2020-10-11 17:06:34 +02:00
l10n add gitignore 2020-08-28 16:46:38 +02:00
lib add admin actions: remove cache, export configuration 2020-10-14 16:14:50 +02:00
screenshots update screenshots 2020-09-24 14:26:43 +02:00
src change typo 2020-10-14 16:23:09 +02:00
templates change typo 2020-10-14 16:23:09 +02:00
.eslintrc.js init 2020-03-28 17:40:53 +01:00
.gitignore add gitignore 2020-08-29 14:04:45 +02:00
ISSUE_TEMPLATE.md update template for issue 2020-09-23 12:57:45 +02:00
LICENCE add licence 2020-03-29 13:47:07 +02:00
Makefile release v1.9.0 2020-09-03 10:17:08 +02:00
README.md change 'Side menu' with 'Custom menu' 2020-09-23 13:17:13 +02:00
package.json add base of the big menu 2020-08-06 15:00:59 +02:00
webpack.js remove main.js from webpack and add styles 2020-04-17 13:58:34 +02:00

README.md

🤙 Nextcloud app / Custom menu 🎨

Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top. You can also define apps that must be displayed in the top menu. Fully customisable.

This application is rather suitable for instances that activate a lot of applications.

Comptatible with AppOrder.

You like this app and you want to support me? Buy me a coffee

Installation and upgrade

Custom menu is available from the app store. If you want to install it from source: go to https://gitnet.fr/deblan/side_menu/releases and download the last release (side_menu_vX.Y.Z.zip). Copy the content into apps.

$ cd /path/to/nextcloud/apps
$ unzip /path/to/side_menu_vX.Y.Z.zip # tar xvf /path/to/side_menu_vX.Y.Z.tar.gz

Administrators can edit many settings using the administration page.

Users can disable the menu using the page of personal settings.

Use the shortcut Ctrl+o to open and to hide the side menu. Use tab to navigate.

How to contribute?

You can report a bug or request a feature by opening an issue: https://gitnet.fr/deblan/side_menu/issues

If you are a developer:

  • fork the repository
  • install an instance of Nextcloud
  • go to apps/ and clone your repository
  • go to apps/side_menu and run npm install

Build javascripts using make npm-build (or make npm-watch to build them in real time).

Then commit and create a pull request.