Everything posted by maTTi
-
Basic license - external USB drive
Hi all, I have Basic license (already 5 disks in array and one ssd in pool) and I want to buy external ssd disk for backup purposes. I want to connect this drive to usb port on the motherboard. Will this drive be counted as another devices in license limit?
-
Dynamix File Manager
@bonienl Hi, is it possible to add new option: "Open terminal here" when browsing a folder?
-
Unraid does not boot without monitor connected
In my case the problem was the fast boot bios setting, it should be disable
-
[PLUGIN] Tasmota Power Monitor
What total field refers to? It is from the start of the plugin or monthly?
-
[Support] Linuxserver.io - Nextcloud
Is preview generator included in this image? How to add it to cron and run initial generation?
-
Drive StandBy Monitor - Plugin Support
Ok after next reboot plugin disappeared again. How can I provide you a logs to debug?
-
[Support] Linuxserver.io - Qbittorrent
Default settings for UID, GUID and umask in the docker template are: 99, 100. 022 These produce folder with drwxr-xr-x and files with -rw-r--r-- permissions. How to setup these variables correctly to much Unraid default permissions so drwxrwxrwx for directories and for files -rw-rw-rw- Can maintainer fix the template to match the default Unraid permissions?
-
Script: Power/Switch on server by schedule
Is it possible to merge power off and power on commands to one script? times= { poweroff=20 poweron=8 }
-
Best way to backup folder from Cache pool to Array
What is the best way to periodically backup folder from cache to array. Copy only new or changed files. I know there is a plugin for backup Appdata folder but I have custom folder on Cache pool because I need performance but I also need protection so I want to make backup to array. Is there a plugin or script to backup selected folders from cache to array?
-
[Support] Linuxserver.io - Nextcloud
Any tips to make Nextcloud faster? It really hard to use webui in my case, when I enter a folder with images page freeze, something server die and I need to restart the container. My setup is: *mariadb in separate container (appdata on cache drive) *linuxserver container conected to maria db (appdata on cache drive) I think the problem with my setup is that user data (Nextcloud files) are store on the array. I am thinking to move it to the cache to speed things up but in that scenario I will lose parity protection
-
Additional Scripts For User.Scripts Plugin
#!/bin/bash DIR="/mnt/user/media/movies/MOVIE_FOLDER/" find "$DIR" -type f -name '*.mkv' | while read filepath; do docker exec MKVToolNix /usr/bin/mkvmerge -J "$filepath" done I am trying to write script that use mkvtoolnix container to process my movie files in line: docker exec MKVToolNix /usr/bin/mkvmerge -J "$filepath" i get error i don't know why script can't read this file
-
[PLUG-IN] NerdTools
Is it possible to add mkvtoolnix?
-
Mkvtoolnix on Unraid directly in CLI
Hi, I have a script that I want to run in the background using User scripts plugin. This script needs Mkvtoolnix lib to be installed. Is it possible to install it on Unraid directly to be visible in the User scripts? I know there is a container with Mkvtoolnix but this won't work for me as I don't want to run script in the container.
-
Asus PRIME N100I-D D4-CSM and Unraid
I have build new NAS with Asus PRIME N100I-D D4-CSM recently. Everything looks ok but I want to setup BIOS properly. If you use this motherboard please provide your bios settings for performance and power saving
-
Problem with throttling Intel N100 on Unraid
Thanks in case someone have the same motherboard: Asus PRIME N100I-D D4-CSM please paste the best settings for Unraid in bios
-
Problem with throttling Intel N100 on Unraid
how to check and setting these C-states?
-
File Activity Plugin - How can I figure out what keeps spinning up my disks?
Thanks for the plugin, it is great 1. Is it possible to show current files activity on the dashboard? 2. I have checked "Enable for Cache and Pool Disks?" but still can't see my cache drive in the tabs (I have appdata docker there so in theory it should be always in activitiy list when docker is running but it is not, only my array disks)
-
Problem with throttling Intel N100 on Unraid
But why load is higher when nominal speed is also higher?
-
Problem with throttling Intel N100 on Unraid
Hi, Why Unraid shows that process is still at over 2800Mhz and load are very high? when I set power saving in BIOS Unraid shows always 800mhz and load arround 10% that is weird, shouldn’t be load higher on lower mhz?
-
Drive StandBy Monitor - Plugin Support
So far I did one reboot, let you know after the next one
-
Drive StandBy Monitor - Plugin Support
For some reason I have found this plugin gone twice after a reboot
-
Unraid does not boot without monitor connected
Hi all, Please tell me how to setup BIOS on Asus PRIME N100I-D D4-CSM to make it boot without monitor connected to it :(. Can’t find option that is responsible for blocking booting when there is no monitor
-
Unraid WebUI through Nginx reverse proxy
Could you show your config in Nginx proxy manager for Unraid web ui? Enabling WebSocket support does not work for me ;(
-
Ntfy notification agent is not working
My Ntfy server is docker container. Everything works fine except notification from Unraid, nothing is send when I use TEST button This is my config: