mhayden/adguardhome

Description

Attempting to package AdGuardHome from https://github.com/AdguardTeam/AdGuardHome

Installation Instructions

Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download Fedora rawhide aarch64 (0)*, x86_64 (0)* Fedora rawhide (0 downloads)

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/mhayden/adguardhome/

Hello, and thx for your work to package AdGuardHome!
I’ve just try to use it on my F36 x86_64.
Since service is not able to start (due to conffiguration file vs directory)
I’ve try it using command line:
/usr/bin/adguardhome --work-dir /tmp --port 3000

Then, I go to http://192.168.0.55:3000
…but I only get a “404 page not found” in my browser (Chrome)

I also try to rebuild (with success) your repo for armv7hf, and I got same error…

if I copy an already running configuration (aka “data” directory + “AdGuardHome.yaml”)
then, AdGuardHome is able to work as expected BUT Web UI is still missing;…

What about you ?