This application customs the top menu of Nextcloud
📦 https://apps.nextcloud.com/apps/side_menu
📘 https://deblan.gitnet.page/side_menu_doc/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Simon Vieille fe5ffcb6bf
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Merge pull request 'release v3.4.0' (#179) from develop into master
Reviewed-on: #179
4 months ago
.gitea/issue_template update issue template 2 years ago
appinfo release v3.4.0 4 months ago
bin add a script to import config 2 years ago
css reduce the height of categories list (fix #173) 5 months ago
img update icons (#84) 1 year ago
l10n add gitignore 3 years ago
lib add possibility to define side_menu as default app and redirect to the first top menu app (#177) 4 months ago
screenshots update screenshots 5 months ago
src fix merge 4 months ago
templates fix #164: open apps in new tab does not work 5 months ago
vendor replace the sortable jquery plugin with html5sortable 1 year ago
.eslintrc.js init 3 years ago
.gitignore update gitignore and add yarn lock file 5 months ago
.stylelintrc.json update rules of makefile, webpack, stylelintrc 5 months ago
.woodpecker.yml update ci 4 months ago
CHANGELOG.md release v3.4.0 4 months ago
CODE_OF_CONDUCT.md fix the code of conduct 1 year ago
LICENCE add licence 3 years ago
Makefile [ci] debug 5 months ago
README.md add possibility to define side_menu as default app and redirect to the first top menu app (#177) 4 months ago
package.json update js conf 5 months ago
webpack.js update rules of makefile, webpack, stylelintrc 5 months ago

README.md

🤙 Nextcloud app / Custom menu 🎨

Build Status Translations

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

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.

Use first top menu app as default app

You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your config/config.php:

'defaultapp' => 'side_menu',

If the top menu is empty then it redirects to files.

How to contribute?

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

You are a translator

Translations are managed from translate.codeberg.org.

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.

Notice

Because I believe in a free and decentralized Internet, Gitnet is self-hosted at home. In case of downtime, you can download Custom Menu from here.