fix envs
This commit is contained in:
@@ -23,14 +23,18 @@
|
|||||||
"label": "Apple ID",
|
"label": "Apple ID",
|
||||||
"env_variable": "APPLE_ID",
|
"env_variable": "APPLE_ID",
|
||||||
"required": true,
|
"required": true,
|
||||||
"hint": "The iCloud account email that owns the devices"
|
"hint": "The iCloud account email that owns the devices",
|
||||||
|
"placeholder": "",
|
||||||
|
"default": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "Apple Password",
|
"label": "Apple Password",
|
||||||
"env_variable": "APPLE_PASSWORD",
|
"env_variable": "APPLE_PASSWORD",
|
||||||
"required": true,
|
"required": true,
|
||||||
"hint": "Stored only in Runtipi's app env - never leaves this server"
|
"hint": "Stored only in Runtipi's app env - never leaves this server",
|
||||||
|
"placeholder": "",
|
||||||
|
"default": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
@@ -39,7 +43,18 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"min": 32,
|
"min": 32,
|
||||||
"encoding": "hex",
|
"encoding": "hex",
|
||||||
"hint": "Auto-generated. Send as X-Api-Key header on /api/* requests. View in Settings tab."
|
"hint": "Auto-generated. Send as X-Api-Key header on /api/* requests. View in Settings tab.",
|
||||||
|
"placeholder": "",
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"label": "2FA Trust Token",
|
||||||
|
"env_variable": "APPLE_2FA_TOKEN",
|
||||||
|
"required": false,
|
||||||
|
"hint": "Optional. If you have a 2FA trust token, paste it",
|
||||||
|
"placeholder": "",
|
||||||
|
"default": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
Reference in New Issue
Block a user