accountForIssues

Results 19 comments of accountForIssues

I'll share my experience and my solution (sort of). Maybe it can help others. I use Caddy as my reverse proxy. Both Caddy and AdGuard Home run via docker. I...

Does a direct request in your browser work ? (http://adguard.home/control/status) Also, you could try `curl -H "Authorization " http://adguard.home/control/status` to check whether AGH responds correctly. Other than that, the only...

@Redmega I tried your first config and I got errors as well. ``` http://adguard.home { reverse_proxy 172.30.0.3:4269 { header_down +Access-Control-Allow-Credentials true header_down +Access-Control-Allow-Headers * header_down +Access-Control-Allow-Methods * header_down +Access-Control-Allow-Origin *...

@monuyadav016 I also get the same error as the OP (with the current repo) Artist Link: https://www.jiosaavn.com/artist/mahendra-kapoor-/mzleuBtK1zU_ Relevant log in my case: ``` Getting Song page: 25 ... Downloading Shri...

If you have a reverse proxy, you shouldn't need to add your real IP(s), right ? You only need to add the IPs of the local containers that'll be connecting...

I have the same issue as @Discostu36. My timezone is UTC +2. When UTC is 8 AM then local time would be 10 AM. So; - Server and client: 10...

@magikmw Deck uses the built-in notification system of the Nextcloud server so you should get notifications via Nextcloud client on mobile and not via Deck app. However, the F-droid versions...

Just to test, I reset the time zones (i.e., changed to UTC) of all docker containers associated with Nextcloud and the notifications have fired at the right time since then.

I've tried with both 1.11 and 1.12. Is there a recommended way or guide to use this library along with setting up an environment ? Maybe there is a package...

Maybe solved. I created a new docker image using the latest cuda runtime and installed each package. I can confirm that the latest torch causes this issue but I do...