An open API service indexing awesome lists of open source software.

https://github.com/librecodecoop/file_sharing_invalid_notifier

Nextcloud app to notify all invalid links by email
https://github.com/librecodecoop/file_sharing_invalid_notifier

nextcloud nextcloud-app php php7

Last synced: about 2 months ago
JSON representation

Nextcloud app to notify all invalid links by email

Awesome Lists containing this project

README

          

# File sharing invalid notifier

Notify all invalid links by email

## Install

* Download this repository
* Put on server on your app folder
* Install the app

## How to use

Create the group that will contain all users that you want to notify:
```
occ group:add invalid
```
Add users that will receive notifications to created group:
```
occ group:adduser invalid admin
```
Create app setting with name of group that you will put all users that you want to nofify when a invalid link is found:
```
occ config:app:set file_sharing_invalid_notifier invalid_link_group --value=invalid
```

> PS: Only users with email will be notified.
> PS²: You will need configure the [email server](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html#email) on your instance