Mattaton

Members
  • Posts

    306
  • Joined

  • Last visited

  • Days Won

    2

Mattaton last won the day on September 20 2023

Mattaton had the most liked content!

Retained

  • Member Title
    Barely Qualified Tinkerer

Converted

  • Gender
    Male
  • URL
    https://matttyreeart.com
  • Location
    US

Recent Profile Visitors

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

Mattaton's Achievements

Enthusiast

Enthusiast (6/14)

68

Reputation

1

Community Answers

  1. If you make any change to the order (unlock first), save the changes (relock), then refresh the page, the lock should turn green. This is what sets the order of the autostart (the order that unRAID uses) to match what you're seeing on screen.
  2. I use AppData Backup along with FolderView and have no issues with containers auto-starting in correct order as intended.
  3. I recently disabled Crowdsec for completely unrelated reasons, but up until then I had SWAG, Crowdsec, and Immich working together just fine. Never got banned. I see you have it solved though. Sweet! ๐Ÿ™‚
  4. No. I let it go. Probably overkill anyway. But thanks!
  5. Gotcha. I'm pretty sure we've discussed this before when a user was trying to eliminate some clicks when opening the folders on the Dashboard. The pop-up menu is just the default unRAID interface's way of doing it. I would think some custom javascript, with some CSS sprinkled in to add in the arrow, could perhaps trigger the expand functionality without the pop-up menu. Since @scolcipitato has given us the ability to add custom javascript and CSS, this is probably not something that will be baked into the FolderView plugin. I'm pretty swamped at the moment or I'd give it a go. Maybe one of the smarties here can whip something up. ๐Ÿ™‚
  6. @ProphetSe7en You can use CSS to do things like this: Reading your post again, I think what you want is the little chevron icons on the Docker tab?
  7. I'm still on 6.12.6 on my main rig and it is working. Another box has 6.12.8, but only one address in the extra origins field and it's working. @debit lagos @DougCube Are you guys putting in more than one address in the field? @elibosley, can you confirm if this is a bug in 6.12.8? Thanks!
  8. Next request from @scolcipitato will likely be for a debug file: To enable the debug mode you have to type 'debug' and you should see a download starting. If you have a problem you will likely be asked to submit that file, the file is specific to the tab that you are on. If nothing happens, open the browser console and send a screenshot of that. Which version of unRAID? Did you recently update unRAID or FolderView? Also, just to make sure, you weren't originally using the old plugin, Docker Folders, and switched from unRAID 6.11.x to 6.12+?
  9. Anyone been successful getting Fail2Ban setup with Immich?
  10. Just a quick try at helping you, as it sounds like you have done what should work. After you reorder the folders and relock the order, did you refresh the page? I can't remember, but I think I usually have to refresh for the icon to change after a reorder. You've probably done so, just trying the easy stuff first.
  11. Yeah, I knew it was 24 hour. So when I tried yesterday I added 12 to the PM hours. ๐Ÿ™‚ But running it this morning I didn't need to since it was all AM times. When I first started trying to get the schedule to work, it wouldn't run at all. Someone suggested I turn on Console Mode and then it worked. So I thought I had to have that on. But you're getting it to work without. I have no clue what I'm doing. ๐Ÿ˜„
  12. Sounds good. As long as the backup is running, I'm good. It's just an issue to puzzle over. ๐Ÿ™‚ Thanks for all the help, everyone!
  13. Sorry...using Windows Power Toys Text Extractor to pull the text from the VNC session since I can't copy and paste. It just swapped in an I for the /. It's correct I just missed that when I posted.
  14. Sorry. Pump the brakes. I just restarted the container and checked the status of each task. Turns out it DID run at 11am, it just hadn't updated the status until I restarted. So, it still ran it at 6 hours after 5am. Checked the timezone and it still looks right. root@d841cef0c6d7:/# su - luckybackup luckybackup@d841cef0c6d7:~$ date Wed Jan 10 11:24:37 EST 2024 This is annoying, because this just worked with my test yesterday. ๐Ÿ˜•
  15. I did so and it did not run. I don't understand why since the test yesterday ran fine. I have nuked all schedules and recreated. Cron now looks like this with the test schedule for a couple minutes ago: User: super user - crontab content #lnitial Cron luckybackup entries 0 5 * * * /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/ daily-5am.profile > Iroot/.luckyBackup/logs/daily-5am-LastCronLog.log 2>&1 /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/ 15 11 * * * /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/ daily-5am.profile > /root/.luckyBackup/logs/daily-5am-LastCronLog.log 2>&1 end of luckybackup entries That looks correct, doesn't it? Should run at 5am and 11:15am according to that, right?