Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbf917c179 |
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 30 days stale issues
|
- name: 30 days stale issues
|
||||||
uses: actions/stale@v9.0.0
|
uses: actions/stale@v10.1.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-issue-stale: 30
|
days-before-issue-stale: 30
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
## 2025.11.0
|
|
||||||
* Update debian version to Bookworm
|
|
||||||
* Update default OctoPrint version to 1.11.4
|
|
||||||
|
|
||||||
## 2024.11.0
|
## 2024.11.0
|
||||||
* Remove AppArmor to make it run on HA Supervised
|
* Remove AppArmor to make it run on HA Supervised
|
||||||
* Update default OctoPrint version to 1.10.3
|
* Update default OctoPrint version to 1.10.3
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM="reg i3omb.com/ha/amd64-base-debian:bookworm"
|
ARG BUILD_FROM="ghcr.io/home-assistant/amd64-base-debian:bullseye"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
ARG OCTOPRINT_VERSION="1.11.4"
|
ARG OCTOPRINT_VERSION="1.9.3"
|
||||||
|
|
||||||
# Setup path for persistent install of Python packages
|
# Setup path for persistent install of Python packages
|
||||||
ENV PYTHONPATH=/data/python/octoprint
|
ENV PYTHONPATH=/data/python/octoprint
|
||||||
|
|||||||
@ -1,8 +1,11 @@
|
|||||||
build_from:
|
build_from:
|
||||||
amd64: reg.i3omb.com/ha/amd64-base-debian:bookworm
|
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bullseye
|
||||||
|
amd64: ghcr.io/home-assistant/amd64-base-debian:bullseye
|
||||||
|
armhf: ghcr.io/home-assistant/armhf-base-debian:bullseye
|
||||||
|
armv7: ghcr.io/home-assistant/armv7-base-debian:bullseye
|
||||||
labels:
|
labels:
|
||||||
org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint"
|
org.opencontainers.image.title: "Home Assistant Add-on: 3DPrinter-OctoPrint"
|
||||||
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
|
org.opencontainers.image.description: "3DPrinter-OctoPrint addon for Home-Assistant."
|
||||||
org.opencontainers.image.source: "https://git.i3omb.com/gronod/ha-3dprinter-addons"
|
org.opencontainers.image.source: "https://github.com/fredrikbaberg/ha-3dprinter-addons"
|
||||||
args:
|
args:
|
||||||
OCTOPRINT_VERSION: "1.11.4"
|
OCTOPRINT_VERSION: "1.10.3"
|
||||||
|
|||||||
@ -1,10 +1,13 @@
|
|||||||
name: "3DPrinter-OctoPrint"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2025.11.0"
|
version: "2024.11.0"
|
||||||
slug: "3dprinter-octoprint"
|
slug: "3dprinter-octoprint"
|
||||||
description: "OctoPrint as an addon, no additional bells and whistles."
|
description: "OctoPrint as an addon, no additional bells and whistles."
|
||||||
arch:
|
arch:
|
||||||
|
- armv7
|
||||||
- amd64
|
- amd64
|
||||||
url: "https://git.i3omb.com/gronod/ha-3dprinter-addons/tree/main/3dprinter-octoprint"
|
- armhf
|
||||||
|
- aarch64
|
||||||
|
url: "https://github.com/fredrikbaberg/ha-3dprinter-addons/tree/main/3dprinter-octoprint"
|
||||||
webui: http://[HOST]:[PORT:5000]
|
webui: http://[HOST]:[PORT:5000]
|
||||||
ports:
|
ports:
|
||||||
5000/tcp: null
|
5000/tcp: null
|
||||||
@ -22,7 +25,7 @@ options:
|
|||||||
schema:
|
schema:
|
||||||
trusted_proxies: "str?"
|
trusted_proxies: "str?"
|
||||||
camera_url: "str?"
|
camera_url: "str?"
|
||||||
image: reg.i3omb.com/ha/3dprinter-octoprint
|
image: ghcr.io/fredrikbaberg/ha-addon-3dprinter-octoprint-{arch}
|
||||||
tmpfs: true
|
tmpfs: true
|
||||||
panel_icon: mdi:printer-3d
|
panel_icon: mdi:printer-3d
|
||||||
panel_title: 3DPrinter-OctoPrint
|
panel_title: 3DPrinter-OctoPrint
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
name: 3DPrinter addons for Home-Asssistant by gronod
|
name: 3DPrinter addons for Home-Asssistant by fredrikbaberg
|
||||||
url: https://git.i3omb.com/gronod/ha-3dprinter-addon
|
url: https://github.com/fredrikbaberg/ha-3dprinter-addons
|
||||||
maintainer: Gordon Bolton <gordon@i3omb.com>
|
maintainer: Fredrik Baberg <fredrik.baberg@gmail.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user