If any of you can get the Pi-hole integration to work, let me know how you did it. There’s a github thread about it, but I haven’t heard any progress
Homarr - A modern and easy to use dashboard. 30+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration.
Submitted 1 month ago by cm0002@piefed.world to selfhosted@lemmy.world
Comments
LazerDickMcCheese@sh.itjust.works 1 month ago
Bort@sh.itjust.works 1 month ago
Nice to know it’s not just me battling with that
v3ritas@infosec.pub 5 weeks ago
I might have adjusted the container to run with my local DNS, but all I’m doing for that service is:
- Pi-Hole- Hostname: icon: /icons/pihole.png href: https://my.internal.domain/admin server: Hostname widget: type: pihole url: https://my.internal.domain/ version: 6 # required if running v6 or higher, defaults to 5 # Application Password: key: "<< REDACTED >>"
Replaced my Pi’s hostname, internal domain, keys, etc, but I have this running for two Pi-Holes on my network.
Dagnet@lemmy.world 1 month ago
I have it working but I do remember struggling a bit with it, involved getting a password somewhere, can’t check rn
v3ritas@infosec.pub 1 month ago
I’ll take a look when i get home tonight. I do have mine working.
Everyday0764@lemmy.zip 5 weeks ago
i prefer homepage github.com/gethomepage/homepage
you add a label in the docker compose and the dashboard follows.
Dagnet@lemmy.world 1 month ago
I use it and my biggest issue is the ram usage, it’s like 500mb for a dashboard, the other ones I tried were much lighter
gedaliyah@lemmy.world 1 month ago
This is a great platform, especially if you are just beginning in self-hosting. I don’t use it on my deployment “version 2.0” because I found it unnecessary once learning a little more about docker, etc. While I was using it, I loved it, and would definitely recommend it!
flightyhobler@lemmy.world 1 month ago
I use a manually edited yaml home assistant page. Beat that on number of integrations.
mic_check_one_two@lemmy.dbzer0.com 1 month ago
Was going to say, isn’t this just an *Arr-flavored Home Assistant page?
ripcord@lemmy.world 1 month ago
30+ integrations seems like a really small number.
asbestos@lemmy.world 1 month ago
You’re mostly adding dozens of hyperlinks, like your own homapage, but some of them (30) can provide direct info from said integration, so a button for your Torrent Client also has the current download speed for example
piyuv@lemmy.world 1 month ago
I use homepage and pretty happy with it. “Drag and drop configuration, no yaml” actually put me off.
semperverus@lemmy.world 1 month ago
I wish we would all start switching over to JSON for configuration files. It’s so much easier to parse, and you can’t screw it up with too many spaces or not enough.
timbuck2themoon@sh.itjust.works 1 month ago
No thanks. Yaml isn’t perfect but by God json is best used to return and parse data, not input it.
iggy@lemmy.world 1 month ago
No support for comments? Hard pass
lightnegative@lemmy.world 1 month ago
I used to think that until I figured out yaml and now yaml isn’t so bad.
It helps that text editors know what yaml is now so insert spaces when you hit tab etc
Voroxpete@sh.itjust.works 1 month ago
Instead you can screw it up by having too many commas or not enough. Hardly that much of an improvement.
FooBarrington@lemmy.world 1 month ago
It’s IMO also so much clearer regarding data types. You can’t accidentally write a boolean when you want a string.
FrederikNJS@lemmy.zip 5 weeks ago
Why not just write your yaml files in JSON syntax?
JSON is a valid subset of YAML
curbstickle@lemmy.dbzer0.com 1 month ago
Same, homarr is decent but I prefer my configs, quick edits from whatever device is in hand, easy peasy.
TheBigRoomXXL@leminal.space 1 month ago
Drag and drop isn’t for me either but it’s nice to have more beginners-friendly options in the self hosted community. Not everybody like to live in the terminal.
Burn1ngBull3t@lemmy.world 1 month ago
Yeah i was wondering how you actually use versioning with that drag and drop. Homepage seems better for that IMO