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.

mika91

Members
  • Joined

  • Last visited

Everything posted by mika91

  1. Hi, like others, I've the exact same issue I've set static DNS to 8.8.8.8 and 1.1.1.1, without success. Looking at the logs, it seems downloading https://raw.githubusercontent.com/Squidly271/AppFeed/master/applicationFeed.json fail. If I try to download using CLI, it's very slow (40KB/sec) loki-diagnostics-20221016-1648.zip CA-Logging-20221016-1651.zip
  2. Hi, In my plex docker template, there is no path mapping for the transcode folder. Hardware transcoding works, and if I open a docker console, the folder "/transcode" exists and contains session data. My question is to know where is this /transcode folder: on RAM ? on disk ? Thanks
  3. Hi, Just noticed tonight that downloading with openvpn is very CPU intensive... The overall CPU load is around 40-50% for a 10 MB/s download speed. (my CPU is a Pentium G4560) I tested with qbitorrentvpn too, with same results. Do you think it's a normal ? I made some search, and some posts warn about putting download folder on the cache pool (2 drives btrfs) but use unassigned drive instead. Any feedback on this ? Thanks
  4. Just for curiosity: Is there any plan to extend swag container with native authelia and ldap server. It would be an all-in-one easy solution for unraid with global users management and reverse proxy authentication. I tried to achieve such a solution with swag + authelia + openldap + phpldapadmin, without success right now 😅
  5. Hello @mgutt, Nice work with this power consumption tweaking guide ! I use this script from many years on my nas (OMV then Unraid), without any problem. (6 sata HDD with spindown + 2 sata SSD, DVB-t tuner) It's basically setting pci/sata power management to auto. I'll try your undervolting guide as soon as I have free time. ^^
  6. Hi, My swag containers run on a custom bridge network. But some of my containers (JellyFin, Plex...) needs to run on 'Host' network (DLNA support) How can I configure the nginx conf files for those services ? I tried to edit: ''set $upstream_app 192.168.1.5;" but it doesn't work. Any way to communicate with the host ? Thanks
  7. Hi, Just installed the swag container yesterday, and all is working fine so far. Now I need to limit access to the services. Regarding access control, after reading documentation and config files, it seems choice are: basic auth, ldap, authelia or organizr auth. Except for jellyfin, all other services just need authorization (sonarr, radarr, jackett, qbitorrent, ...) I'd like to keep it as simple as possible, as well at configuration side but for user experience too. Ideally: login once, then access all services (except Jellyfin as it needs authentication and do not support OIDC) centralize unraid users with reverse proxy ones: active directory / ldap ? web ui to add/edit users Another point is to get access to my docker services both on external an local network. Is there a way, with some kind of DNS override, to access my services locally using the xxx.duckdns.org URL (when connected to my local network, xxx.duckdns.org will redirect to the unraid box IP) Maybe using a services dashboard like heimdall/organizr/ombi, will help to access service 'transparently' whatever local or external ? Thanks
  8. Sure, nothing complex. Just run powertop -r powertop.html Then you move the file wherever you can open it with a web brower. Go to the 'tuning' tab, and copy/paste the tweaks you want to apply in the /etc/boot/go file My go file looks like #!/bin/bash # ------------------------------------------------- # Start the Management Utility # ------------------------------------------------- /usr/local/sbin/emhttp & # ------------------------------------------------- # enable jellyfin hardware transcoding on intel # ------------------------------------------------- modprobe i915 chown -R nobody:users /dev/dri chmod -R 777 /dev/dri # ------------------------------------------------- # fix seagate not stay spun-down # ------------------------------------------------- #hdparm -B 255 /dev/disks/by-id/ata-ST3000DM001-1CH166_Z1F59K90 # ------------------------------------------------- # powertop tweaks # ------------------------------------------------- # Enable SATA link power management for i in /sys/class/scsi_host/host*/link_power_management_policy #do echo 'min_power' > $i; do echo 'med_power_with_dipm' > $i; done # NMI watchdog should be turned off # echo '0' > '/proc/sys/kernel/nmi_watchdog'; # VM writeback timeout echo '1500' > '/proc/sys/vm/dirty_writeback_centisecs'; # Runtime PM for I2C Adapter (i915 gmbus dpb) for i in /sys/bus/i2c/devices/i2c-*/device/power/control do echo 'auto' > $i; done # Autosuspend for USB device for i in echo /sys/bus/usb/devices/*/power/control do echo 'auto' > $i; done # Runtime PM for disk for i in /sys/block/sd*/device/power/control do echo 'auto' > $i; done # Runtime PM for PCI devices for i in /sys/bus/pci/devices/????:??:??.?/power/control; do echo 'auto' > $i; done # Runtime PM for port ata od PCI devices for i in /sys/bus/pci/devices/????:??:??.?/ata*/power/control; do echo 'auto' > $i; done # Disable wake on lan ethtool -s eth0 wol d Finally, export another report and verify all tweaks are applied.
  9. Hello. I have a very simple usage of powertop I just extracted a report, then add the tweaks in go files. My idle power consumptions is now very low, as it was with OMV.
  10. Hello, Do you think it's possible to add [url=https://slackware.pkgs.org/14.2/slackware-x86_64/powertop-2.8-x86_64-1.txz.html]powertop[/url] package ? It would be usefull to reduce unraid box power consumptions. Thanks
  11. Hi, Just migrating from OMV to unraid. Now it's time to install TVHeadend, but I'm not sure if I should go with docker or plugin ? any advantages ? If I choose the docker way, I have to install the 'unraid DVB' plugin to have DVR support in unraid + the docker image, right ? Thanks
  12. Hi, Is there possible to disable the "login" popup ? I'm running deluge docker behind a reverse proxy and auth, so no need for this. Thanks
  13. Hello, I try to configure a reverse proxy in my VPS. For now, I have my docker services (portainer, whoami, grafana, prometheus, ....) available through XXX.mydomain.duckdns.org (and basic auth for each services). Pretty happy with it... but have twho minor problems: Fail to use Deluge with reverse proxy: get a '502 bad gateway' I enable the proxy-conf as for other services, witout success. Try with/without basic auth Is there a way to 'share' the auth, so I don't need to login for each service ? (looking for a simple solution) Thanks for your help Mickaël

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.