Skip to content

Commit

Permalink
add ntfy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Jun 20, 2024
1 parent b0249c5 commit ab5777d
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Apps/ntfy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: ntfy
services:
ntfy:
image: binwiederhier/ntfy:latest
container_name: ntfy
command:
- serve
environment:
- TZ=UTC # optional: Change to your desired timezone
# user: UID:GID # optional: Set custom user/group or uid/gid
volumes:
- /DATA/AppData/ntfy/cache:/var/cache/ntfy
- /DATA/AppData/ntfy/config:/etc/ntfy
ports:
- target: 80
published: "80"
protocol: tcp
restart: unless-stopped
deploy:
resources:
reservations:
memory: 128M
x-casaos:
architectures:
- arm
- arm64
- amd64
main: ntfy
author: Cp0204
category: Utilities
description:
en_us: Send push notifications to your phone or desktop using PUT/POST 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. If you'd like to run your own instance of the service, you can easily do so since ntfy is open source.
zh_cn: 使用 PUT/POST 向您的手机或桌面发送推送通知 ntfy(发音为“notify”)是一个简单的基于 HTTP 的发布-订阅通知服务。使用 ntfy,您可以从任何计算机通过脚本向您的手机或桌面发送通知,而无需注册或支付任何费用。如果您想运行自己的服务实例,您可以轻松地做到这一点,因为 ntfy 是开源的。
developer: binwiederhier
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ntfy/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ntfy/screenshot-1.png
tagline:
en_us: A simple HTTP-based pub-sub notification service.
zh_cn: 一个简单的基于 HTTP 的发布-订阅通知服务。
title:
en_us: ntfy
index: /
port_map: "80"
40 changes: 40 additions & 0 deletions Apps/ntfy/icon.svg
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 Apps/ntfy/screenshot-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 Apps/ntfy/screenshot-2.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 Apps/ntfy/screenshot-3.jpg
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 ab5777d

Please sign in to comment.