Skip to content

AndroidAppsUsedByMyself/ntfy_at_boot

Repository files navigation

Ntfy at Boot

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.

Features

  • Sends notifications upon device boot.
  • Sends notifications after device decryption.
  • Supports custom notification topics.
  • Supports custom ntfy.sh server (optional).

Installation

  1. Download the latest ZIP file.
  2. Install the ZIP file in the Magisk app.
  3. Reboot the device.

Configuration

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.

  1. Open the file manager and navigate to /data/adb/ntfy.
  2. Edit the conf.sh file, replace <ntfy_topic> with your own ntfy_topic.

Custom ntfy.sh Server (Optional)

If you want to use a custom ntfy.sh server, you can configure it as follows:

  1. Open the file manager and navigate to /data/adb/ntfy.

  2. Edit the conf.sh file and find the custom_ntfy_server variable.

  3. Modify the value of custom_ntfy_server to your own ntfy.sh server address.

  4. Save the file and reboot the device.

File Structure

  • action.sh: Script executed upon device boot.
  • conf.sh: Configuration file containing ntfy_topic and custom_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.

Contributing

Contributions of code and suggestions are welcome! Please submit a Pull Request or create an Issue.

License

This project is licensed under the MIT License. For more details, see the LICENSE file.

Acknowledgments

  • ntfy.sh - Service used for sending notifications.
  • Magisk - Tool used for managing modules.

Contact

If you have any questions or suggestions, please contact Mayuri.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages