shinji257

Members
  • Posts

    4
  • Joined

  • Last visited

shinji257's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I recently added this: I was hoping that I could have the Recycle Bin show up per user folder (where it looks like it is for the share for the user) or for the baseline homes share itself. It doesn't appear to work as configured. Also the setting to toggle if the Recycle Bin is hidden or not doesn't seem to work. I went back and implemented the Recycle Bin in a slightly different way that allows pretty close to what I want.
  2. Is there a way to get this to work for the "homes" share as well? I setup a homes share with a script to create a user specific folder in there named home when exposed to the end user. I can setup the recycle bin manually in the home share as defined in smb-extra but it won't show up in the Recycle Bin UI. homes share is added to Unraid to basically create a storage location. smb-extra has a definition for a home share that calls a script and creates a folder for the user (if it doesn't exist) at /mnt/user/homes/$user then sends the share information to the user pointing to this folder as $server/home If I edit this to add recycle bin data then the user gets their own Recycle Bin folder at that level but the plugin doesn't show anything regarding it.
  3. A couple of things I've noticed * If you right click a dat and click Open Directory the application crashes. * If you click the link icon in DatVault that would normally bring up the website for the dat in question it crashes. * While it is scanning or repairing the box that comes up doesn't auto scroll down and scrolling left and right does nothing. You can resize it though using the corner revealing the rest of the columns. I honestly don't expect the first two to be fixed but I thought to at least get it out there for others to be aware of.
  4. Just curious but is there a reason that /var/run/docker.sock is mounted inside the container? On the original instructions the only place that it is added is for watchtower and that's a different container. I removed it from my install and the container is operating fine.