062bel313

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by 062bel313

  1. I have that setting on from beginning. And I created networks like this in the docker compose. I am not sure how I created dockernet. I think I used CLI to create that. Anything I am doing wrong? Thank you,
  2. I am not sure how to create persistent docker networks, is there any link I can follow. My issue is also same as @L0rdRaiden. Here are my network settings, if you can quickly see anything wrong. Thank you,
  3. No I do not have any custom script related to dockers. I will give a restart and try to gather the logs for further insights.
  4. Does this mean, I am the only one with this issue? All my docker are turned off on the containers it self. I only have pi-hole auto start on on the docker-compose stack. Not sure what is triggering auto start of all the docker during the restart of unraid server 😞
  5. How does this autostart feature work? I want to disable the docker up after the reboot. Somehow I am facing similar issue as @L0rdRaiden. So I want all docker to stay off except one (pihole). If I toggle the auto start to off, there are still trying to execute the docker. Anything we need to do on top of disabling the auto start to make sure the docker is not trying to go up after a reboot?
  6. Nope couldn’t figure out why it was not blocking though i have all the ip blocked in the iptables. Decided to not use it after lots of tries and frustration.
  7. I have remote users my family members and they always had issues because of cloudflare, i will look into it again. yes, bantime -1 will block it forever.
  8. My domain is hosted at cloudflare, and not using proxy at the moment ( had issue with nextcloud, that auto upload was not working properly for larger files). In my iptables, I see all the IPs are banned as well. I have very similar configuration as yours besides the cloudflare part. 😞
  9. I am not sure what I did wrong. The difference between yours and mine is just cloudflare. I do not have subdomains proxied via cloudflare. I am trying to set it up for nginx. the logs displays ip is banned (I am using vpn to test the fail2ban). But I can still access the services. I asked in the reddit to see if I can get quick response. Here is the link to the detail issue and configuration I am using, fail2ban detecting IP but not blocking : fail2ban (reddit.com) I saw you were using different config for the action. So I gave second try with exact configuration like you and still stuck with the IP not being actually banned. Any idea?
  10. Hello sorry if I am at the wrong place, I want to understand a problem I am facing for the OpenVPN. I am using: OpenVPN-client maintained by @ich777. I updated the vpn.ovpn file today to change the location and now when I restart the docker, I get this error. seems like something different in the new ovpn file. can you suggest any resolution? Thank you,
  11. I couldn't find nginx.conf in my NPM /config directory. Do you know where it is located, I am using Nginx Proxy manager docker. I searched using find everything and it results empty search. 😞
  12. When i started mine I got stuck at the same issue. At that time I modified the configuration that came with authelia instead of one provided by Sycotix in github. I later used the config from Sycotix and motified on it. And I was able to load the webpage. I don’t see why it shouldn’t work with the original configuration but may be I had some mistakes there no idea.
  13. I tested with other apps like unifi, bitwarden, and some synology apps and non of them worked fir me. Definitely i am doing something wrong. I can access them from webpage via authelia but not from apps. I am sure others have tried containers with ios apps, can someone share what container worked with NPM and api via authelia, want to make sure that runs on my end as well otherwise I must be doing some mistake that I am not able to figure out. thank you
  14. I feel like the /api setting in NPM is not correct. If I check the log when the emby.mydomain.com was requested from webpage, I see: path=/api/firstfactor in the log. There is /api and it was still requesting for authelia authentication. If I check the log when the emby was requested from the ios, I see: path=/api/verify in the log. Do you think the /api I set is not correct. I posted the screen shot above in my 1st post here: https://forums.unraid.net/topic/94096-support-ibracorp-all-images-and-files/?do=findComment&comment=965345
  15. I confirmed again that I have emby.mydomain.com defined in the config file and I was able to successfully authenticate it via authelia when accessing from the web browser (I have attached the log in previous with successful login via authelia from web), I only get this error (that you quoted) when I am trying to connect from ios. I just tried wildcard *.mydomain.com and I still get same issue 😞 I strongly feel like emby app do not request for /api location may be? is there a way to know that? Thank you for your help!
  16. This is what I get in the log: time="2021-03-22T00:16:29-05:00" level=info msg="Access to https://emby.mydomain.com/emby/system/info/public (method unknown) is not authorized to user <anonymous>, sending 401 response" method=GET path=/api/verify remote_ip=172.69.34.142 I also tried the organizr method and that also doesn't work, may be the emby app doesn't use api. surprisingly, when accessing from the web, the link has /api but it asks for the authentication though I have auth_request off; for api requests. may be my understanding is not right about if it was a /api request. time="2021-03-22T00:15:38-05:00" level=debug msg="Mark authentication attempt made by user username" method=POST path=/api/firstfactor remote_ip=XX.XX.XX.XX time="2021-03-22T00:15:38-05:00" level=debug msg="Credentials validation of user username is ok" method=POST path=/api/firstfactor remote_ip=XX.XX.XX.XX time="2021-03-22T00:15:38-05:00" level=debug msg="Required level for the URL https://emby.mydomain.com/ is 1" method=POST path=/api/firstfactor remote_ip=XX.XX.XX.XX ' Thank you for the help!
  17. Hi Sycotix: I followed the video again, and may be I am not understanding it for api. Sorry I am just a beginner trying to figure out the stuff. Basically, I have a advance configuration setup for emby as you posted in your video for authelia, and that is woriking great for the web access. On top of that now I am doing as follows based on the video you made for organizr I am still getting same issue. Just want to confirm if I am doing it correct. Do I need to create another DNS entry for emby.mydomain.com/api or such? sorry If my question doesn't make sense 🙂 Thank you
  18. Thank you, i have watched all your videos including this one, i might have missed it somehow, i will check it again. Looking for more videos and have already subscribed. Great work and best wishes!
  19. Not sure if Issues are related or not but I am posting it to get insights from experts. Things are working except two issues: 1. Ombi: With the ombi.mydomain.com it successfully authenticates via authelia. Then it redirects to ombi login page, but there I cannot login. If I remove authelia for ombi, I can successfully login. I am trying from web no app. Not sure what is the issue. 2. Emby: with emby.mydomain.com, in web I can successfully authenticate and authelia redirects to emby and I can sign in there as well. But if i try from emby app, i get connection error to server. I have tried using proxy_intercept_errors off; any insights, what i might be doing wrong? I am using NPM as shown in the youtube setup (depth). nice video and great job 👏
  20. Hi JorgeB: Indeed, there was some issue with the PCIE slot I was using, not sure what is the issue but, I switched my graphics card P200 and the NIC, and now it shows up. I will setup pfsense now. Thank you all. you guys are the best.
  21. Hello ChatNoir: I am running version 6.8.3. Diagnostic attached. Thank youunraid-diagnostics-20201028-0154.zip
  22. Ok, I found another post from July, where the 82576 is working. So in that case why I cannot see it in unraid? any insights?