Replies: 2 comments
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I've been trying to debug my adguard widget as I keep getting a homepage API error. So far, I've been trying to debug this with the suggested curl command:
no matter what I do, I get a 403 error in the widget.
Adguard Home is installed directly on the system, with the web portal set to port 9093
homepage version
v0.8.13 (986a181)
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Troubleshooting
I have run
curl -L -k -u 'username:password' http://ADGUARDIPORHOST/control/stats
both inside and outside the homepage docker containercurl inside the docker container using both the hardcoded variables and docker_compose env variables works (i.e. returns a large json). Note: variables only work when I use
${HOMEPAGE_VAR_ADGUARD_USER}:${HOMEPAGE_VAR_ADGUARD_PASSWORD}
without the single quotes around'username:password'
in the above commandoutside the container, calling curl with docker exec using the hardcoded variables works (with quotes), but using variables, with the exact same command that worked inside the container, fails.
Beta Was this translation helpful? Give feedback.
All reactions