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 2416a53
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Apps/ntfy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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: "3380"
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.svg
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ntfy/screenshot-1.png
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ntfy/screenshot-2.png
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ntfy/screenshot-3.png
tagline:
en_us: A simple HTTP-based pub-sub notification service.
zh_cn: 一个简单的基于 HTTP 的发布-订阅通知服务。
title:
en_us: ntfy
index: /
port_map: "3380"
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.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,12 @@ If you think this project is helpful to you, you can give me a little support. T
| ![Lucky](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/Lucky/icon.png) | [Lucky](./Apps/Lucky) | A powerful tool for port forwarding, reverse proxy, dynamic DNS, wake-on-LAN, IPv4 NAT traversal, task scheduling, and automatic certificate management.<br>一款功能强大的端口转发、反向代理、动态域名、网络唤醒、IPv4内网穿透、计划任务和自动证书管理工具。 |
| ![MariaDB](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/MariaDB/icon.png) | [MariaDB](./Apps/MariaDB) | MariaDB is a community-developed fork of MySQL and aims to be an enhanced, drop-in replacement for it.<br>MariaDB 是 MySQL 的社区开发分支,旨在成为其增强版的兼容替代品。 |
| ![MaxKB](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/maxkb/icon.png) | [MaxKB](./Apps/maxkb) | MaxKB is a knowledge base question answering system based on LLM. MaxKB = Max Knowledge Base, aims to be the most powerful brain of the enterprise.<br>MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。MaxKB = Max Knowledge Base,旨在成为企业的最强大脑。 |
| ![Mealie](https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/mealie/icon.svg) | [Mealie](./Apps/mealie) | Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.<br>Mealie 是一款自托管的菜谱管理器和膳食计划工具,它拥有 RestAPI 后端和使用 Vue 构建的响应式前端应用程序,为整个家庭提供愉快的用户体验。 |
| ![Mealie](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/mealie/icon.svg) | [Mealie](./Apps/mealie) | Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.<br>Mealie 是一款自托管的菜谱管理器和膳食计划工具,它拥有 RestAPI 后端和使用 Vue 构建的响应式前端应用程序,为整个家庭提供愉快的用户体验。 |
| ![MTG Proxy](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/mtg-proxy/icon.png) | [MTG Proxy](./Apps/mtg-proxy) | MTProto Proxy is a Telegram proxy server with support for all aspects of the protocol and multi-core processors. It provides a high level of privacy and security for your Telegram communication.<br>MTProto代理是一个支持Telegram协议的代理服务器,支持多核处理器。它为您的Telegram通信提供了高水平的隐私和安全性。 |
| ![NextChat](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/nextchat/icon.png) | [NextChat](./Apps/nextchat) | An intelligent chat application based on ChatGPT, supports fast deployment, Markdown, beautiful UI, fluid response, privacy and security, and allows customization of preset roles for quick creation, sharing, and debugging of personalized conversations.<br>一个基于 ChatGPT 的智能聊天应用,支持快速部署、Markdown 支持、精美 UI、流式响应、隐私安全等多个功能,并且能够自定义预制角色快速创建、分享和调试个性化对话。 |
| ![nginxWebUI](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/nginxWebUI/icon.png) | [nginxWebUI](./Apps/nginxWebUI) | nginxWebUI is a graphical management of nginx configuration tool , you can use the web page to quickly configure the various functions of nginx , including http protocol forwarding , tcp protocol forwarding , reverse proxy , load balancing , static html server , ssl certificate automatically apply for , renew , configure and so on , configure a good can be built to generate the nginx.conf file , and can control nginx using this file startup and reload , to complete the nginx graphical control of the closed loop . At the same time you can control nginx use this file to start and reload, complete the graphical control of nginx closed loop.<br>nginxWebUI是一款图形化管理nginx配置得工具, 可以使用网页来快速配置nginx的各项功能, 包括http协议转发, tcp协议转发, 反向代理, 负载均衡, 静态html服务器, ssl证书自动申请、续签、配置等, 配置好后可一建生成nginx.conf文件, 同时可控制nginx使用此文件进行启动与重载, 完成对nginx的图形化控制闭环. |
| ![NocoDB](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/nocodb/icon.png) | [NocoDB](./Apps/nocodb) | NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators.<br>NocoDB 是一个无代码数据库平台,允许团队通过熟悉和直观的电子表格界面轻松协作和构建应用程序。这甚至允许非开发人员或业务用户成为软件创建者。 |
| ![ntfy](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ntfy/icon.svg) | [ntfy](./Apps/ntfy) | 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.<br>使用 PUT/POST 向您的手机或桌面发送推送通知 ntfy(发音为“notify”)是一个简单的基于 HTTP 的发布-订阅通知服务。使用 ntfy,您可以从任何计算机通过脚本向您的手机或桌面发送通知,而无需注册或支付任何费用。如果您想运行自己的服务实例,您可以轻松地做到这一点,因为 ntfy 是开源的。 |
| ![Ollama[CPU]](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ollama/icon.png) | [Ollama[CPU]](./Apps/ollama) | Ollama makes it easy to get up and running with large language models locally.<br>Olama 使你轻松在本地启动和运行大语言模型。 |
| ![Ollama[GPU]](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ollama/icon.png) | [Ollama[GPU]](./Apps/ollama-gpu) | Ollama makes it easy to get up and running with large language models locally.<br>Olama 使你轻松在本地启动和运行大语言模型。 |
| ![ONLYOFFICE](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/onlyoffice/icon.png) | [ONLYOFFICE](./Apps/onlyoffice) | ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.<br>ONLYOFFICE 文档服务器是一个在线办公套件,包括文本、电子表格和演示文稿的查看器和编辑器,与Office Open XML格式完全兼容:.docx、.xlsx、.pptx,并支持实时协作编辑。 |
Expand Down

0 comments on commit 2416a53

Please sign in to comment.