this post was submitted on 17 Nov 2023
0 points (50.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago (1 children)

This is a bug that you can report meanwhile you can modify the config file and remove this section from config file and you are good to go .

[–] [email protected] 1 points 10 months ago (1 children)

Do you know what's the config file path?

[–] [email protected] 1 points 10 months ago

It’s the path you gave it in docker. something like this : /homarr/configs.

[–] [email protected] 1 points 10 months ago

Hi OP, this is an issue that has been reported multiple times to us: https://github.com/ajnart/homarr/issues/1649. Please do not post bug reports in this subreddit as we do not actively monitor and I'd assume that most people don't like the reports here either. Thank you!

[–] [email protected] 1 points 10 months ago

I removed it via using inspect element and clicking the element in the console, the issue is that the edit icon that is visible when not in editing mode is still overlapping the tile editor when you want to remove it.

  1. Open devtools ctrl+shift+i or cmd+opt+i or you can right click on a browser and inspect element.

  2. Hit the cursor select button which is the very far left button at the top of the dev tools next to inspector, hover on the element until the entire box is highlighted then click on it.

  3. In the div element of the widget, the very first button is the one you want to click, to do so just right click on the button element > choose Use in console option, this will reference the button in the console then just type .click() so it looks like this: temp0.click() then hit enter and the box that pops up to edit tiles will appear and allow you to remove the widget!