Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Vaslo

Members
  • Joined

  • Last visited

Everything posted by Vaslo

  1. Maybe to give more information, The container works fine without Tailscale integration. Something in the docker run with tailscale is causing an issue. I think something is wrong with the 3 lines of the docker run: -e ORG_CMD="sh -c chown -R node /app/data && node server.js" These should be one line right? Can I fix this or am I incorrect about this is the issue? docker run -d --name='flame' --entrypoint='/opt/unraid/tailscale' --net='bridge' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="MediaServer" -e HOST_CONTAINERNAME="flame" -e 'PASSWORD'='redacted' -e TAILSCALE_HOSTNAME='flame' -e TAILSCALE_ALLOW_LAN_ACCESS='false' -e TAILSCALE_USE_SSH='false' -e TAILSCALE_USERSPACE_NETWORKING='false' -e TAILSCALE_STATE_DIR='/app/data/.tailscale_state' -e ORG_ENTRYPOINT="docker-entrypoint.sh" -e ORG_CMD="sh -c chown -R node /app/data && node server.js" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5005]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/pawelmalak/unraid-templates/master/templates/icons/flame.png' -l net.unraid.docker.tailscale.webui='http://[noserve]:5005' -l net.unraid.docker.tailscale.hostname='flame' -p '5030:5005/tcp' -v '/mnt/user/appdata/flame':'/app/data':'rw' -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale' --cap-add=NET_ADMIN --device='/dev/net/tun' --init 'pawelmalak/flame' e98e38a42d2df68cbe7878ee928a84ebf3df4 The command finished successfully!
  2. Following the Tailscale instructions from SpaceInvaderOne I wanted to get the Flame dashboard working as its own separate Tailscale device so that I could reference in the browser using magicDNS. My first issue occurred but was solved here: Unraid 7 / Add Container / ERROR: Couldn't detect persistent Docker directory for .tailscale_state! - Tailscale - Unraid Per the instructions, I did something like: because my directory is: The container starts, but it fails soon after despite looking ok in the logs initially. Digging deeper into the logs, I see the following: Executing Unraid Docker Hook for Tailscale Tailscale found, continuing... Settings Tailscale state dir to: /app/data/.tailscale_state Setting host name to "flame" Starting tailscaled with log file location: /var/log/tailscaled Starting tailscale WARNING: Tailscale Key will expire in 179 days. Navigate to https://login.tailscale.com/admin/machines and 'Disable Key Expiry' for flame See: https://tailscale.com/kb/1028/key-expiry Starting container... ======================= BusyBox v1.36.1 (2023-06-02 00:42:02 UTC) multi-call binary. Usage: chown [-RhLHPcvf]... USER[:[GRP]] FILE... Change the owner and/or group of FILEs to USER and/or GRP -h Affect symlinks instead of symlink targets -L Traverse all symlinks to directories -H Traverse symlinks on command line only -P Don't traverse symlinks (default) -R Recurse -c List changed files -v Verbose -f Hide errors root@MediaServer:~# Anyone know why this may be occurred or if I have set something incorrectly?
  3. Ok I figured out how to mount it and that is much better. Is that the right best practice in the case of the error above?
  4. As the title says, I've been trying to make an unraid share the recipient of weekly Apple Devices via an app called Imazing. When I try to do it I keep getting the error from the app when I select it as a Network Drive in Windows (see eroor in the picture below). I've tried to turn on SMB and NFS setting but to no avail. As a workaround I tried to use a local Nextcloud drive but I realize this is a bad idea because it's going to backup hundreds of gigs on multiple machines. I can't find a place to mount an unraid drive as suggested in the error. Appreciate any advice or workaround.
  5. I made a big mistake and accidentally deleted binhex-delugevpn when I was trying to delete another container instead. I reinstalled binhex-delugevpn with protonvpn as the client with wireguard and I confirmed that I could get into the container and because appdat wasn't deleted all my settings were there. However, I'm trying to route containers through delugevpn per the Spaceinvader One video, which was working great before this accidental deletion. When I used to set the extra parameter to --net=container:binhex-delugevpn and make network 'none',I'd see something like :5800/TCP <--> :5800 next to the container name, and when I would dropdown on the container, and the webui selection would disappear. I tried to fix old containers (stuff like radarr, lidarr etc.) and even tried a container from scratch, but I'm still seeing the image below where the column under port mappings is blank and I can still see webui (which obviously doesn't work.) I've tried to go all the way through to adding the port to delugevpn but it still doesn't work. Any ideas why I can't just restore this? Do I have to delete something else in appdata? Thanks.
  6. I'm trying to use the Docker Compose plugin to add a container that is not in community apps. I want to be able to push this container as I have others through an existing VPN container. I've done that easily following SpaceInvader1's video using Unraid's interface. Now I'd like to copy something similar to the docker compose script in the docker compose addon by take that string and using composerize to copy what I need for the network (can't figure it out on my own). I know you can get the Docker run string when you reinstall the container and it pops up on the screen. Is there another way to get it? Thanks.
  7. Same issue as you and followed your suggestion to rollback to 6.4.0 and it works again. Something is wrong with the 6.5.0 container.
  8. I'm suddenly having issues saving to my wikijs folder. I have a backup folder that exists in the "data" folder, and also have the cache folder. Everytime I try and create a new page and save I get errors like this: `Error when running job render-page: EACCES: permission denied, open '/data/cache/776566e72294330d8457fa0e8eb11c7ec747cf5e.bin' or I get that error to the /data/backup Is it a permissions thing? Any ideas on how I fix? Thanks!
  9. Wow ok that fixed it for the one - I also backed up thanks to this scare. Let me see if I can get the other one going the same way. Many thanks for such quick help!!
  10. Actually happened to two servers (kids) and one won't even boot but looking for some advice on the attached. Yes I am dumb and have no USB backup for either despite it being very easy to do so. I was hoping this one is a simple fix but knowing my luck it won't be. Any advice greatly appreciated. minitower-diagnostics-20220710-2137.zip Seeing stuff like this all over my web interface: Warning: parse_ini_file(/boot/config/docker.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 52 Warning: array_replace_recursive(): Expected parameter 2 to be an array, bool given in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 52 Warning: parse_ini_file(/boot/config/domain.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.vm.manager/include/libvirt_helpers.php on line 507
  11. Thanks for doing this. Unfortunately, it just continues to insist on the small window whether I use Local, remote, or none. I reset the resolution per your instructions. I don't know if its because XRDP is what I am using or what, but it's just not working on any of my pcs. I also have a windows server that i RDP into from Windows without issue and the same problem there as you see in the attached. Seems to work fine for others so I don't know, maybe an issue on my end. I'll let some others get the help they need. Thanks again for trying to help.
  12. I would be really surprised if you limited it to that size - that's kind of small right? 500x500 for an Ubuntu desktop RDP? The first picture is the interface for the app, which can be stretched as needed. However to your question, the second picture shows is me using RDP to get into the VNC for an Ubuntu VNC. It is not fullscreening after I RDP into the Ubuntu VNC, which I cannot change from that original size of the box. Attached is a snapshot of just how I see Ubuntu - it resizes the wall paper but cuts everything off at the top. If I put the terminal in there, it's like maybe 30 characters per line. I guess I could make the font super tiny, but then I guess it wouldn't fill the need I'm looking for. Maybe I have the wrong idea of the use of this? When I RDP from Windows into this Ubuntu VM using the Windows RDP, I can resize it to be at least the 800 by 600 (or bigger on this wide screen). Is that not the purpose of this - I've never used any other tools except the Windows RDP tool so maybe I have the wrong idea, and apologize if I'm wasting your time.
  13. Sorry, let me post a pic. If you see in the pic, the VM in the browser is very small and no matter what I do I cannot make it bigger. I tried to set it in the docker settings in unraid but it won't go bigger than the small window you see in the pic. I also cannot stretch it via mouse, nor do any of the buttons related to the app make it larger. Thanks for your help.
  14. Hello - I am trying to use Remmina and have set the resolution to my default monitor which is 3440x1440. When I run Remmina in the web brower, its a very small window, maybe 500x500 or so and doesnt nearly capture the width of the VM. Is there a way to adjust this? Otherwise I correct very easily to my VMs. Thanks in advance.
  15. Getting the internal server error despite installing the two dependent packages and pointing to the local IP addresses in the setup. Any advice here? See link below for settings. Im not seeing anything I need to change in the dependent packages but maybe Im missing something. Thanks!
  16. Getting this error when trying to hook up Git using SSH. Is it a permissions thing? WHere should the public SSH key be located for wiki.js to work with it? Identity file /root/.ssh/id_rsa not accessible: Permission denied. Warning: Permanently added the ECDSA host key for IP address 'XXX' to the list of known hosts. [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. error: Could not fetch origin Thanks!
  17. For Cloud Commander - Very simple thing but I cannot seem to do it and not finding something to help. How do I open up a different unRaid server in Panel 2 so I can copy from one server to another?
  18. Last question - hopefully I ask it right. If moving or deleting that domain file says there is an issue with the file system like corruption, should I do something about it like a fresh install and try to recover the disks or just go with it if it is still working?
  19. Correct. - when I try to deleteI get a warning that the directory or file system is corrupt. I get this even when I copy to a new drive.
  20. I tried lots of combinations of files and it appears a file called 'vfio-pci.cfg' which I believe is for a plugin that is the issue. When I remove it and replace everything else on a new drive I can get the server up though its a new drive. The only other thing I see is that if I try deleting or removing domain.cfg, it tells me there is some issue. I guess I don't have to remove that but if you were getting an error when trying to delete that, would that scare you? Almost back in business, thanks for your help.
  21. Ok - so I tried to do a brand new installation on a brand new drive and just copied the config over only - got the same problem. Something is messed up with my config. But good news - when I just loaded a fresh version with a fresh config it loaded into unRaid and it had no issue using the fixed IP address and logged me right in. I could get to the server again from my regular web browser method. I can see all my drives though obviously no parity and all the add-ons, settings, etc are gone. What should I do from here to restore settings or am I stuck just doing everything over? I am mostly worried about losing my data and stuff but I'm guessing that is undisturbed? Not sure what the heck happened to the config...
  22. Many thanks - spent some time during lunch watching a few videos on how to do this and read about it on Reddit. After work this evening I'll give it a shot and post my outcome.
  23. Ok that makes sense I think - when you do the backup, do you mean just like copying the folder structure into, say, a Windows folder and then being able to get the data back later or is there a different way that I need to do this in order to keep some kind of structural integrity to the USB drive file system?
  24. Gotcha - so how do I redo the current one? Do you mean move all the data over to a new stick? Or wiping the stick and starting from scratch? Sorry if this is covered elsewhere, feel free to point me there.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.