Add nginx

This commit is contained in:
Fredrik Baberg 2022-06-27 02:07:41 +02:00
parent d3c2bb82dc
commit c5c13ea78f
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2022.6.012"
version: "2022.6.013"
slug: "3dprinter-octoprint"
description: "New instance of OctoPrint"
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"
@ -18,4 +18,4 @@ schema:
message: "str?"
ports:
5000/tcp: null
ingress: true
ingress: true

View File

@ -5,4 +5,4 @@
# ==============================================================================
## Run your program
exec octoprint serve --iknowwhatimdoing --host 0.0.0.0 --port 8099 --basedir /data/config/octoprint
exec octoprint serve --iknowwhatimdoing --host 0.0.0.0 --port 5000 --basedir /data/config/octoprint

View File

@ -1,11 +1,11 @@
# 3dprinter-addons
Addons for Home-Assistant related to 3DPrinter.
Addons for Home-Assistant, related to 3DPrinter.
## Install
You can use the following button to add the repository to your Home Assistant instance.
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fhome-assistant-addons)
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2F3dprinter-addons)
## Addons