Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions p910nd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog:
## Version 0.1.47
- Updated base image to debian:bookworm-20250929-slim
## Version 0.1.46
- Updated base image to debian:bookworm-20250908-slim
## Version 0.1.45
Expand Down
2 changes: 1 addition & 1 deletion p910nd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20250908-slim
FROM debian:bookworm-20250929-slim

# Install prerequisites
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion p910nd/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: p910nd
version: 0.1.46
version: 0.1.47
slug: p910nd
description: Enables you to connect a printer to Home Assistant.
url: https://github.com/mietzen/hassio-addons/tree/master/p910nd
Expand Down
2 changes: 2 additions & 0 deletions scanbd2smb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog:
## Version 0.1.1
- Updated base image to debian:bookworm-20250929-slim
## Version 0.1.0
- First release of scandb2smb addon
2 changes: 1 addition & 1 deletion scanbd2smb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20250908-slim
FROM debian:bookworm-20250929-slim

RUN apt-get update && \
apt-get install -y \
Expand Down
24 changes: 11 additions & 13 deletions scanbd2smb/config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: scanbd2smb
version: 0.1.0
version: 0.1.1
slug: scanbd2smb
description: Enables you to scan from your USB Scanner to a SMB Folder.
url: https://github.com/mietzen/hassio-addons/tree/master/scanbd
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
- armhf
- armv7
- aarch64
- amd64
- i386
startup: application
boot: auto
homeassistant_api: false
Expand All @@ -18,15 +18,13 @@ stdin: true
image: mietzen/hass-addon-scanbd2smb
init: false
usb: true

options:
smb_share: ""
smb_user: ""
smb_password: ""
ocr_language: "eng"
smb_share: ''
smb_user: ''
smb_password: ''
ocr_language: eng
scan_resolution: 300
scan_mode: "Color"

scan_mode: Color
schema:
smb_share: str
smb_user: str
Expand Down
2 changes: 2 additions & 0 deletions vscode-remote-ssh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog:
## Version 1.0.48
- Updated base image to debian:bookworm-20250929-slim
## Version 1.0.47
- Updated base image to debian:bookworm-20250908-slim
## Version 1.0.46
Expand Down
2 changes: 1 addition & 1 deletion vscode-remote-ssh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-20250908-slim
FROM debian:bookworm-20250929-slim

ENV LANG C.UTF-8

Expand Down
2 changes: 1 addition & 1 deletion vscode-remote-ssh/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Visual Studio Code Remote SSH Server
version: 1.0.47
version: 1.0.48
slug: vscode-remote-ssh
description: Enables you to connect to Home Assistant via Visual Studio Code Remote
SSH.
Expand Down