Everything posted by jmztaylor
-
Suggestion on Google Photos alternative
I am moving away from Google services and looking for a replacement for google photos. The only feature I need is auto sync. Nextcloud and owncloud apps are garbage so those are not an option. I don't need sharing or galleries or anything. Just straight need sync to my server without nextcloud/owncloud bloat.
-
about:blank#blocked for all WebUI links
I just installed the same Chrome Dev version and I am not seeing this behavior. Everything is working as intended. See if the problem persists in incognito mode.
-
[Support] Joshndroid's Docker Repo Support Thread
Tried multiple times rebooting and nuking data before and just left it alone. Now magically it just worked. I tried it on mobile this time. Dunno if it was something wacky with my desktop browser or something. Odd
-
[Support] Joshndroid's Docker Repo Support Thread
I am using Invidious and its working. The problem I am having is that when trying to register I am getting Erroneous token after the captcha. Any ideas?
-
[Support] FoxxMD - whoogle-search
I am seeing this same behavior. Did you solve this?
-
Unable to start HomeAssistant VM
Ill wait for someone more knowledgeable about the logs, but the logs say that it's not enabled in the BIOS. I know you said it is, and didn't change anything. What is your motherboard model.
-
Unable to start HomeAssistant VM
Please post diagnostics.
-
[Support] ClamAV
So about 10 mins into the scan I get this error. All disk spin down after this so I am pretty sure its not scanning anymore. Any ideas? LibClamAV Warning: Bytecode run timed out in interpreter after 5000 opcodes LibClamAV Warning: Bytecode 78 failed to run: CL_ETIMEOUT: Time limit reached
-
Docker webui getting ERR_CONNECTION_REFUSED after upgrade
Please post diagnostics.
-
Remove new GUI "dropdown" circle on top right?
I just whipped this up. I forked an old repo I found that injects custom CSS and just made it use JS instead so ignore the name. After installing the plugin, edit the file /boot/config/plugins/eth-p.unraid.custom-css/custom.js and paste the contents below in the file. Save and reload the page. I did a quick test and this works but since I just threw this together quickly not going to support it really. I think the my servers orb is loaded via JS so normal CSS rules won't hide it. Thats why I did it in JS. From plugins tab install this. https://raw.githubusercontent.com/JmzTaylor/unraid/master/release/eth-p.unraid.custom-css.plg $(document).ready(function(){ document.querySelector("#header > unraid-user-profile").shadowRoot.querySelector("#UnraidUPC > div.relative.z-0.flex.flex-row.items-center.justify-end.h-full > div.relative.flex.items-center.justify-end.h-full").remove(); });
-
Plugins and Docker will not update
Trying in incognito or a browser you don't normally use might be worth a shot too. It seems like a browser caching issue.
-
Plugins and Docker will not update
you can run diagnostics from the command line and the zip will be on the flash drive
-
Plugins and Docker will not update
Please post diagnostics.
-
ssh: connect to host port 22: Connection refused
If I am looking at this right SSH access is turned of in settings->management access
-
Can't get Nginx to get a SSL certificate with mikrotik router
what is your nginx config for overseerr?
-
Can't get Nginx to get a SSL certificate with mikrotik router
To get 80/443 to go to unraid properly, you will have to change the ports unraid gui listens on. This can be done under settings-management access. I have a feeling once that cert expires you are going to have the same issue again. Not completely sure though
-
Can't get Nginx to get a SSL certificate with mikrotik router
If I had to guess, 1980 and 19443 are non standard ports. Since it fails on http-01 test I am assuming it defaults to port 80. Which it cannot connect to. Check the docs of the container you are using for the SSL cert and see if you can pass a different port to use.
-
[Support] RustDesk Server
Yes RustDeskServer is the hbbs and Relay is the hbbr. I have got this to work without the relay. Using only server and port forwarding port 21116.
-
Free Teamviewer... docker help?
Honestly, I just saw this software the other day and started messing with it. The relay I don't know the exact purpose of. Opening 21116 in your firewall will allow external connections and not specifying relay server. So for the settings put your_ip:21116 as the ID server. At least for me it did. Relay might have to do with NAT transversal or something.
-
Free Teamviewer... docker help?
I got this in CA now. Both server and relay
-
[Support] RustDesk Server
This is the support thread for RustDesk Server. I am not a developer of RustDesk. Only made the template for CA. Project Github: https://github.com/rustdesk/rustdesk
-
Free Teamviewer... docker help?
Also, FWIW I couldn't get it to run from the docker GUI either. Not sure why
-
Free Teamviewer... docker help?
From what I understand from quick read is relay is needed for external connections. I was able to run that command and connect from my phone to computer. But running this should work for the relay docker run --name hbbr -p 21117:21117 -p 21119:21119 -v /mnt/user/appdata/rustserver-hbbr:/root -d --rm rustdesk/rustdesk-server hbbr
-
Free Teamviewer... docker help?
This worked for me docker run --name hbbs -p 21115:21115 -p 21116:21116 -p 21116:21116/udp -p 21118:21118 -v /mnt/user/appdata/rustserver-hbbs:/root -d --rm rustdesk/rustdesk-server hbbs
-
INTEL X710 NIC LIMITED TO 100MB
I would start with the cable. I have had it happen multiple times the cable won't allow gigabit.