|
8 months ago | |
---|---|---|
appinfo | 8 months ago | |
css | 8 months ago | |
img | 8 months ago | |
lib | 8 months ago | |
src | 8 months ago | |
templates | 8 months ago | |
.eslintrc.js | 10 months ago | |
.gitignore | 9 months ago | |
ISSUE_TEMPLATE.md | 9 months ago | |
LICENCE | 10 months ago | |
README.md | 8 months ago | |
package.json | 8 months ago | |
webpack.js | 9 months ago |
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.
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
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
Administrators can edit many settings using the administration page.
Users can disable the menu using the page of personal settings.
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:
apps/
and clone your repositoryapps/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.