TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gotify/server: A simple server for sending and receiving messages in real-time

132 点作者 rohithkp超过 3 年前

8 条评论

Cyphase超过 3 年前
I&#x27;ve been using Gotify for years for various notification use cases, and it&#x27;s awesome. Specifically for the last 2+ years, I&#x27;ve been using it so that I can have Zulip notifications on Android, since the app requires Google services (FCM) for notifications, which I don&#x27;t have on my phone.<p>Here&#x27;s the thing I banged together to pipe Zulip events into notifications. There are a bunch of nice things I could add to it, but I haven&#x27;t had enough need to do so yet.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;cyphase&#x2F;zulip-to-gotify&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cyphase&#x2F;zulip-to-gotify&#x2F;</a>
评论 #28891109 未加载
owerflov超过 3 年前
You can also use the unifiedpush version (<a href="https:&#x2F;&#x2F;unifiedpush.org&#x2F;users&#x2F;distributors&#x2F;gotify&#x2F;" rel="nofollow">https:&#x2F;&#x2F;unifiedpush.org&#x2F;users&#x2F;distributors&#x2F;gotify&#x2F;</a>) of gotify with your own server as a UP distributor for other apps.
jcal93超过 3 年前
I stood one of these up last year to play around with it. It works flawlessly but the Android app destroyed my battery life. If that has gotten better, it&#x27;s probably a fantastic solution for DIY real-time push.
评论 #28888700 未加载
评论 #28888895 未加载
评论 #28889217 未加载
评论 #28890949 未加载
评论 #28890817 未加载
spurgu超过 3 年前
Wait, so setting this up will give me a REST endpoint where I can send data to, which then gets pushed to my Android phone? So that I can ship any kind of actions&#x2F;events to my mobile? That&#x27;s awesome!<p>I&#x27;ve wanted something like this for quite a while but instead I&#x27;ve been mainly using webhooks&#x2F;bots to Slack&#x2F;Matrix&#x2F;Mattermost for this.
CarelessExpert超过 3 年前
I&#x27;m a huge fan of gotify. I use it to receive notifications when my backup system does its job, activity from my bittorrent client, alerts from fail2ban, and I&#x27;m sure a bunch of other things I&#x27;m forgetting about. Since it uses simple webhooks, so long as you can execute curl you can use it to push notifications out. So handy!
评论 #28893001 未加载
reacharavindh超过 3 年前
I wish there was an equivalent of this for iOS. I know - paid ecosystem,etc. But, I wish it existed.
评论 #28890714 未加载
评论 #28891785 未加载
评论 #28889410 未加载
dalanmiller超过 3 年前
How do I help fund an iOS app?
评论 #28892194 未加载
juniperplant超过 3 年前
Using this in combination with home IP cameras to send me alerts. Works great!