Public Access
feat(home-assistant): add ingress add-on
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: MealPlanner Ingress
|
||||
version: "0.1.0"
|
||||
slug: mealplanner_ingress
|
||||
description: Home Assistant Ingress proxy for an existing MealPlanner deployment.
|
||||
arch:
|
||||
- amd64
|
||||
- aarch64
|
||||
- armv7
|
||||
startup: application
|
||||
boot: auto
|
||||
init: false
|
||||
ingress: true
|
||||
ingress_port: 8099
|
||||
panel_icon: mdi:food-fork-drink
|
||||
panel_title: MealPlanner
|
||||
options:
|
||||
upstream_url: "http://192.168.1.54:8082"
|
||||
schema:
|
||||
upstream_url: str
|
||||
Reference in New Issue
Block a user