Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b86bd9f2 authored by Shoshin Akamine's avatar Shoshin Akamine Committed by Hosted Weblate
Browse files

Translated using Weblate (Japanese)

Currently translated at 100.0% (3 of 3 strings)

Translation: ntfy/Android app (Fastlane metadata)
Translate-URL: https://hosted.weblate.org/projects/ntfy/android-fastlane/ja/
parent f431df3a
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
スマホに通知を送信します。BashやPowerShellスクリプト、あなたの独自アプリから、例えばLinuxのcurlやInvoke-WebRequestを介したPUT/POSTリクエストで送信させることができます。

Ntfyは無料でオープンソースなHTTPベースのpub-subサービス ( https://ntfy.sh ) のアンドロイドクライアントです。アプリでトピックを購読して、シンプルなHTTP APIでメッセージを送信する事ができます。

用途:
* 長時間処理のプロセス完了時に自分に通知
* バックアップ失敗時にスマホに通知
* 誰かが自分のサーバーにログインした時に警告

使用例:

$ curl -d "バックアップ完了しました" ntfy.sh/mytopic

使用例や解説は以下を参照してください:
* ウェブサイト: https://ntfy.sh
* GitHub (サーバー側): https://github.com/binwiederhier/ntfy
* GitHub (Androidアプリ): https://github.com/binwiederhier/ntfy-android
+1 −0
Original line number Diff line number Diff line
様々なスクリプトからPUT/POSTリクエストを受けてスマホに通知を送信します
+1 −0
Original line number Diff line number Diff line
Ntfy - スマホにPUT/POST通知しよう