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.

vampyre_masquerade

Members
  • Joined

  • Last visited

  1. I ran it again with the original Safari and straight after with the new Tech Preview version, I think that's what you were after. Safari_Tech_Preview.txt Sonoma_Original_Safari.txt
  2. On a quick side note I thought id try the Safari Technology Preview and see what's changing in the future, the issue above isn't present in the new version, works as supposed to.
  3. Hi Can i find out if there was any movement on the Safari and Apps Tab freezing issue? I can see a while ago there was a lot of chatter about it which seem to end suddenly when there was some server issues and never really picked back up after that. I have removed the CA plugin and reinstalled, cleared browser data, disabled all safari extensions and done as much as i could think of doing. In chrome there is no issue at all, in Safari it opens the page, you can see the wavy unraid logo moving, then the icons of the new apps display and the wavy unraid logo freezes, at this point nothing on the unraid gui can be clicked, all i can do is exit safari and relogin making sure i dont touch the App link. Ive attached the log and can see some array errors but nothing meningful. CA-Logging-20240621-1136.zip
  4. Currently i have a Nginx Proxy Manager docker sitting on its own reverseproxy docker network, this does a port translate from 18443 to 443, within this network i have multiple dockers communicating through DNS on its own internal virtual switch. Now to get to NPM i have my router taking the DNS queries and sending them to a virtual IP on the router to port translate to 18443. What id like to achieve is moving the reverseproxy docker network away from the host network bridge 192.168.1.10 and give it a virtual bridge ip of say 192.168.1.15, this way i can just send the DNS resolutions straight to NPM with no forwards or port translations, NPM could operate on 443 and unraid could use 443 for webui. I also like the idea of having the images handled by NPM on its own network so i cant just give NPM the ip for this would remove the reverseproxy docker network. How i currently have it works fine, its just seems redundant and messy doing it this way.
  5. Hi Recently upgraded from 6.9.2 up to 6.10 stable, the process was quite smooth with only some small hiccups updating my Windows 11 to use the new TMP method. There is how ever a change in the system through the upgrade that I am unable to rectify. Previously on unraid boot I had a script that modified the acpi_handler.sh to incorporate a script when the power button was pressed, this would determine the state of my Windows 11 VM and Start/Stop the VM if needed. Now it seems to be both performing the VM start as well as the default behaviour of system shutdown i.e. when the power button is pressed the VM will load for about 1 minute before the system force closes it and the array stops for a shutdown. acpi_handler.sh update script run at array first start. (I have also tried just replacing the entire file instead of the line, no difference) #!/bin/bash sed -i 's|power) /sbin/init 0|power) . /boot/config/plugins/user.scripts/scripts/VMStartStop/script|g' /etc/acpi/acpi_handler.sh modified acpi_handler.sh file after array start. (so we know its been modified correctly) #!/bin/sh # Default acpi script that takes an entry for all actions IFS=${IFS}/ set $@ case "$1" in button) case "$2" in power) . /boot/config/plugins/user.scripts/scripts/VMStartStop/script ;; *) logger "ACPI action $2 is not defined" ;; esac ;; *) # logger "ACPI group $1 / action $2 is not defined" ;; esac VM control script that is called from acpi_handler.sh. #! /bin/bash # if domain is running, shut down if virsh list | grep "Windows 11 .*running" ; then virsh shutdown "Windows 11" # resume domain if it's paused elif virsh list | grep "Windows 11 .*paused" ; then virsh resume "Windows 10" elif virsh list | grep "Windows 11 .*pmsuspended" ; then virsh dompmwakeup "Windows 11" # otherwise start domain else virsh start "Windows 11" fi With nothing changed from the original running scripts except updating the 6.10 I can only assume a critical change has occurred in the new kernel or system version. Please don't recommend I use WOL as I already do, or a separate button or device. Been able to just press the power button and treat my server like a desktop is a very convenient feature for all that use the desktop. Troy
  6. Hi Can anyone tell me if any of the Binhex VPN dockers can be used as an internet gateway instead of a proxy? Basically i'm trying to replicate the VPN gateway my router creates to ExpressVPN onto a more powerful machine.
  7. Hey After reading 35 page and eyes going a bit funny now i'm still lost as to what OpenVPN Client even does. Installed fine, took the ExpressVPN OVPN configs fine and started the VPN creating a TUN5 with a 10.x.x.x IP. Id say 90% of the posts in this thread are about the server plugin not the client plugin. what i wanted to do was replace the VPN connection my router has to ExpressVPN and set certain devices in my network (through DHCP) to point to the Unraid OpenVPN Client as the gateway to pipe their traffic through the VPN. So please correct me if i'm incorrect. OpenVPN Client Plugin for Unraid can not be used as a gateway for LAN traffic. I'm guessing it can only be used for Docker traffic and maybe Unraid traffic?

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.