This commit is contained in:
2026-08-12 03:39:53 -07:00
parent 768b010afe
commit 7f9dca6762
+18 -3
View File
@@ -23,14 +23,18 @@
"label": "Apple ID",
"env_variable": "APPLE_ID",
"required": true,
"hint": "The iCloud account email that owns the devices"
"hint": "The iCloud account email that owns the devices",
"placeholder": "",
"default": ""
},
{
"type": "password",
"label": "Apple Password",
"env_variable": "APPLE_PASSWORD",
"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",
@@ -39,7 +43,18 @@
"required": true,
"min": 32,
"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",