ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
5.52k stars 255 forks source link

NGINX Integration #1899

Closed meichthys closed 4 months ago

meichthys commented 4 months ago

Description

An integration that could setup tiles for each nginx host would be amazing. I haven't found any dashboards that do this, but it seems like it should be possible to parse nginx configuration files and generate tiles.

The docker integration almost fits my needs, but since all my services are behind a reverse proxy, all the urls on the tiles that are setup with the docker integration are using the local ip url which doesn't work when accessing things from off my network.

I guess what i'm dreaming of is some way to automatically setup tiles that point to each of my nginx proxy hosts (for example, each of my hosts in NginxProxyManager). The hosts have an externally addressable url like subdomain.domain.org rather than the local ip address of the docker containers: image

Priority

Low (Nice-to-have)

github-actions[bot] commented 4 months ago

Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly.

manuel-rw commented 4 months ago

Hi, you can use the Homarr API to create apps on your board. I'd suggest that you write a script for that. Feel free to post your solution - then we could link it in the documentation.