-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
I'm not checked other configs than when I made a template xml, for me all working fine as I wrote in first message (also updated config file recently) ... So I think you can find more info about in FileBrowser Quantum github docs, issues or discussions..
-
Shutdown deprecated - how to do a clean shutdown via CLI
Will be cool , if it will be updated in docs also : https://docs.unraid.net/unraid-os/system-administration/advanced-tools/command-line-interface/#powerdown to `shutdown -h now`
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Container Path = folder name in container mounted from host path. You can use container cli to check container paths...
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
You need first mount host folder to container, then you need to edit FileBrowser config for this folder. Check here : https://filebrowserquantum.com/en/docs/configuration/users/
-
[Plugin] FanCrtl Plus
it seems we have updated version: FanCtrl Plus 2
-
[Support] MOTD (Message of the Day)
Today got : panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7678dc] goroutine 22 [running]: github.com/dkaser/unraid-motd/datasources.processDriveZFS(0xc00040e000, {0xc000234001?, 0x10?}, {0xbdb010, 0x1}) /home/runner/work/unraid-motd/unraid-motd/tag/datasources/drives_common.go:55 +0x5c github.com/dkaser/unraid-motd/datasources.processDrive(0xc0004f609d?, {0xc000234001?, 0x83a375?}, {0xc0004f6099?, 0x0?}, {0xbdb010?, 0xc000067d08?}) /home/runner/work/unraid-motd/unraid-motd/tag/datasources/drives_common.go:32 +0x3e github.com/dkaser/unraid-motd/datasources.getUserDriveUsage(0xc00040e000) /home/runner/work/unraid-motd/unraid-motd/tag/datasources/drives_user.go:52 +0x5ff github.com/dkaser/unraid-motd/datasources.GetUserDrives(0xc0001a4ea0, 0xc0001a0b60) /home/runner/work/unraid-motd/unraid-motd/tag/datasources/drives_user.go:19 +0x19a created by github.com/dkaser/unraid-motd/datasources.RunSources in goroutine 1 /home/runner/work/unraid-motd/unraid-motd/tag/datasources/common_vars.go:103 +0x469
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
No, it's not good idea to mount `/mnt/user` here. You need mount only the shares you need, FileBrowser it's web file manager, so it's for files you need to access from internet like documents, music etc... If you need to access internal files like unraid system or same you should never expose them to internet. (included all shares (it include appdata). That why you can use mc in cli or krusaider, double commander without expose it to internet. Or total commander in win by sfp... Another way it's using netbird, tailscale without external access from internet. PS: But technicaly you can mount /mnt/user to any container without root uid/gui and you can set with only read permissions for this mount. (if you don't want to change data in it) But not needed here and not safe if exposing to internet all shares included appdata ... I have mounted /mnt/user in container like duplicati for local backup etc.. Just for not mount every share :)
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
If you need access to shares you need to make them mounted in container. Maybe you need another app like krusaider, double commander.
-
[SUPPORT] TEMPLATE MASTERWISHX - FileBrowser Quantum
Updated config file in github...
-
[Plugin] Mover Tuning
How do you run plugin by cron only? In latest version I changed some stuff about posting to syslog when running by cli and button it was not working befor, but not sure how it related to your issue...
-
ZFS BuddyBackup plugin guide
Interesting, this is maybe becouse default sanoid setting: daily_hour = 23, daily_min =59? I have still strange issue with plugin by --cron, for me it make in different time and not every day (system_cache_ssd/appdata + childs, flash/boot) with copy backups. I tryed to make separate user script with - - prune, it remove old datasets but seems it couse to post errors in log, also maybe made new sub dataset in appdata. Then used make snapshot and send backup this made hourly snapshots, and fixed errors but they still exit and not removed however I have hourly=0.
-
[Plugin] Mover Tuning
You need to enable logging and debug logging, then let plugin run some times and then post debug.zip Also not sure why in syslog : ```move: 2910766 ? R 0:00 /bin/bash /usr/local/emhttp/plugins/ca.mover.tuning/age_mover start```
-
[Plugin] Mover Tuning
Or you can set notifications only when files moving
-
[Plugin] Mover Tuning
You need to post debug.zip
-
[Plugin] Mover Tuning
We have option in plugin (force move of all files.. ) that run unraid mover with separate cron, in case enabled...