Xcelsior86

Members
  • Posts

    23
  • Joined

  • Last visited

Xcelsior86's Achievements

Noob

Noob (1/14)

5

Reputation

  1. 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.
  2. 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
  3. 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.
  4. Currently 6.10.2, Haven't updated to 6.10.3 yet. Attached photo of settings.
  5. 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?
  6. 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.
  7. 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?
  8. Xcelsior86

    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.
  9. Xcelsior86

    Jitsi?

    +1 I might try installing this in an Ubuntu server VM later, looks easy enough.
  10. How do I map the ports between containers? For example, NZBGet. I've got that container set as you have above, but I am unsure of how to map properly. How do I configure port 6789 in this case? Thanks for the info so far.
  11. How exactly do we setup this new container VPN feature? Is the feature a way to create a VPN client connection and have any container route through that connection?
  12. 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.
  13. Confirmed working with node version shown as V8.10.0
  14. The path is code-server/config/custom-cont-init.d/node.sh Is that correct or do I have something wrong?