Everything posted by tjb_altf4
-
[Plugin] FolderView
where is that setting? thats not part of Unraid OS or the plugin as far as I can find.
-
[Plugin] FolderView
Could we get the decimal accuracy of the group to match the containers, or otherwise prevent multiline overflow? I'm seeing the height expand and contract as sometimes the MEM_USED / MEM_TOTAL gets too long for the cell pushing it to display like: MEM_USED / MEM_TOTAL Its just an annoying behaviour introduced in 7.0.0 (coming from 6.12) in an otherwise great plugin
-
.env doesn't work
Docker doesn't look for an env by default, you need to specify that it needs to read one. Turn on advanced view in template, and look for "Extra Parameters", add this to that field, adjusting for the actual path to the env 🙂 --env-file=/mnt/user/appdata/homepage/.env No special permissions required
-
Ollama not using nVidia GPU
You're using the AMD GPU specific image (rocm)
-
Dynamix - V6 Plugins
@bonienl any chance could you adapt Dynamix Stop Shell plugin for shell sessions created by tmux? Currently they are not terminated, which is a problem in case of emergency shutdowns (UPS initiated etc). I'm using the Tmux manager plugin for reference.
-
Disable XFS reflink to regain disk space
You asked if it was an "intentional design choice" and the reply was "... it was a choice"
-
Expansion of available mover frequencies
Mover tuning set to "Disable Mover running on a schedule = Yes" will put mover into manual trigger only mode. Then you can script when you want it to run, e,g, using user scripts plugin... mover is run from cli using "mover" command.
-
Is it safe to delete the 'user0' share?
yeah like I said, the unraid array.. which doesn't include any pools 😉
-
Is it safe to delete the 'user0' share?
user0 is the unraid array, or at least a symlink to it
-
[PLUGIN] Tmux Terminal Manager (TTM)
Mostly starting and monitoring long running computational jobs in custom built dockers. I guess there would need to be some logic to open existing session or create new, but for my use case I would only ever want a single session (and to resume if exists). To be honest, most of the appeal is not having half a dozen separate terminal browser windows open while getting CLI work done (I love the group window / settings page viewer)
-
[PLUGIN] Tmux Terminal Manager (TTM)
Great plugin, normally a screen user but this makes it all too easy 😆 Any chance you could extend the plugin to include a context item for docker containers to start terminal session using tmux?
-
[Support] binhex - Emby
@binhex made a fix in his base image to allow support for Tailscale based on a similar issue for Jellyfin recently, but might need to trigger a manual release to update for the current emby release.
-
Disable XFS reflink to regain disk space
Reflink support was added years ago (not long after XFS added it), and is generally of benefit... but if you want the space back the steps are shown in this post
-
Allow editing Container detail as a Json (or other structures but displayed/editable as a raw text)
You can load envs in Unraid also, there's just not a dedicated UI element to do this. Just something like this in the Extra Parameters will do the trick: --env-file=/mnt/cache/appdata/homepage/.env
-
[Support] binhex - DelugeVPN
Unraid bug that's been around for years, it was fixed in 7.0.0-beta4. Note that its only cosmetic, IPs are assigned and can be confirmed in container shell using ifconfig bug info here
-
VM Manager Feature requests
This should in theory allow simultaneous use of a physical GPU on multiple docker containers, and multiple VMs using VirGL... as everything runs as a host process. Great work!
-
[Support] binhex - Radarr
Unraid bug that's been around for years, it was fixed in 7.0.0-beta4 bug info here
-
Multiple Arrays
- 6.12.13 - Pool disks Mirror only?
To expand and answer your question more directly, you'll want the convert to raid0 mode to combine storage. You'll get a performance improvement, but be aware if one disk fails, data on both will be gone.- 6.12.13 - Pool disks Mirror only?
For btrfs pools, the default for pools is raid1, you can change the raid level after initialisation in the pool settings under balance. I don't know how similar this process is for ZFS, as I've not got any ZFS pools setup yet.- Unraid OS version 6.12.14 available
Although you are probably right for this user, on more than one occasion I've had settings reset upon upgrading the OS. If that happened then that "wrong" setting would stick on the downgrade.- How do i check if 16i card is in IT?
LSI 9305 is only comes in IT mode- Unraid Future Feature Desires Poll
One very simple answer is if you have more than one arrays worth of disks (28+2) to manage.- [Support] binhex - DelugeVPN
Trying to troubleshoot why an existing install can no longer download, has been like this for around 2 days. Startup script shows as successful on all counts... I see peers connect, then dropoff. Changing PIA wireguard endpoints doesn't help, but I suspect its a PIA issue. Any ideas on resolving? Found the problem, unrelated cause- Can't find the Unleashed to Lifetime Upgrade
Should also be available through Unraid itself as show in this faq. https://docs.unraid.net/unraid-os/faq/licensing-faq/#how-do-i-upgrade-my-unraid-license - 6.12.13 - Pool disks Mirror only?