coderabbitai edits

This commit is contained in:
falkheiland 2024-04-25 12:50:15 +02:00
parent f6c564faa6
commit 90ad503802

View File

@ -12,12 +12,12 @@
], ],
"description": "Your next YouTube media manager", "description": "Your next YouTube media manager",
"short_desc": "Your next YouTube media manager", "short_desc": "Your next YouTube media manager",
"author": "Kieran Eglin ", "author": "Kieran Eglin",
"source": "https://github.com/kieraneglin/pinchflat", "source": "https://github.com/kieraneglin/pinchflat",
"form_fields": [ "form_fields": [
{ {
"type": "string", "type": "string",
"label": "Basic Auth Username (optional. if not set, no basic auth is used).", "label": "Basic Auth Username (optional; if not set, no basic auth is used).",
"max": 50, "max": 50,
"min": 3, "min": 3,
"required": false, "required": false,
@ -25,7 +25,7 @@
}, },
{ {
"type": "password", "type": "password",
"label": "Basic Auth Password (optional. if not set, no basic auth is used)", "label": "Basic Auth Password (optional; if not set, no basic auth is used)",
"required": false, "required": false,
"env_variable": "BASIC_AUTH_PASSWORD" "env_variable": "BASIC_AUTH_PASSWORD"
} }