-
[Plugin] Custom SMB Shares
For the share names we cannot create subfolders like this: MainSharedFolder/Subfolder-User1 ?
-
[Plugin] Custom SMB Shares
Can I accomplish this with this plugin? /mnt/user/MainSharedFolder (all unraid users Admin1, User1, User2, User3, etc can see this folder along with the subfolder listing below but cannot read or write to them) --> /mnt/user/MainSharedFolder/Subfolder-User1 (only User1 & Admin1 can read/write to this subfolder) --> /mnt/user/MainSharedFolder/Subfolder-User2 (only User2 & Admin1 can read/write to this subfolder) --> /mnt/user/MainSharedFolder/Subfolder-User3 (only User3 & Admin1 can read/write to this subfolder)
-
Is this the best way to autostart an encrypted array?
Looks like this plugin came at the right time. Thank you!
-
Is this the best way to autostart an encrypted array?
I tried a few searches and as far as I can tell this seems to be the latest for unraid 6.x https://gist.github.com/LeonStoldt/51baa2ba2b879254cf5f50d381264bcc Below is a copy and paste of the content from the link. Is anyone still using this method on their unraid 7.x servers? I am just looking for a thumbs up if this is still the way to go today. Modify /boot/config/gonano /boot/config/goEdit this file to look something like this: #!/bin/bash # auto unlock array by making use of events to fetch keyfile and delete it after decryption mkdir -p /usr/local/emhttp/webGui/event/starting mkdir -p /usr/local/emhttp/webGui/event/started mkdir -p /usr/local/emhttp/webGui/event/stopped cp -f /boot/custom/bin/fetch_key /usr/local/emhttp/webGui/event/starting cp -f /boot/custom/bin/delete_key /usr/local/emhttp/webGui/event/started cp -f /boot/custom/bin/fetch_key /usr/local/emhttp/webGui/event/stopped chmod a+x /usr/local/emhttp/webGui/event/starting/fetch_key chmod a+x /usr/local/emhttp/webGui/event/started/delete_key chmod a+x /usr/local/emhttp/webGui/event/stopped/fetch_key # Start WebGUI /usr/local/sbin/emhttp &Create fetch_key filemkdir -p /boot/custom/bin/ nano /boot/custom/bin/fetch_keyand paste the following code if you want to fetch the key by sftp: Method 1: mount your keyfile #!/bin/bash if [[ ! -e /root/keyfile ]]; then mkdir -p /unlock mount -t cifs -o user=name,password='password',iocharset=utf8 //192.168.1.99/index /unlock cp -f /unlock/keyfile /root/keyfile umount /unlock rm -r /unlock fiMethod 2: fetch your keyfile by wget #!/bin/bash if [[ ! -e /root/keyfile ]]; then wget --ftps-implicit --user=name --password='password' ftp://url_or_IP>/files/keyfile -O /root/keyfile fiIf it doesn't work with --ftps-implicit, try without --ftps-implicit flag. Create delete_key fileTo create the delete_key file, run the following commands: nano /boot/custom/bin/delete_keyand paste the following code to delete the keyfile: #!/bin/bash rm -f /root/keyfile
-
[PLUGIN] Tmux Terminal Manager (TTM)
Yes, you were right. That solves that mystery.
-
[PLUGIN] Tmux Terminal Manager (TTM)
I am getting this message below my Tmux screen: A custom Tmux installation was detected on your server, so the plugin did not install its own over it. If you are running into unexpected behavior, consider removing the custom Tmux installation from your system. After a plugin reinstall or reboot, a functional Tmux installation (that is tailored to your OS version) will be reinstalled. Not sure what other installation it is detecting because I have installed Tmux from the communtiy apps store. I did a whereis tmux in terminal and this is what came up: tmux: /usr/bin/tmux /usr/man/man1/tmux.1.gz
-
[PLUGIN] Python 3 for UNRAID (6.11+)
I am for sure messing this up but I tried to run the command "pip install screen" and got this error below:
-
[PLUG-IN] NerdTools
nmap: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory It seems nmap is looking for some OpenSSL 1.1 dependencies while Unraid 7 is using version 3.
-
[Plugin] CA Fix Common Problems
I am having the same issue. Did the recommended steps but after rescans the error is still present. Could this be an issue with having the Fixed Schedules plugin conflicting with the cron job? Only thing I can think of.
-
ProFTPD Plugin for unRAID v6.8.x
It seems Community Apps has marked this plugin as Deprecated. Any other alternatives to this plugin available?
-
[Plugin] Tailscale
EDACerton, if you're feeling up to it, can you also turn Cloudflare's Tunnel offering (Zero Trust) into an unraid plugin as well? Currently this is only offered as a docker container in the Community Apps store. Here is some info about the daemon https://github.com/cloudflare/cloudflared https://github.com/cloudflare/cloudflared/releases https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation/
-
[Plugin] Tailscale
Wow that was super fast. Thanks!
-
[Plugin] Tailscale
Can I request a settings page checkbox to disable most if not all Tailscale logging? This plugin is very noisy in the unraid system log.
-
Docker requests
All in one container of Immich would be nice. https://github.com/immich-app/immich
-
Docker requests
Requesting https://github.com/podify-org/podify 👍