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.45k stars 252 forks source link

Uneven distances between categories #2030

Closed EdgeKing810 closed 2 months ago

EdgeKing810 commented 2 months ago

Environment

Docker

Version

0.15.2

Describe the problem

There is uneven distances between categories. It wouldn't be a big deal if it was not outside of the edit mode. Can be viewed on https://dashboard.kinesis.world

Logs

No response

Context

image

Please tick the boxes

github-actions[bot] commented 2 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.

SeDemal commented 2 months ago

Hi, This is a bug in your config file unfortunately. image Looking at this inspect, I'd say the second category is the problem ("React websites | kinesis"). Make a backup of your config file and try to go look into it manually, under "categories". Each elements' position should follow 1,2,3,4 and 5. If any are skipping a number, then there's your problem. From my earlier observation, I'm guessing the second category is in position 1 as well, instead of 2. But it seems your 3rd category might still be in 4th position, since there's 3 spacers. Lastly, although it helped a little, please don't expose your homarr or any homelab apps this directly onto the internet.

EdgeKing810 commented 2 months ago

Hi, thanks for your prompt response! It's now fine. And may I know what are the risks of exposing homarr/my homelab apps directly onto the internet please?

SeDemal commented 2 months ago

Hi, thanks for your prompt response! It's now fine. And may I know what are the risks of exposing homarr/my homelab apps directly onto the internet please?

Sensible data getting exposed. I would suggest googling about it, risks or exposing a homelab to the internet, and also look for Authelia and Authentik. They protect any app with a login page from your reverse-proxy's directly. (You can even sync homarr's users to it using SSO/OIDC)

EdgeKing810 commented 2 months ago

Okay, thanks for getting back to me. I consider sensitive services on my stack to be secure enough with a login system in place along with other mechanisms, and at the very least a basic auth where I was unable to implement some other sort of login but I will make sure to take your comment in consideration.