Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

xxbigfootxx

Members
  • Joined

  • Last visited

Everything posted by xxbigfootxx

  1. Can you send screenshot of your docker settings? And where you can see execution error
  2. You'll need post your authelia logs so I can see what the exact error is. Also I found that copying full config file and editing that worked best for me.
  3. Follow this video: Very good guide on how to set it up.
  4. Yes, just change the protocol to https instead of http. I've got it working on mine.
  5. I noticed this while checking the logs on swag, why does the cert use the most recent subdomain name listed in the container? As you can see the last subdomain I added was read (read.matchettmedia.com), and now that is being used as the certificate name? Can i change this to a wildcard cert or anything? *.matchettmedia.com, or is this how it's designed?
  6. I recently swapped out my Cache drive and moved all Appdata files to the array, Dashboard said the disk was empty and i couldn't see any files after checking in MC. But now I keep getting these errors from Swag. I've reinstalled the docker container but it hasn't done anything.
  7. Is there any way that I can monitor CPU usage and if it gets above 90%, shutdown a VM? Then if the usage dops below a certain limit - 15% - i can restart the vm again?
  8. I resolved the issue by upgrading my router to a newer model and firmware. I'm now having no issues at all. As @groot-stuff mentioned, provide the DNS entries. Have you tried with 8.8.8.8 and 1.1.1.1?
  9. Open the config and you will see two lines like below: "proxy_pass $upstream_proto://$upstream_app:$upstream_port; Delete $upstream_app and repalce with IP of HA instance. You'll need to do it for both. proxy_pass $upstream_proto://10.1.1.200:$upstream_port; (For example) Save config and restart SWAG.
  10. I've tried installing this about 5/6 times but i don't get the option for WebGUI for some reason? I've enabled privileged mode and changed between Bridge and Host but still nothing.
  11. Sorry for not responding sooner, i've had a very long 2 weeks and i've done all i can think of to get this working again but having no luck. I've tested with DCHP from router, tested changing DNS to OpenDNS IP, Google IP and a whole bunch others. Each time i restart the server and check that it's saved correctly. I've tested with the array off and on, it will all seem fine for about 5-10 minutes after changing settings, but then it'll all fail again. I can't install any application, no dockers show any updates, i've also disabled all the user scripts and ran it with the docker services disabled but it's all the same. Not sure what else to try...?
  12. Can someone help me. I've been unable to intall apps from CA for the last week and a bit whilst troubleshooting this issue. I keep getting this error: docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 211.26.25.90:53: read udp 10.1.1.18:32776->211.26.25.90:53: i/o timeout. I've tried setting static DNS records in Network Settings but no luck.
  13. Are any of your other reverse proxies displaying the same connection error? Post the logs from Nextcloud docker
  14. I've had almost identical issues with my setup. I've tried to set my first DNS record as the router (as suggested) but CA still takes 60sec and then timeout. I've tested ping google.com whilst array is stopped and left it running to check changes when i start the array and it seems to not be able to connect once the array starts. ARP testing below. First is with Array Stopped arp -a took too long to load. arp -an was instant. curl was slow by successfull Second Image is Array Started arp -a slow but successfull arp -an instant curl failed as you can see. PING ping requests failed to DNS and IP when array started. Successfull when stopped.
  15. I'm having a lot of issues with indexers just failing for some reason. Today all of them failed and i can't get them back up. I removed them all and added these three again to test, same thing. Logs below: 2020-11-27 17:31:50,777 DEBG 'jackett' stdout output: at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at CloudflareSolverRe.ClearanceHandler.SendRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken) at CloudflareSolverRe.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Jackett.Common.Utils.Clients.HttpWebClient2.Run(WebRequest webRequest) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Utils/Clients/HttpWebClient2.cs:line 165 at Jackett.Common.Utils.Clients.WebClient.GetResultAsync(WebRequest request) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Utils/Clients/WebClient.cs:line 174 at Jackett.Common.Indexers.BaseWebIndexer.RequestWithCookiesAsync(String url, String cookieOverride, RequestType method, String referer, IEnumerable`1 data, Dictionary`2 headers, String rawbody, Nullable`1 emulateBrowser) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Indexers/BaseIndexer.cs:line 495 at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 1276 at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Indexers/BaseIndexer.cs:line 385 --- End of inner exception stack trace --- at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Indexers/BaseIndexer.cs:line 392 at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Indexers/BaseIndexer.cs:line 659 at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Common/Services/IndexerManagerService.cs:line 278 at Jackett.Server.Controllers.IndexerApiController.Test() in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Server/Controllers/IndexerApiController.cs:line 129 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /tmp/makepkg/jackett/src/Jackett-0.16.2220/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 26
  16. I might try this, i've been having the exact same issues. Every now and then Unraid will have some sort of DNS issue, switching back and forth between DNS IPs from the ones specified and Google have no affect. Hopefully setting dynamic in Unraid will help.
  17. Thanks mate, i figured they were but had tried in the correct setup but was still failing. Turns out i had static DNS that was incorrect on the modem. All working now. EDIT: Literally a few hours later and it all stopped again. Seems to be a DNS issue with the Netcomm modem i'm using. I wasn't having any issues with the Netgear. But i wanted to NAT loopback features of the Netcomm
  18. I keep getting the error below. I've attached my port forwards. I've updated the DNS of the server to 8.8.8.8 and 1.1.1.1, still nothing. I've recently moved house and using new modem. But it should just work with the same forwards?
  19. Under Global config, or Unraid OS?
  20. Would that require shutting down the server and editing the syslinux.cfg file on the USB drive? Sorry, haven't done that before.
  21. Same here. I've been noticing the server run quite sluggish and i even installed more RAM into it. I can see in the logs there are a few erros with a PCIe bus, can someone help with what the exact issue is? zeus-diagnostics-20201016-0920.zip
  22. If it's not supported does that mean that i'll have to stick with the local adresses instead of using the subdomain?
  23. I'm having an issue with my subdomains that i've configured. All are accessible outside my network with no issues at all, but i can't seem to connect internally. I know there must be some setting that i've done incorrectly, but i can't figure it out. Anyone know what might be causing it? let me know what logs to provide if needed.
  24. I get this error when trying to run networksetup When you say the network config for the device, do you mean the VM Manager settings? I'm bridging my default ethernet adapater as i only have the one network port on my mobo. No firewall set in my modem, its a Netgear D7000v2. Are there specific ports i need to open or anything?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.