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.

jfrancais

Members
  • Joined

  • Last visited

Everything posted by jfrancais

  1. On that note, if anyone has a working caddy file they'd like to share for unraid, Id appreciate it. I had it working fine except I'd often have to hit reload to get log screens up (and terminal screens)On that note, if anyone has a working caddy file they'd like to share for unraid, Id appreciate it. I had it working fine except I'd often have to hit reload to get log screens up (and terminal screens)
  2. wait.... yeesh. I think I found something. if I hit it via static ip the disks show. behind my reverse proxy (caddy) I'm seeing the issue. I'll chase caddy config. Thanks for the pointer. I'm embarrassed to say how long I have chased this path.
  3. I've tried tried safemode no plugins, different browser, different computer on different network.
  4. Started seeing issues today, in the web gui I cant access the terminal or logs (it goes black for a few and then gives a reconnect) and in Main I cant see any devices under the device tab. if I use terminal from another computer I can remote in and see disks mounted under /mnt and underlying files are there. Dashboard shows some items as blank. copilot was taking me down the road of corrupt super.dat. Unsure if that is the case. Downloading the diagnostics also seems to not work from the gui. can anyone advise? gobo-diagnostics-20260210-1223.zip
  5. Been running solid since Monday with no errors thus far.
  6. diagnostics attached gobo-diagnostics-20220530-1123.zip
  7. https://support.hp.com/ie-en/product/hp-z800-workstation/3718645/document/c01709726
  8. Thanks for the reply and the catch. disabling VT-d in bios brought me back up but now I need to figure out what to do. I have VMs running on this that I need for production so disabling VT-d leaves me non functional. I wasn't having any issues since going to 6.10 so I'm wondering if it is safe to bypass the blacklist.
  9. Good morning, looking for some assistance. I upgraded top the newest release this morning and my machine came back up missing the NICS. netxtreme bcm5764m gigabit ethernet pcie "lshw -class network" shows the NICs as unclaimed. can anyone assist? No hardware changes, just the most recent update (just a small revision jump as I was on the latest release prior to this upgrade.
  10. I'm sure this has been answered before but for the life of me I can't figure it out. Heres my PHP info from the admin screen: Version: 7.3.17 Memory Limit: 2 GB Max Execution Time: 3600 Upload max size: 3 GB I was able to set memory limit and upload max size without issue, but that max execution time I can't find a way to change it. I need that bumped up but I haven't been able to find any configuration file setting to make it stick. Can anyone assist? I'm running into issues because of it.
  11. 1. wired isn't an option, ipad/ios devices. I don't believe it to be a wireless issue. I can have two devices on the same wifi in the same room as the access point and it appears on one and not on the other. Typically the first person that opens the app will see the server and the second person that opens the app will not. 2. nothing should be in the way here either. I don't run adblockers or pihole. no vlans. Only tricky thing is the networking on unraid itself. I tried with custom networking/static IP as well as bridge networking and same occurs. 3. possible, unsure the best place to look for that, that is why I posted here 4. same as above.
  12. Been working on setting up a server using this container for my family of 3 to play. Internal network only. I have the initial configuration setup allowing 10 users, have my whitelist, permissions setup. Problem I'm seeing is that the server seems to be only seen intermitantly and usually by only one person. I've been able to connect and play, but other users on the lan not so much, and some times they can connect but I cant. Doesnt show up in the list in the app (all iOS devices) and manually entering the server details don't connect either. Having no issues with other containers (I use plenty) so I'm unsure where to go from here. Anyone else experience this? Thoughts?
  13. I still need to develop the image which currently involved the Pi. Once setup I pull the image and deploy to other Pis. I'd like to do all that configuration on the PC and deploy from there.
  14. For me specifically, I'm looking to do Raspberry Pi central management, development and testing before I send my images off to SD cards.
  15. Would love to spin up virtual raspberry pi's for development. Should be relatively straightforward to add with qemu already having ARM support available. Would love to be able to use the webgui to create virtual pis that mount and boot from standard pi image files.
  16. here for any update?
  17. I did, multiple times. It says specifically to leave the disk mounted so Cron has access. This is specifically NOT what I want to do. The reason I’m asking is that I read it and can’t figure out how to accomplish what I did in SNAP after reading the limited documentation(ie the first post)
  18. From the plugin help: '/usr/local/sbin/rc.unassigned mount auto' - all devices and SMB/NFS mounts set to auto mount will be mounted. '/usr/local/sbin/rc.unassigned umount auto' - all devices and SMB/NFS mounts set to auto mount will be unmounted. '/usr/local/sbin/rc.unassigned umount all' - all devices and SMB/NFS mounts are unmounted in preparation for shutting down the array. '/usr/local/sbin/rc.unassigned mount /dev/sdX' - mount device sdX where 'X' is the device designator. '/usr/local/sbin/rc.unassigned umount /dev/sdX' - unmount device sdX where 'X' is the device designator. You can use this command in a UD script to unmount the device when the script has completed. I don't want the drives to be configured to automount, and I don't want to mount/unmount all.
  19. My device is almost always plugged in. I need it to run in a scheduled basis to ensure when I go off site it is no more than 24hrs out of sync. And I need to run it based of serial number and not the /dev it isn’t guaranteed to be in the same dev position.
  20. Wondering if someone might have insight, having trouble finding what I'm looking for. I had written a script previously that I was using for some automation with an unassigned device. Everything was working perfectly but with the move to this plugin, now not so much. I was using the snap.sh script with certain parameters to safely work with the drive. I'm wondering if I can gather the some way programmatically from the new plugin. Here are the functions I was using and am looking to replace: #get the serial number of a drive based on share name /boot/config/plugins/snap/snap.sh -getSerialNumberFromSharename $share_name #verify if the drive by serial number is in the array /boot/config/plugins/snap/snap.sh -isDeviceInUnraidArray $drive_serial #mount the drive by its share name /boot/config/plugins/snap/snap.sh -m $share_name #unmount the drive by its share name /boot/config/plugins/snap/snap.sh -M $share_name #spin down the drive by its serial number /boot/config/plugins/snap/snap.sh -spindown $drive_serial My end game is that I have an external drive that may or may not be connected to my unraid server. Nightly, if the drive is present, it mounts and does a sync to that drive, and then unmounted and spins down so it can be removed. This gives me a drive (or drives) that I can pull whenever I am travelling and it has been synced with a bunch of files I have listed in my script.
  21. Does anyone have any experience setting up ios on demand profiles? I have my Openvpn-AS up and running, working as expected. I can connect via my ios clients. I now want to set up the on demand profile so that the VPN connects when I hit an unsecured network or a couple specifid wifi networks, and disconnect from the VPN whenever connected to my home wifi networks.
  22. Getting the same issue when I went to upgrade Community Applications. It removed the old and couldnt install the new. Still running unRaid 6.6.6
  23. Have the same question as this but I havent seen it answered. Anyone?
  24. Is there any command line interface to this to look up information, mount/unmount drives? I was using SNAP and am now moving to this, but I'm unsure how to fix a couple of the scripts I had that would mount and unmount drives following some logic, as well as checking if a drive is part of the array before performing certain functions.
  25. Adding a second NIC and second br gets around this restriction. But it still doesnt seem to work with OpenVPN. the OpenVPN container itself can see everything but the clients connected to it cant.

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.