-
mika91 started following [Plug-In] Community Applications
-
[Plug-In] Community Applications
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
-
[Support] Linuxserver.io - Plex Media Server
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
-
[Support] binhex - DelugeVPN
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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 😅
-
Reduce power consumption with powertop
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. ^^
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Thanks
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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
-
[Support] Linuxserver.io - TVHeadend
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
-
[Support] Linuxserver.io - Deluge
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
mika91
Members
-
Joined
-
Last visited