NTFY token support

This commit is contained in:
jokob-sk
2025-02-17 09:03:34 +11:00
parent 7d9e84668c
commit 03b110950b
2 changed files with 41 additions and 9 deletions
+28
View File
@@ -408,6 +408,34 @@
}
]
},
{
"function": "TOKEN",
"type": {
"dataType": "string",
"elements": [
{
"elementType": "input",
"elementOptions": [],
"transformers": []
}
]
},
"default_value": "",
"options": [],
"localized": ["name", "description"],
"name": [
{
"language_code": "en_us",
"string": "NTFY token"
}
],
"description": [
{
"language_code": "en_us",
"string": "Enter a token if authentication is enabled for hosting an instance. If a token is provided, the username and password will be ignored."
}
]
},
{
"function": "USER",
"type": {