This application customs the top menu of Nextcloud 📦 https://apps.nextcloud.com/apps/side_menu 📘 https://deblan.gitnet.page/side_menu_doc/
转到文件
Simon Vieille 8368562ed0
release v1.6.2
2020-05-14 13:28:39 +02:00
appinfo release v1.6.2 2020-05-14 13:28:39 +02:00
css fix #19: add option to keep external sites in the top menu 2020-05-09 15:53:25 +02:00
img fix #16: add dark icons and handle main menu svg filters 2020-05-09 14:00:11 +02:00
lib add personal settings page to enabled (or not) the side menu 2020-05-11 22:51:27 +02:00
src fix issue #19: add a hack to show external sites in the top menu with navigation 2020-05-12 19:45:46 +02:00
templates add a cache for the top menu update (#19) 2020-05-13 12:25:11 +02:00
.eslintrc.js init 2020-03-28 17:40:53 +01:00
.gitignore add gitignore 2020-04-25 16:03:51 +02:00
ISSUE_TEMPLATE.md add documentation 2020-04-22 00:42:47 +02:00
LICENCE add licence 2020-03-29 13:47:07 +02:00
README.md release v1.6.0 2020-05-11 22:57:55 +02:00
package.json add title on links 2020-05-12 09:25:43 +02:00
webpack.js remove main.js from webpack and add styles 2020-04-17 13:58:34 +02:00

README.md

🤙 Nextcloud app / Side menu 🎨

Side menu allows you to modify the position of the main menu by creating a panel on the left of the interface. This application is rather suitable for instances that activate a lot of applications.

Comptatible with AppOrder.

Installation

Side menu is availabe 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 archive to your Nextcloud server.

$ cd /path/to/nextcloud/apps
$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip

Upgrade

Side menu can be upgraded 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 archive to your Nextcloud server.

$ cd /path/to/nextcloud/apps
$ rm -frv side_menu
$ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip

Preview

Configuration

Administrators can edit many settings using the administration page.

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

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 webpack --config ./webpack.js (add -w to build them in real time).

Then commit and create a pull request.