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_topic
. The custom_ntfy_server
is an optional modification.
- Open the file manager and navigate to
/data/adb/ntfy
. - Edit the
conf.sh
file, replace<ntfy_topic>
with your ownntfy_topic
.
If you want to use a custom ntfy.sh
server, you can configure it as follows:
-
Open the file manager and navigate to
/data/adb/ntfy
. -
Edit the
conf.sh
file and find thecustom_ntfy_server
variable. -
Modify the value of
custom_ntfy_server
to your ownntfy.sh
server address. -
Save the file and reboot the device.
action.sh
: Script executed upon device boot.conf.sh
: Configuration file containingntfy_topic
andcustom_ntfy_server
(optional).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.