Compare commits
4 Commits
b30988f869
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
77a32d1507
|
|||
|
ce302b148e
|
|||
|
fe6b3b52e1
|
|||
|
361d799377
|
+1
-1
@@ -21,7 +21,7 @@ ENV RELEASE_VERSION=${RELEASE_VERSION}
|
||||
RUN cargo auditable build --release
|
||||
|
||||
|
||||
FROM scratch AS runtime
|
||||
FROM gcr.io/distroless/static-debian13:nonroot AS runtime
|
||||
COPY --from=builder /app/target/release/automation /app/automation
|
||||
ENV AUTOMATION__ENTRYPOINT=/app/config/config.lua
|
||||
ENV LUA_PATH="/app/?.lua;;"
|
||||
|
||||
@@ -13,7 +13,7 @@ function module.setup(mqtt_client)
|
||||
local light = nil
|
||||
|
||||
local bambu = devices.Bambu.new({
|
||||
host = "thalia.huizinga.lan",
|
||||
host = "10.0.0.108",
|
||||
device_id = secrets.printer_device_id,
|
||||
access_code = secrets.printer_access_code,
|
||||
callbacks = {
|
||||
|
||||
Reference in New Issue
Block a user