FIX - harden server startup diagnostics

This commit is contained in:
DerEchteAlec
2026-08-17 05:16:10 +02:00
parent d121370159
commit 6a8be4d679
7 changed files with 108 additions and 19 deletions
+2 -1
View File
@@ -975,7 +975,8 @@ end)
if not api_configured() then
Bridge.Debug(
"warn",
"[sky_phone] Camera uploads and FiveManage imports are disabled until Config.Media.FiveManage.ApiKey is set in config/media.lua."
"[sky_phone] FiveManage media integration is disabled because Config.Media.FiveManage.ApiKey is empty in config/media.lua. Camera photo and video uploads, Voice Memo uploads, remote Gallery deletion, and FiveManage imports are unavailable. Add a FiveManage V3 token with Media access and restart sky_phone.",
{ always = true }
)
end
end)