GithubHelp home page GithubHelp logo

homeassistant-panel_proxy's Introduction

title description ha_category ha_release ha_quality_scale ha_codeowners ha_domain
Proxy Panel
Instructions on how to add proxy using iFrames in the frontend of Home Assistant.
Front End
0.109
internal
@doudz
panel_proxy

The panel_proxy support allows you to create a simple reverse proxy to other webapp in Home Assistant frontend. The panels are listed in the sidebar and can contain external resources like the web frontend of your router, your monitoring system, or your media server.

This is similar to the directive proxy_pass of NGINX for example.

To enable proxy Panel in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
panel_proxy:
  router:
    title: 'Router'
    url: 'http://192.168.1.1/router'
  fridge:
    title: 'Fridge'
    url: 'http://192.168.1.5/fridge'
  otherapp:
    title: 'Other App'
    url: 'http://localhost:8080/otherapp'

{% configuration %} panel_proxy: description: Enables the panel_proxy component. Only allowed once. required: true type: map keys: panel_name: description: Name of the panel. Only allowed once. required: true type: map keys: title: description: Friendly title for the panel. Will be used in the sidebar. required: true type: string url: description: The absolute URL. required: true type: string icon: description: Icon for entry. required: false type: icon require_admin: description: If admin access is required to see this iframe. required: false type: boolean default: false {% endconfiguration %}

panel_name must be the mount point of the remote app, example otherapp => http://localhost:8080/otherapp

homeassistant-panel_proxy's People

Contributors

doudz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

krisproger

homeassistant-panel_proxy's Issues

Dont work?

Docker, x86, 114.4
Hi. The solution is what i need. But it didn't work for me. After setting, the item in the panel is created, but the url does not open

not work (

Hi! You are freeze project?
Actually now your solution is not work (
Do you have some plans or have time to improve it for actual version of HA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.