mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 00:09:47 -05:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"Apprise": {
|
|
"Description": "Appriseサーバーにメッセージを送信します。",
|
|
"Fields": {
|
|
"Message": "メッセージ",
|
|
"Message-Help": "Appriseサーバーに送信するメッセージ",
|
|
"MessageType": "タイプ",
|
|
"MessageType-Help": "送信するメッセージのタイプ",
|
|
"Tag": "タグ",
|
|
"Tag-Help": "このメッセージに送信するタグのリスト、空白の場合は 'all' でタグ付けされます。"
|
|
},
|
|
"Outputs": {
|
|
"1": "Appriseメッセージが送信されました",
|
|
"2": "Appriseメッセージの送信に失敗しました"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"Apprise": {
|
|
"Label": "Apprise",
|
|
"Description": "Appriseサーバーにメッセージを送信できるプラグインです。",
|
|
"Fields": {
|
|
"Endpoint": "エンドポイント",
|
|
"Endpoint-Help": "Appriseサーバー上のエンドポイント、例: notify/apprise",
|
|
"Endpoint-Placeholder": "notify/apprise",
|
|
"ServerUrl": "サーバー",
|
|
"ServerUrl-Help": "AppriseサーバーのURL",
|
|
"ServerUrl-Placeholder": "http://apprise.lan"
|
|
}
|
|
}
|
|
}
|
|
} |