Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOS Notify

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.


Supported 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.


Configuration

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

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


Frontend Integration

Configuration via the MOS frontend is planned, but not yet implemented.


Documentation

Comprehensive documentation is still a TODO for this repository.

For a more general overview please refer to MOS Releases repostiory.


Contributing

Contributions, bug reports, and feature requests are welcome.
Please use GitHub Issues to report bugs or discuss ideas before submitting larger changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages