Skip to content

Commit

Permalink
Add ntfy App (#744)
Browse files Browse the repository at this point in the history
* Add ntfy App

* Fix lint error
  • Loading branch information
albinmedoc committed Jun 7, 2024
1 parent 5e5c110 commit 59be880
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ntfy/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "794cdf1bdd53d6a98d77ceadd79f647354cd821b",
"name": "ntfy",
"website": "https://ntfy.sh/",
"license": "Apache-2.0, GPL-2.0",
"description": "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.",
"enhanced": false,
"tile_background": "light",
"icon": "ntfy.svg"
}
7 changes: 7 additions & 0 deletions ntfy/ntfy.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\ntfy;

class ntfy extends \App\SupportedApps // phpcs:ignore
{
}
1 change: 1 addition & 0 deletions ntfy/ntfy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59be880

Please sign in to comment.