mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-26 10:49:10 +02:00
initial gotify support
This commit is contained in:
@@ -294,6 +294,32 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"description": "Notification provider configuration",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"gotify": {
|
||||
"description": "Gotify configuration",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"url": {
|
||||
"description": "Gotify URL",
|
||||
"type": "string"
|
||||
},
|
||||
"token": {
|
||||
"description": "Gotify token",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"url",
|
||||
"token"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user