Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisns/ha-imageproxy
Simple image proxy custom component for home assistant
https://github.com/chrisns/ha-imageproxy
home-assistant ingress proxy
Last synced: about 1 month ago
JSON representation
Simple image proxy custom component for home assistant
- Host: GitHub
- URL: https://github.com/chrisns/ha-imageproxy
- Owner: chrisns
- License: mit
- Created: 2021-12-10T09:33:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T15:40:32.000Z (over 1 year ago)
- Last Synced: 2024-10-03T06:09:35.134Z (about 2 months ago)
- Topics: home-assistant, ingress, proxy
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Simple image proxy custom component for home assistant
Will probably do more than just images
## Installation
add this repo into your `custom_components`
add to your `configuration.yaml` something like
```yaml
imageproxy:
resources:
google: https://www.google.com/logos/doodles/2021/seasonal-holidays-2021-6753651837109324.3-ladc.gif
googleagain: https://www.google.com/logos/doodles/2021/seasonal-holidays-2021-6753651837109324.3-ladc.gif
accesstokens:
- "bez!tvq9wdw5WZV8mny"
- "trw7czy_dhf.yub8XTP"
```restart home assistant
You should now be able to navigate to
- http://localhost:8123/imageproxy/google?token=bez!tvq9wdw5WZV8mny
- http://localhost:8123/imageproxy/googleagain?token=bez!tvq9wdw5WZV8mnyand see the image proxied via home assistant
This is really handy if you use nabu casa or other means to expose your home assitant outside of your network