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
- Host: GitHub
- URL: https://github.com/librecodecoop/file_sharing_invalid_notifier
- Owner: LibreCodeCoop
- License: agpl-3.0
- Created: 2022-03-06T20:25:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T20:41:07.000Z (over 1 year ago)
- Last Synced: 2025-04-28T11:49:35.433Z (12 months ago)
- Topics: nextcloud, nextcloud-app, php, php7
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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