-
[SUPPORT] Tandoor Recipes - CorneliousJD Repo
-
[SUPPORT] Tandoor Recipes - CorneliousJD Repo
I updated to the newest version but still the same issue, and container port did not change from 8080 to 80
-
[Plugin] CA User Scripts
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}"
-
[Support] binhex - qBittorrentVPN
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.
-
[Support] binhex - qBittorrentVPN
-
[Support] JPDVM2014 Templates
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.
-
[Support] binhex - qBittorrentVPN
Thanks solved the issue
-
[Support] binhex - qBittorrentVPN
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:
r2range
Members
-
Joined
-
Last visited