App for Nextcloud that adds the ability to specify share tokens when creating new public links and change tokens of existing links.
This app was built using tutorial notes app as a skeleton.
You can get this app directly from nextcloud app store.
- Download the gzip archive from the latest release
- Extract the folder cfg_share_links into your NC apps folder
- Enable Configurable Share Links in apps (in Nextcloud)
- Run
make dev-setup
to install frontend dependencies - Run
make build-js
ormake build-js-production
to build
Sharing sidebar is expanded by new section (Custom public link) that allows you to create public links with custom share tokens as can be seen in the first screenshot.
You can also customize share tokens of existing public links as can be seen in the second screenshot.
Admins can set default labels for custom links and minimal token length as can be seen in the next screenshot. Default label can be: none, same as token or custom (the same custom label for all custom links).
Since version 2.0.1 you can create custom links when Enforce password protection is enabled as can be seen in the screenshot below.