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.

Diggewuff

Members
  • Joined

  • Last visited

Everything posted by Diggewuff

  1. The plugin seems to ignore the defined docker startup sequence and waiting times of unRaid 6.6's new docker administration utility. Instead it starts the containers in alphabetical order and therefore starts some of my containers before the databases witch they depend on.
  2. Is it possible to also get a wildcard certificate for the extra domains?
  3. +1 You are not alone. I’m using several home automation appliances via docker on unraid, where Bluetooth support is mandatory these days. Using another host or VM just for supporting Bluetooth is a huge pain. PLEASE add Bluetooth support.
  4. I have a 3D Printer connected as /dev/ttyACM0, and it isn't always turned on, it constantly connects and disconnects. Therefore adding chmod 777 /dev/ttyACM0 isn't doing the job for me. Is there any workaround which makes chmod 777 /dev/ttyACM0 persistent trough reconnects and not only trough reboots?
  5. Hey, today I tried to switch my letsencrypt container from Bridge network mode to the new mode in unraid 6.4.0 where I can chose a dedicated IP for the container. So far so good. I've chosen a new ip 192.168.1.20 and changed the mapping of the ports 80 and 443 on my router to that new IP. From then on I wasn't able to reach my domains from WAN anymore. trying to access them from LAN is giving me that error: Furthermore I'm not able to ping any ip dresses on my local network from inside of the container. I already disabled every firewall rule on my Router. Does anyone has an idea?
  6. I would be very interested in that guide.
  7. Im also on this Beta Chanel. Is that a problem wich I should work on or will that change with container updates? Furthermore I have a problem that my Docker image is growing significantly, every time my backups are running and deflates again when they are ready. Can I map a directory outside my container that these temporary data witch seems to blow up my image is stored outside the container?
  8. One more question: I activated the app Preview Generator and therefor need to add a (system) cron job for ./occ preview:pre-generate, according to https://github.com/rullzer/previewgenerator. Could anybody provide me a short explanation how to configure such a cron job in Nextcloud Docker?
  9. I found the solution! see link or:
  10. Hey, im currently having an issue while downloading larger files. I have configured my Nextcloud with LS lets encrypt docker, and when I'm downloading a large file or folder which then is put into a tar container the download is aborting at 1 GB. Could that be a configuration error? At witch points could download size limits be configured? Via local network Downloads are not aborting! I suppose it's the reverse proxy. #***.***********.de server { listen 443 ssl http2; server_name ***.***********.de; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:**********************'; ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### #add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.5:443; } }
  11. How is development going on?
  12. Ok that gives me a better understanding. Already curious of how it will work. Again, thanks for your efforts.
  13. Ok, so in that way, and correct me if I'm wrong, it IS NOT problematic to poll CPU temps and to set Fan speed every 10 seconds. but it IS problematic to poll HDD temps via smartctl more often then once every few minutes. If that is correct, wouldn't it then be an option to prevent the script from HDD temp polling to often by just writing the polled temperature to a local variable with a timestamp and to perform a little inquiry like if [timestamp of HDD temp] < 60sec then [local HDD temp] = [local HDD temp] else [local HDD temp] = [new polled HDD temp from smartctl]
  14. At the moment my cpu is still on Fan1 but later I want to switch it back to FanA to make use of Fan1234 for my 4 case (HDD) fans. One question: What exactly is the bottleneck in execution count, Polling temperatures of CPU? Polling temperatures of HDD? Or Setting Fan speeds?
  15. Hey @dmacias first of al thank you very much for your gorgeous work an the already great plugin, I'd love to have the opportunity to offer more help on the development, where are you from? Second: My UnRaid box runs a plexserver and is built for heavy transcoding requirements when I'm starting a transcoded 4K stream the cpu load accelerates up to about 90% in less then 2 seconds in about 10 seconds the temperature goes up to 80°C and about 30 seconds later up to about 90°C, all that at a base fan speed of 1000RPM with my current stock cooler (already looking for a better cooler). About 20 to 30 seconds at 80 tu 90°C later the fancontroll kicks in and puts the fan to 100% of insanely loud 3100RPM and cools down the cpu to 60°C for a minute then the fan controll lowers fan speed to about 1800RPM and temps go up again to about 80°C... and so on. This game of going up and down in temperature is a known issue of non regulated but controlled systems on cycle times which are not short enough (studying mechanical engineering) On a 10 second cycle time it is working like a charm. As bring down execution counts is verrrry appreciated I totally agree that a cycle time of 10sec is significantly to short for HDDs, but for CPU cooling it is also mandatory. FYI https://forums.freenas.org/index.php?resources/fan-scripts-for-supermicro-boards-using-pid-logic.24/ this is a link to a FreeNAS forum where a similar fan controll mechanism was developed earlier. This guy suggests the following for cycle times. Im using a Powerful Intel Xeon E3-1245v6 CPU with a TDP of 78W and I can confirm fast temperature spikes.
  16. I already had that scenario. Acidentally delieted /boot. The procedure I had to take was prepareing a whole new flash drive with a fresh install of UnRaid, boot, install unassigned devices... just to copy of the data of the backup And then recreate the flash drive with the recovered data. First thing I did after that procedure was to schedule a weekly incremental versioned offside backup to a friends unraid box via duplicati and sftp. That won't happen again.
  17. Would it be possible to implement a functonality to set Different Intervalls for each Zone? For example 1sec for CPU FanA and 5min for HDD Fan1234?
  18. Just tested the beta, it works like a charm on my X11SSi-LN4F. Great work! Only one point which I didn't got to run. My fans didn't turn of, probably because I'm not able to don't set a minimum, a value between 1 an 64 is mandatory. If I'm setting a minimum lower than 19 at FAN1234, which is equivalent to 1000RPM on my CPU cooler connected to FAN1, my fan rotates at 1000RPM nonetheless probably forced by the mainboard. So turning fans of isn't possible on my board. Edit: Enabling Network Connection Disables the fancontroll, an doesn't stets the MB back to auto!!! I still have some feature ideas. It would be great to have the possibility to set a Fan speed maximum (1-64) because most stock coolers don't really have a better cooling performance just by maxing out the rpm of a loud fan. It would also be great to be able to set shorter Temperature Polling Time cycle because a CPU variates match faster in temperature than once a minute something like 5 to 15 seconds would be nice.
  19. I have examns at University this week. But will definetly test at the weekend.
  20. Haven't tested te Beta just jet, but totally agree. Edit: Temp sensor for Fan A is located at the lower left Edge of the Mainboard and messures ambient air temp wehre pci-e cards are located.
  21. OK, I already thought to do so. Do I got it right that this will start a reinstall of the VM?
  22. Hey, I accidentally deleted my whole cache drive (/appdata /system /domains is gone) and need to restore my VMs. I backed up VM XMLs using this Plugin. Is there any explanation how to restore my VMs using the backed up XMLs?
  23. I have the same issue just tried uploading a 10GB file. Error message: and:
  24. Great if you want to Test it on an x11 feel frei to ask for a TeamViewer Session.
  25. Ipmi-raw commands are working as expected on my x11ssi-ln4f.

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.