Sarsum / sharerenamer

A simple and fast share link renamer add-in for the Files app in Nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github All Releases AGPL-3.0

ShareRenamer

A simple share link renamer add-in for the Files app in Nextcloud

This is an add-in to the Files app, which allows you to customize your share tokens, so your links can be https://mycloud.de/s/mysharedlink instead of https://mycloud.de/s/qPv1SwbU5M2YEoJZ. Just share a file or folder (or click an already shared one) and a new button for renaming the link will appear below the 'Copy URL' button in the menu of the share.

You can also rename links in the Gallery app.

Please be aware that this is a potential security risk: links could be guessed! We discourage using this app on large instances that host sensitive data! We also encourage you to password protect such shared links.

Requirements

  • Nextcloud >= 9

Install

Nextcloud app store (recommended)

Just install the app from the Nextcloud app store. It can be found under the 'tools' category.

Manual installation

  • Download the latest version from the release page.
  • Extract the archive to your Nextcloud's app folder, e.g. tar xvf sharerenamer-x.x.x.tar.gz -C /path/to/nextcloud/apps
  • Enable the app in the Apps section of your Nextcloud.

Install from git

  • Simply clone the repo to your apps folder:
cd /path/to/nextcloud/apps/
git clone https://github.com/DecaTec/sharerenamer.git
  • Enable the app in the Apps section of your Nextcloud.

About

A simple and fast share link renamer add-in for the Files app in Nextcloud

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 86.0%Language:PHP 12.1%Language:Makefile 1.9%