Compare commits

..

1 Commits

Author SHA1 Message Date
Dreaded_X 8babffed76 fix: No root certificates in scratch container
Build and deploy / build (push) Successful in 17m43s
Build and deploy / Deploy container (push) Successful in 34s
2026-06-20 02:42:53 +02:00
2 changed files with 6 additions and 3 deletions
+6
View File
@@ -1,6 +1,12 @@
use reqwest::{Certificate, Client};
pub fn new_client() -> Client {
println!(
"{}/{}",
std::env!("CARGO_PKG_NAME"),
std::env!("CARGO_PKG_VERSION")
);
Client::builder()
.user_agent(format!(
"{}/{}",
-3
View File
@@ -12,9 +12,6 @@ local module = {}
function module.setup(mqtt_client)
local light = nil
print(secrets.printer_device_id)
print(secrets.printer_access_code)
local bambu = devices.Bambu.new({
host = "thalia.huizinga.lan",
device_id = secrets.printer_device_id,