ungeek67

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ungeek67's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Elegant solution mgutt! I see the logic of how it works, but for the life of me I can't get it to work... I must be doing something wrong. Opening up two console windows, triggering events and watching the inotifywait output for the below directories: /mnt/cache/system/docker/docker/containers /var/lib/docker/containers I see the same exact same events on both, whereas I'm expecting do see the former directory being very quiet (except for the 30 min sync cycle) Using Docker directory Triple checked the code snippet in go file. Can see the 3x RAM-disk related log entries in the system log Can see the tmpfs mounted on /var/lib/docker/containers Anything very obvious I'm overlooking?
  2. Has anyone played with this yet? I can only get the the GUI access to work. Label sample below from my docker compose file. labels: net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-icon.png #net.unraid.docker.managed: dockerman net.unraid.docker.webui: http://[IP]:[PORT:8989]/
  3. Yeah that would be perfect! Using the Folder Name as the label value is what I originally imagined when posting (dockerFolder.folderId = Downloaders) but I imagine using a unique identifier for the docker folders would make it less prone to issues? Would honestly be happy to adapt to anything, not sure how others are using the regex option but apart from the obvious *arrs nothing really works in my experience unless I just construct an ugly expression that is basically ORing container names together in which case I might as well just manually toggle them to be included.
  4. Great plugin! Would it be possible to expand the folder regex functionality to evaluate a specific label? Will make new containers much easier to manage with less manual tasks after initial set up, especially with 6.10RC1 being more welcoming to docker compose users.
  5. I just experienced this earlier today on 6.9.2; had to reboot and a previously working container with a fixed IP on br0 wasn’t loading via reverse proxy. Disabling and re-enabling docker made the already enabled “host access to custom network” setting actually come into effect. Been meaning to test more and look into existing bug reports. Hope that helps. Sent from my iPhone using Tapatalk
  6. I got past this back in 6.9.0 rc2 but then stuck later on, was actually waiting for 6.9 to start this thread back up! Make sure your settings json file is placed correctly, the container is starting with the arguments for "job_name" but no folder and/or config exists and you can't interactively send the "y" I used the job name "unraid_data_spotlight" so my config looks like: fscrawler docker post arguments (--restart commented out after first run) fscrawler unraid_data_spotlight #--restart /mnt/user/appdata/fscaler/unraid_data_spotlight/_settings.json --- name: "unraid_data_spotlight" fs: url: "/mnt/user" update_rate: "15m" ... I think thats all I did to get it moving awhile back, let me know if that doesn't help and I'll blow away my current setup and do it again and actually take notes this time. My issue is that all the tests are passing, including mdfind which is returning the expected results. But when I then try to use spotlight on macOS Big Sur I get either nothing. mdutil -s /Volumes/media returns "Server search enabled" as expected. Adding "elasticsearch:index = unraid_data_spotlight" to the samba extra config under [global] hasn't helped either. Anyone get beyond this?
  7. Would love to be able to create a custom/informative motd, any objections to including update-motd? If possible figlet and lolcat too but they're really only for a bit of 'fun' for a header if I'm pushing my luck.