NotificationsAuditstable · v★ —
Change Notifier
Instant email notifications for every change to your short URLs.
Overview
Change Notifier monitors creation, editing and deletion of short URLs and sends real-time email notifications. Ideal for teams and for anyone who needs a readable audit trail on every change.
Key features
- ●Instant emails on every creation, change or deletion.
- ●Multiple configurable recipients.
- ●Readable audit trail across all changes.
- ●Minimal setup from the admin interface.
Quick install
1cd user/plugins
2git clone https://github.com/gioxx/YOURLS-ChangeNotifier
3# Configure email recipients from the plugin panel
YOURLS min1.7.9+
PHP compat7.4 / 8.x
If YOURLS doesn't have write permissions on the plugins directory, Plugin Manager will show an error like “Automatic installation is not possible because YOURLS cannot write to …/user/plugins”. In that case you can install manually over SSH — run these commands inside your plugins directory:
SSH
1wget -O YOURLS-ChangeNotifier-.zip "https://github.com/gioxx/YOURLS-ChangeNotifier/archive/refs/heads/main.zip"
2unzip YOURLS-ChangeNotifier-.zip
3rm -rf YOURLS-ChangeNotifier/
4mv gioxx-YOURLS-ChangeNotifier-*/ YOURLS-ChangeNotifier/
5rm YOURLS-ChangeNotifier-.zip
Alternatively, download the ZIP above, extract it locally and upload the folder via FTP/SFTP.