From 7f9dca6762d5320ad9e807a3d11898679af856b4 Mon Sep 17 00:00:00 2001 From: alexz Date: Wed, 12 Aug 2026 03:39:53 -0700 Subject: [PATCH] fix envs --- apps/find-my-iphone/config.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/apps/find-my-iphone/config.json b/apps/find-my-iphone/config.json index 640058e..ad45b34 100644 --- a/apps/find-my-iphone/config.json +++ b/apps/find-my-iphone/config.json @@ -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",