-
Not connecting to Github
I've done all that a few times, now. Still nothing.
-
hatchetmac changed their profile photo
-
hatchetmac started following Not connecting to Github
-
Not connecting to Github
This is a weird one for me. Says it cannot connect to Github. Trying to set up Nextcloud AIO. Worked the first time, but I set it up incorrectly so I started again. Ever since, I have been unable to get it to load any apps beyond plugins. Worked so easy the first time that I decided to drop the Lifetime dollars on Unraid and now I have not been able to get it working again. Even going back to BIOS and starting over with the downloads didn't do it. I've tried Static IP's, everything I could think of for the IP/DNS settings. Unraid for some reason cannot get back to seeing the web. I have to be honest, this is my first big project since I took a short 27 year break of building my own stuff and things have changed a little. I'd put myself around clown level these days. I'm hoping it's something so stupid it can be fixed easily. Thanks in advance. tower-diagnostics-20250201-2116.zip
-
Apps will not load
I guess I lied. It never started anything, but my network started working after that. Then it didn't again. It came up with an error. root@Tower:~# docker run hello-world Unable to find image 'hello-world:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/library/hello-world/manifests/sha256:d715f14f9eca81473d9112df50457893aa4d099adeb4729f679006bf5ea12407": dial tcp [2600:1f18:2148:bc02:22:27bd:19a8:870c]:443: connect: network is unreachable. See 'docker run --help'.
-
Apps will not load
Thanks, that did it.
-
Apps will not load
tower-diagnostics-20250129-1056.zip
-
hatchetmac joined the community
-
Apps will not load
I'm reinstalling some apps on my Unraid server but it is giving me an error no matter which app I try to run. Messed with some settings and it still seems to not connect to pull the data. Below is my Nextcloud attempt, but it looks the same as all the others I've tried. Network is running fine. I've always had to try more than once for most apps, so I'm not sure what is going on. docker run -d --name='nextcloud-aio-mastercontainer' --net='bridge' --pids-limit 2048 -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="nextcloud-aio-mastercontainer" -e 'APACHE_PORT'='11000' -e 'NEXTCLOUD_DATADIR'='/mnt/user/nextcloud' -e 'SKIP_DOMAIN_VALIDATION'='false' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='https://[IP]:[PORT:8080]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/SpaceinvaderOne/Docker-Templates-Unraid/refs/heads/master/spaceinvaderone/docker_icons/nextcloud_aio.png' -p '7282:8080/tcp' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' -v 'nextcloud_aio_mastercontainer':'/mnt/docker-aio-config':'rw' --dns 1.1.1.1 --dns 9.9.9.9 'nextcloud/all-in-one:latest' Unable to find image 'nextcloud/all-in-one:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/nextcloud/all-in-one/manifests/sha256:6b98a08b44ac6c16ef3172d4e30b5d7c093c83581af0b76e20493da17c2f7732": dial tcp [2600:1f18:2148:bc02:22:27bd:19a8:870c]:443: connect: network is unreachable. See 'docker run --help'. The command failed.