Make sure sites-enabled folder exists

This commit is contained in:
Fredrik Baberg 2022-10-02 22:40:05 +02:00
parent 2be4dcf392
commit d2801c1e14
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2022.9.017"
version: "2022.9.018"
slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles."
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"

View File

@ -4,6 +4,8 @@
# Configures proxy
# ==============================================================================
mkdir -p /etc/caddy/sites-enabled
# Generate Ingress configuration
bashio::var.json \
interface "$(bashio::addon.ip_address)" \