Bark is a pure push reminder service that is mainly used to send push feeds of custom content to your iPhone, which can be text, links, ringtones, etc. First, search for bark installation in the AppStore, and when you open it, it will look like this:
Application Scenario: Integrate the project with the Bark interface, you can do itServer alarm reminder, scheduled task reminder, etc。
APP source code address:The hyperlink login is visible. Backend source code address:The hyperlink login is visible.
We call the interface to push a notification with a title and content, as follows:
The renderings are as follows:
Deploy a bark private server
For sensitive information, you can deploy a bark private server, and all data will only be transferred between your phone, your server, and Apple's push server. The privacy of the message content is guaranteed.
Use Docker to quickly deploy a bark private server with the following command:
Access via browserip:port/pingThe output is as follows:
Open the Bark app on your phone, click the + sign in the upper right corner, and add a private server, as shown below:
After the addition is successful, access the privatization server interface through a browser, such as:http://192.168.50.227:9999/EqxrfGyPSihyYQUyML8zja/hello/ok, the renderings are as follows:
(End)
|