Mike Schwörer
05eb37bc80
- upgrade gradle from 7.5 to 7.6.1 - change java target from 1.8 to 17 - set flutter jdk-dir to system-jdk (instead of now-incompatible android-studio bundled jdk) (android studio bundles jdk 21, jdk 21 needs gradle 8.4, flutetr does not work with gradle > 7.6.1 ) => see https://docs.gradle.org/current/userguide/compatibility.html#java => https://www.liquidbcn.com/en/insights/solving-issues-android-studio-ladybug-java-21-flutter |
||
---|---|---|
.gitea/workflows | ||
android | ||
androidExportReader | ||
data | ||
examples | ||
flutter | ||
scnserver | ||
store | ||
README.md | ||
scn_send.sh |
SimpleCloudNotifier
SimpleCloudNotifier is an app to display messages that you can send to your phone with simple POST requests.
After you start the app it generates a UserID and a UserSecret. Now you can send your message to https://simplecloudnotifier.blackforestbytes.com/send.php and a notification will be pushed to your phone. (see https://simplecloudnotifier.blackforestbytes.com/ for an example with curl)
Use it to
- send yourself automated messages from cron jobs
- notify yourself when long-running scripts finish
- send server error messages directly to your phone
- integrate with other online services
The possibilities are endless*
* Disclaimer: Developer does not actually guarantee endless possibilities