Notify is a small Go-based notification service used by MOS to deliver system and service notifications.
Notifications can be displayed directly within MOS and optionally forwarded to external notification providers.
MOS Notify currently supports the following notification targets:
- MOS (internal notifications)
- Discord
- Gotify
- Pushover
- PushBits
Multiple providers can be enabled at the same time.
If no provider is configured, notifications will still be shown inside MOS only.
Provider configuration is currently done manually via:
/boot/config/notify/providers/
Each provider has its own configuration file.
After changing any provider configuration, the service must be restarted:
/etc/init.d/notify restart
Logs are available at: /var/log/notify or via the MOS Frontend under Settings → Logs
Custom providers can be added as long as they are compatible with MOS Notify.
If you have implemented a new provider and would like to share it, please open a Pull Request at:
https://github.com/ich777/mos-boot-files
Configuration via the MOS frontend is planned, but not yet implemented.
Comprehensive documentation is still a TODO for this repository.
For a more general overview please refer to MOS Releases repostiory.
Contributions, bug reports, and feature requests are welcome.
Please use GitHub Issues to report bugs or discuss ideas before submitting larger changes.