Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add HA Addon link #375

Merged
merged 1 commit into from Jan 15, 2022
Merged

add HA Addon link #375

merged 1 commit into from Jan 15, 2022

Conversation

OttPeterR
Copy link
Contributor

Hey, I love using baby buddy so I put this together. Currently only <your_ip:port> access works -- the ingress doesn't at the moment so maybe we could collaborate and figure that out at some point!

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 98.099% when pulling d7c1651 on OttPeterR:master into 5964eed on babybuddy:master.

@cdubz
Copy link
Member

cdubz commented Jan 15, 2022

Thanks for adding! I'd be happy to try to help with the integration where I can. I was also just looking at #374 with a user that may be related. I'm not at all familiar with HA though. Is there a good guide for getting a test environment up quickly?

@cdubz cdubz merged commit 9e71911 into babybuddy:master Jan 15, 2022
@cdubz cdubz added the documentation Issues relating to documentation label Jan 15, 2022
@OttPeterR
Copy link
Contributor Author

Here's the guide for addons: https://developers.home-assistant.io/docs/add-ons

From a high level, HA addons are docker containers that open a port for their UI, HA then makes that UI accessible through the HA UI, this lets a bunch of services get funneled through a single URL with added security. The issue I'm having is changing the base URL of baby buddy, because each HA addon needs its own unique url extension. This looks like it maybe be similar to what #186 was having. But the common solution for other addons is to rewrite requests with nginx - and that's where I'm having issues. I know almost nothing about nginx so I'm fumbling around trying to get it to work.

Let's take this discussion off this PR so it can be done with, but I'll sure appreciate any help I can get!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issues relating to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants