Skip to content

Commit

Permalink
Merge pull request #32 from jwr1/ntfy
Browse files Browse the repository at this point in the history
Add ntfy
  • Loading branch information
azukaar authored Aug 31, 2023
2 parents f6261f8 + 50f6dad commit f9925c8
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
36 changes: 36 additions & 0 deletions servapps/ntfy/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cosmos-installer": {},
"minVersion": "0.7.6",
"services": {
"{ServiceName}": {
"image": "binwiederhier/ntfy",
"container_name": "{ServiceName}",
"command": "serve",
"restart": "unless-stopped",
"environment": [
"TZ=auto",
"NTFY_BASE_URL=https://{Hostnames.{StaticServiceName}.{StaticServiceName}.host}"
],
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/ntfy/icon.png"
},
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:80",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/ntfy/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "ntfy",
"longDescription": "<p>ntfy (pronounced \"notify\") is a simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer, without having to sign up or pay any fees.</p>",
"description": "Send push notifications to your phone or desktop using PUT/POST.",
"tags": ["notifications", "rest api", "curl", "push notifications"],
"repository": "https://github.com/binwiederhier/ntfy",
"image": "https://hub.docker.com/r/binwiederhier/ntfy",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/ntfy/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/ntfy/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/ntfy/screenshots/2.png
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 f9925c8

Please sign in to comment.