einschmidt / hassio-addons

Home Assistant addons
MIT License
38 stars 4 forks source link

Unable to access frontend for FreshRSS or yarr #42

Closed ScottG489 closed 5 months ago

ScottG489 commented 7 months ago

When I installed either of these add-ons I was expecting to see a "OPEN WEB UI" button on the add-on's page, but I don't see one there.

Perhaps I'm missing the point of these add-ons. Are they only meant to provide either a stand-alone front or backend?

I see that the FreshRSS add-on has an option to specify a "base_url" which would indicate to me that you need to start up some backend service separately.

einschmidt commented 7 months ago

The "OPEN WEB UI" button is an optional feature for add-ons. Without checking, it could be that the button is not configured for both add-ons.

The "OPEN WEB UI" button is a convenient entry point for the UI of both add-ons. Alternatively, you can use the configured port to access the UIs.

Since both add-ons are typically used behind a proxy server, using the port method is not that big of an issue.

By the way, both add-ons provide front and backend.

ScottG489 commented 7 months ago

Thanks for your response and work on these add-ons!

So turned out I had a slight DNS configuration problem so when I tried accessing the ports it didn't work, but they're there. Both seem to work great :)

That said, I would still be interested in having these served up via ingress and the standard add-on web ui. If I submitted a PR for this is that something you'd consider merging?

einschmidt commented 7 months ago

Glad to hear you are able to access the UIs. 👍

PRs are more than welcome.

ScottG489 commented 7 months ago

Also quick question, but is there a way to load extensions? From what I saw in the docs you have to extract files in a certain dir and it didn't look like any dirs are mounted on the container.

If so I may also submit a PR for that :)

einschmidt commented 7 months ago

You are right, there are no folders mounted on the container for extensions.

While possible, there was just no request yet. Until now.

github-actions[bot] commented 6 months ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!