WebUI: Support starting apps from local client

This commit is contained in:
Yukino Song
2025-06-05 19:43:14 +08:00
parent f262852838
commit 0f9e7aa17f
5 changed files with 27 additions and 6 deletions

View File

@@ -541,6 +541,8 @@ namespace confighttp {
nlohmann::json file_tree = nlohmann::json::parse(content);
file_tree["current_app"] = proc::proc.get_running_app_uuid();
file_tree["host_uuid"] = http::unique_id;
file_tree["host_name"] = config::nvhttp.sunshine_name;
send_response(response, file_tree);
} catch (std::exception &e) {