Everything posted by mattie112
-
[SUPPORT] pihole for unRaid - Spants repo
Are you sure 192.168.1.100 is not assigned to an other device (by your router). And the ServerIP variable should be the IP of your Unraid server
-
[Support] Djoss - Nginx Proxy Manager
Did you mount the correct folder? Perhaps is is a permission issue? You could also try do do things manually to see if you get more of a clue `docker exec -it NginxProxyManager sh` En then check the scripts (/etc/cont-init.d) or run them manually
-
[Support] Djoss - Nginx Proxy Manager
Did you find a good solution for this? I have the same issue. IPv4 NAT'ted (so I dont care for the ports) but native IPv6 so it needs to be 80/443. I did open a ticket but no response yet https://github.com/jlesage/docker-nginx-proxy-manager/issues/117 I'm currently in the process of having my own fork, building the container (set to 80/443) but new I'm getting stuck with "bind :80 permission denied" errors. edit: I have it working It does require my fork/build that has some changes in the original Dockerfile https://hub.docker.com/r/mattie112/docker-nginx-proxy-manager The changes are: port 80 instead of 8080 and port 443 instead of 4443. Plus: nginx needs to run as 'root' or it won't have permission to open a port < 1024 I also needed to change the "Host access to custom networks" setting to Enabled (Unraid Docker config) as I could ping everything except my Unraid host from within the nginx-proxy-manager container. Please feel free to try this out and let me know if I can assist
-
[SUPPORT] pihole for unRaid - Spants repo
Well, that is strange. I needed to stop docker in order to see that setting (might have missed that before, not sure). But it was already checked. Unchecked it and rechecked it, then started docker again and yes it is visible now Thanks! Now see if I can configure pihole edit: and yes, pihole seems to work perfectly now! thanks again!
-
[SUPPORT] pihole for unRaid - Spants repo
Can someone with the "custom:br0" please run: docker network inspect br0 and post the contents here, then I can just recreate it
-
[SUPPORT] pihole for unRaid - Spants repo
I have the same issue, did you ever resolve this?
-
[Support] Linuxserver.io - Qbittorrent
Wow thank you very much! Spend an hour debugging my docker/VPN setup (all I got was HTTP 401) only to find out that this was the problem. So I guess my VPN setup works perfectly... Ah well
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Yeah thanks, for any reason after I got back to lunch I suddenly noticed the bug button did not say "unmout" but simply "mount" I think our posts just crossed as they are both listed as "15 minutes ago". Thanks for looking into this though!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Hi all, I have added a SMB share that I want to use to backup some data to. If I understand it correctly it should be mounted under /mnt/disks/mount_point_of_share but I don't see my SMB share there. Am I doing something wrong or do I need to manually mount it to a directory? It is also listed as 0 bytes so perhaps there is something else wrong. My credentials are OK though, I could use the "list shares" without problem during the setup. tower-diagnostics-20200813-0919.zip edit: FORGET IT I figured it out. I did not notice that the button displayed "mount" like: click here to mount. I thought that after following the setup steps it would be mounted. Ah well simply clicking on that button fixed my problem. Thanks guys