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 7472e4050a
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Merge pull request 'release v3.1.0' (#141) from develop into master
Reviewed-on: #141
2022-10-21 19:43:38 +02:00
.gitea/issue_template update issue template 2020-11-08 12:32:19 +01:00
appinfo release v3.1.0 2022-10-21 19:36:55 +02:00
bin add a script to import config 2020-10-23 18:25:08 +02:00
css add custom apps sorting (fix SideMenu and admin ui) 2022-10-21 19:33:43 +02:00
img update icons (#84) 2022-01-10 14:59:17 +01:00
l10n add gitignore 2020-08-28 16:46:38 +02:00
lib add custom apps sorting 2022-10-21 17:59:41 +02:00
screenshots add screenshots 2022-10-18 22:07:55 +02:00
src add base for translations 2022-10-21 19:34:48 +02:00
templates add custom apps sorting (fix SideMenu and admin ui) 2022-10-21 19:33:43 +02:00
vendor replace the sortable jquery plugin with html5sortable 2021-11-05 20:19:08 +01:00
.eslintrc.js init 2020-03-28 17:40:53 +01:00
.gitignore update gitignore and add yarn lock file 2022-10-16 20:00:06 +02:00
.stylelintrc.json update rules of makefile, webpack, stylelintrc 2022-10-16 18:23:20 +02:00
.woodpecker.yml fix CI 2022-10-17 17:55:50 +02:00
CHANGELOG.md release v3.1.0 2022-10-21 19:36:55 +02:00
CODE_OF_CONDUCT.md fix the code of conduct 2021-11-06 20:11:53 +01:00
LICENCE add licence 2020-03-29 13:47:07 +02:00
Makefile [ci] debug 2022-10-16 23:13:52 +02:00
README.md release v3.0.0 2022-10-17 18:27:46 +02:00
package.json update js conf 2022-10-16 22:18:56 +02:00
webpack.js update rules of makefile, webpack, stylelintrc 2022-10-16 18:23:20 +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 add and sort custom categories, define apps that must be displayed in the top menu, etc. Fully customisable.

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

You can customize colors depending of the theme (Dark theme and Breeze Dark).

You like this app and you want to support me? Buy me a coffee or Donate with liberapay

Build Status

Requirements

  • PHP >= 7.4
  • App theming enabled

Installation and upgrade

Custom menu is available from the app store.

$ cd /path/to/nextcloud
$ php occ app:install side_menu

If you want to install it from source, go to https://gitnet.fr/deblan/side_menu/releases and copy the link to the last release (side_menu_vX.Y.Z.tar.gz). Then:

$ cd /path/to/nextcloud/apps
$ curl -sS https://gitnet.fr/attachments/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | tar xvfz -

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 make dep

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

Then commit and create a pull request.

Support

You can join the official room on Matrix: #custommenu:neutralnetwork.org.