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.

r2range

Members
  • Joined

  • Last visited

  1. Remove The Port Click Add Another Path,port And add it as followed
  2. I updated to the newest version but still the same issue, and container port did not change from 8080 to 80
  3. For some reason this script only work when i run it myself i want to run it in the background. if i try that it doesnt do anything #!/bin/bash #clearLog=true # Explicitly set the PATH to ensure necessary commands are found in background jobs. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Define log file and a persistent log path. # This ensures a clean log for each run and a persistent backup. LOG_FILE="/tmp/user.scripts/tmpScripts/Hetzner_Storage/log.txt" PERSISTENT_LOG_PATH="/mnt/user/appdata/rclone/hetzner_storage.log" # Create the persistent log directory if it doesn't exist mkdir -p "$(dirname "$PERSISTENT_LOG_PATH")" # Execute the rclone command and capture the output to a variable. RCLONE_OUTPUT=$(rclone about hetzner: --log-level INFO 2>&1) # Extract the free space from the rclone output. FREE_SPACE_STR=$(echo "${RCLONE_OUTPUT}" | grep "Free:" | awk '{print $2}') # Clean up the string to get a number. FREE_SPACE_GB=$(echo "${FREE_SPACE_STR}" | sed 's/GBytes//') # Check if free space is less than 50 GB and send a notification if true. # We'll use a simple shell check to compare floating-point numbers. if [ -n "${FREE_SPACE_GB}" ]; then # Use a subshell to perform the comparison without bc. # This rounds down the GB value to the nearest whole number before comparing. INTEGER_FREE_SPACE=$(echo "${FREE_SPACE_GB}" | cut -d'.' -f1) if [ "${INTEGER_FREE_SPACE}" -lt "50" ]; then /usr/local/emhttp/webGui/scripts/notify -e "Hetzner Storage Alert!" -s "ATTENTION: Hetzner Storage Free Space Low" -d "Hetzner storage has less than 50GB of free space. Current free space: ${FREE_SPACE_GB} GBytes." -i warning fi fi # Write the rclone output to a temporary log for the plugin widget. echo "${RCLONE_OUTPUT}" | tee "${LOG_FILE}" # Append the contents of the temporary log to the persistent log cat "${LOG_FILE}" >> "${PERSISTENT_LOG_PATH}"
  4. Yes did not change anything since all the docker containers auto update i just noticed it today. edit : i open the store and searched it checked the docker after and it was fine now.
  5. Any reason why i would get version not available?
  6. Posted the same on the github page saw that there was a unraid thread later as well. https://libgen.is/ is blocked here (Netherlands) and only accessibele by VPN. Since the wiki only support 1 url at this moment. libgen_address: The URL for Library Genesis. The only supported URL at present is http://libgen.is.
  7. Thanks solved the issue
  8. i still have the issue even after updating the docker. using private internetaccess + ovpn file. i recreated the ovpn file just in case. The log still says. 2024-06-04 22:11:53 OpenSSL: error:068000E9:asn1 encoding routines::utctime is too short: 2024-06-04 22:11:53 OpenSSL: error:0688010A:asn1 encoding routines::nested asn1 error:Field=revocationDate, Type=X509_REVOKED 2024-06-04 22:11:53 OpenSSL: error:0688010A:asn1 encoding routines::nested asn1 error:Field=revoked, Type=X509_CRL_INFO 2024-06-04 22:11:53 OpenSSL: error:0688010A:asn1 encoding routines::nested asn1 error:Field=crl, Type=X509_CRL 2024-06-04 22:11:53 OpenSSL: error:0488000D:PEM routines::ASN1 lib:

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.