Everything posted by Xcelsior86
-
[Plugin] FolderView2
I recently installed the docker compose manager plug-in, but it makes all my folders disappear from the Docker screen, however, they appear and function on the Dashboard. I removed the docker compose plug-in and now my folders are back to normal. Anyone run into that issue and find a fix?
-
Unraid 7 Docker container DNS issues
Issue has been resolved thanks to Wintermuteau in the Unraid discord. They had asked if I had Tailscale DNS on as that can cause issue and it was on. Turned it off and restarted docker and everything is working again. I don't recall turning that on though.
-
Unraid 7 Docker container DNS issues
I haven't been able to find any information from searching on this so I hope I can get some help here. It seems that my docker containers aren't able to resolve DNS unless I add --dns 8.8.8.8 as an extra parameter to the containers. I even had to add that to immich for it to properly start and connect to its internal redis. The only changes made are a successful upgrade to version 7 and adding tailscale SSL as the certificate to access the server. I haven't changed anything else anywhere. I do have Next DNS setup on my UDM Pro as I've had for quite some time without issue. DNS servers on the main network connection is 10.10.20.1(UDM Pro) 8.8.8.8 8.8.4.4. Any ideas what could be causing this?
-
Unable to reformat cache drive to ZFS
That was the issue, much appreciated. However, what I decided to do was just delete the pool and create a new pool with a different name then delete /mnt/cache/. All is well now.
-
Unable to reformat cache drive to ZFS
I followed SpaceinvaderOne's video on converting my cache drive to ZFS, but I am unable to format it no matter what I try. It just keep coming up Unmountable when I start the array even after I try to format it. I have tried using the blkdiscard /dev/nvme0n1 -f command before and after a reboot, but still won' work at all. The drive has been working without issue before trying to do this. I have attached my diagnostics file. Edit: Well this is frustrating. I figured I would try to format as XFS to see what would happen and it worked flawlessly. I'd prefer to use ZFS if I could, but at least for now I can have my cache drive up and running until I can find a solution. vault-111-diagnostics-20230826-2038.zip
-
[指南] 如何解决自定义网络上容器的 macvlan 和 ipvlan 问题
I've set this up as directed, but now I can't access any of the containers on the br1 interface. The docker network is on a VLAN through Pfsense. The containers seem to be running ok, ie NGINX proxy manager as I can access the hosts I've created with it, but I can't access the GUI of itself. Any ideas? EDIT: After posting this, I disconnected my VPN on my PC and I am now able to access the GUI's. I'll leave this here just in case someone else might run into this issue.
-
[Plugin] Docker Folder
-
[Plugin] Docker Folder
Just installed this today and for whatever reason, the docker icons themselves are changed to the icon I'm using for the folder itself. I've tried everything in the settings and nothings seems to get the regular icons back other than removing the icon I set for the folder. Anyone else run into this issue?
-
[Support] spaceinvaderone - Shinobi Pro
Has anyone been able to make this work with reverse proxy? I have tried everything including adding "baseURL":"https://shinobi.mydomain.com" which just made it extremely slow. I've got this on a VLAN and the only resolution I've seen is to change it not be on a VLAN and just be on the Unraid server IP. Edit:. Solution to reverse proxy working with the container on a VLAN. In docker settings, "Host access to custom networks:" needs to be enabled. Once enabled, it works.
-
[Support] Linuxserver.io - Syncthing
Just got syncthing up and running tonight and experiencing slow speeds as well. I've port forwarded and pinned the container to 4 cores. Running the client on Windows laptop. Is there something else I can try or am I just stuck?
-
Jitsi?
I did an install on an Ubuntu VM myself with ease. Only problem I'm having is I'm not able to make it public with my domain through Nginx Proxy manager.
-
Jitsi?
+1 I might try installing this in an Ubuntu server VM later, looks easy enough.
-
[Support] binhex - DelugeVPN
Having a similar issue myself. The last few days the proxy has been spotty. I have an internet connection without issue when using it on my PC, but the docker containers say they have no connection through the proxy. Using ExpressVPN.
-
[Support] Linuxserver.io - Code-server
Confirmed working with node version shown as V8.10.0
-
[Support] Linuxserver.io - Code-server
-
[Support] Linuxserver.io - Code-server
The path is code-server/config/custom-cont-init.d/node.sh Is that correct or do I have something wrong?
-
[Support] Linuxserver.io - Code-server
This is all I have in the logs from the docker page on Unraid: Docker mods sound exciting. Where can we make more requests if we have any?
-
[Support] Linuxserver.io - Code-server
I've tried to install Node JS using the custom scripts, but the terminal within the vscode docker says its not installed. Is there another step I need to take? In the script called 'node.sh' I've got this: #!/bin/bash apt-get update && apt-get install -y nodejs
-
[Support] Linuxserver.io - Nextcloud
I made an attempt at updating from the web ui and everything went fine until i got this error: "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files… / Rescan…)" I click the "List of invalid files" and i get the error shown below and below that are the current and expected hashes. I have searched everywhere and the link to the documentation, but I havent found any fixes. What can I do? Results ======= - user_external - INVALID_HASH - appinfo/info.xml - lib/smb.php
-
[Support] binhex - DelugeVPN
The only thing that has changed is the container being updated, nothing else. I downloaded another file from Express VPN which had the same name and still no luck. Is this container not compatible with Express VPN any longer? EDIT: I guess my preferred server is currently not working. Switched to another server and it's working now. Strange.
-
[Support] binhex - DelugeVPN
Having an issue after the update as well. I can't access the GUI and the proxy isn't working. Looks to be a DNS error with the VPN. I've removed all the DNS servers that were there before and am only using Google DNS. Everything worked fine before the update.
-
[Support] Linuxserver.io - Code-server
I keep getting the error at the bottom of the screenshot attached. Apparently it has something to do with NPM and/or Node.js. How would I go about installing Node.js on unraid or within the code server docker itself. Also, what would be the best path to use for saving files? Example: /files to /filesshare. Thanks.