Ntfy at Boot is a Magisk module used to send notifications upon device boot. This module utilizes the ntfy.sh
service to send notifications, which include the device model, system version, and current time.
- Sends notifications upon device boot.
- Sends notifications after device decryption.
- Supports custom notification topics.
- Supports custom
ntfy.sh
server (optional).
- Download the latest ZIP file.
- Install the ZIP file in the Magisk app.
- Reboot the device.
After installing the module, you need to configure the conf.sh
file to set the NTFY_SUBSCRIPTIONS
.
- Open the file manager and navigate to
/data/adb/ntfy
. - Edit the
conf.sh
file, replacehttps://ntfy.sh/test https://ntfy.sh/test2
with your ownNTFY_SUBSCRIPTIONS
.
action.sh
: Script executed upon device boot.conf.sh
: Configuration file containingNTFY_SUBSCRIPTIONS
.customize.sh
: Installation script.module.prop
: Module property file.post-fs-data.sh
: Script executed after the file system is mounted.service.sh
: Script executed after device boot is complete.utils.sh
: Script containing utility functions.
Contributions of code and suggestions are welcome! Please submit a Pull Request or create an Issue.
This project is licensed under the MIT License. For more details, see the LICENSE file.
If you have any questions or suggestions, please contact Mayuri.