Add nginx
This commit is contained in:
parent
d3c2bb82dc
commit
c5c13ea78f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fhome-assistant-addons)
|
||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2F3dprinter-addons)
|
||||
|
||||
|
||||
## Addons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user