Mattaton

Members
  • Posts

    306
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mattaton

  1. Okay. I would have sworn I did do the space before and after the dash, but I ran it again and this time it worked. Ran the date command, and as you said, it is in CET instead of EST. So, I guess that's the root of the issue (pardon the pun). And there's no way to update the timezone of the container to match the system, that we know of? At least no persistent way?
  2. Gotcha. I thought that may have been a problem, but with the "-" it asks for a password and I don't have a luckybackup user set up, so no password. Is the luckybackup user just there no matter what, even with the root option set to true? If so, is there a default password?
  3. So, since I'm running as root, do we assume that the cron job is being run by luckybackup user even though the container is set for root permissions to the file system? Well, I guess that's not the case for me, if I run date as root and luckybackup, I still get the same EST output: root@0e7a9b86e938:/# date Tue 09 Jan 2024 02:39:12 PM EST root@0e7a9b86e938:/# su luckybackup luckybackup@0e7a9b86e938:/$ date Tue 09 Jan 2024 02:40:27 PM EST
  4. Maybe I'm doing something wrong, but when I go to the terminal for the container and run "time," I just get 0m0.000s. Ran it several times, always says the same thing. Is that supposed to show a clock time? I am running as root user. ENV var set to true. If I run the date command within the container, I get the correct date and time returned.
  5. Cool. I'll check the BIOS and see the next time I shut the server down. Thanks
  6. I'm in the eastern US, EST timezone. As far as I know, my server time is set correctly, but the cron job in LB is running 6 hours after I have it set for. I had it set for 5am, and it ran at 11am. I now have it set for midnight and it's running at 6am. Cron jobs via User Sripts plugin run at correct times. Not a huge deal since I can just adjust as needed, but any idea why it's off?
  7. Thanks. I just turned that on. I'll see what happens tonight.
  8. Hope you get a response. If this isn't the place to ask such questions, is there a better place to ask them?
  9. Yes, I think for specificity (in order to override default rules) the css selectors are too exact to work on both pages at once. Im assuming the docker page is more popular and more dense (in need of organization) so I focused on that. Shouldn't be too hard to adapt the files for the VM page, though. I'll try to do that sometime soon.
  10. Untested, and can't assume all CSS classes and html structure on the VM page are the same as the Docker page. You can give it a shot, but I'm doubtful it is that simple. Also, I think you'd drop .docker for .vm but need to check @scolcipitato instructions to be sure. So, in theory, it'd be more like 02-vars.vm.css. No need for docker to be in there on the VM page. Update... According to the last example, you may be right, but I think I'd still keep them separate, personally. Just in case you want to have something a little different on the VM page. scolcipitato.dashboard.css // Will only work on the dashboard scolcipitato.docker.css // Will only work on the docker tab scolcipitato.vm.css // Will only work on the vms tab scolcipitato.dashboard-docker.css // Will work on the dashboard and docker tabs scolcipitato.dashboard-vm.css // Will work on the dashboard and vms tabs scolcipitato.dashboard-docker-vm.css // Will work on the dashboard,docker and vms tabs
  11. unRAID added that for 6.12+. It's confused lots of folks so far. 😊
  12. It's the same way you would reorder containers if you didn't have the plugin. Unlock the order padlock in the upper right corner (depending on which unRAID theme is active). Drag and drop to reorder, then lock the padlock.
  13. I am not able to get backups running on a schedule. Here's what the crontab says: User: super user - crontab content #Initial Cron #luckybackup entries O O * * * env DISPLAY=:O /usr/bin/luckybackup --silent --skip-critical /root/.luckyBackup/profiles/ daily-5am.profile > /root/.luckyBackup/logs/daily-5am-LastCronLog.log 2>&1 #end of luckybackup entries Profile is pretty simple: Manual runs work fine. Just no schedule.
  14. Click on the folder name to edit it. At the bottom will be a list of all containers either in the folder or those not in any folder. Click the switch next to any container you want to add or remove from the folder. (This is also where you can reorder containers within the folder.) If you want to move containers from one folder to another, you must first remove it from its current folder and then add it to the desired folder.
  15. I remember something flagged it to me when I upgraded to 6.12+ and it kinda short-cut me to removing it. At the same time it let me know about FolderView. Hey, as long as it's working, right? 😄
  16. Docker Folders definitely is not uninstalled automatically (at least it wasn't for me on my servers), so double-check it's not on your other server. 🙂
  17. Just so happens that's what I was doing when the issue occurred too. Moving items to other folders. I'll update today and see what happens. Thanks!
  18. I've had this issue a couple times before. Adding and editing folders and suddenly a majority of the folders will disappear. The containers are there, just no longer in folders. In the past I've gotten them back by editing a folder or refreshing the page. This time I'm having a hard time getting them back. Also, when I've gotten them back in the past, the order of the folders is all jumbled and I have to resort. EDIT - Got them back again by reordering the folders and then refreshing the page. But again, the order of the folders is lost. debug-DOCKER.json
  19. Finally got this sorted. Changed all the keys in the template to match the repo and then added DB01_AUTHDB key for the postgresql backup to work. The postgresql dump wants there to be a db with the same name as the user, so the extra key is needed.
  20. My problem, in this case, ended up being a bone-headed mistake on my part. After upgrading my server hardware, I used the old mobo as a desktop PC. Forgot to update my pfsense router so that the same static IP wasn't assigned to the mobo's NIC MAC. So when I fired up the new PC, I had an IP conflict and that threw my server out of whack. Still though, the widespread issues with the i226 NIC bothers me. Two different Z790 mobos in my new desktop had the same issues. I'm assuming a linux-based system could have the same problems. I have a new discreet NIC coming for the server now. I'll swap it out to avoid any potential issues.
  21. Last night my unRAID server started acting flaky. First noticed that I couldn't access Plex properly. It would sometimes load content and then not. Then I tried pulling up the unRAID webgui. It was slow moving between pages. I checked docker containers like cloudflared and it was spitting out connection errors like crazy and obviously any sites I was using a CF tunnel on was intermittent. At first I thought there must be a cloudflare issue, but that shouldn't have affected Plex, so it seems the culprit must be network connectivity based. I recently rebuilt my server with an ASUS z790 mobo with the Intel 2.5G i226 nic. I also built a new desktop with a similar mobo and the same nic. No end of issues with it on Windows until I finally disable the on-board nic and installed a discreet one. So, I'm wondering...is unRAID just as susceptible to the i226 issues? I've been running this build for about a month and it just started doing this. I have a new nic on the way, just in case. I'm hoping that will solve the problem. I'm at work right now and I can't access the server at all via VPN like I normally can. I started a reboot this morning before I left and it either never came back up or the network connection is completely gone now.
  22. You can put the images anywhere you want. Anything you can browse to under shares (at least in how I tested it). I just tested this... I found an image in a share. I clicked on the image and it opened/previewed over the unRAID interface. I right-clicked the image and chose Open in new tab. Then copy the url of the image tab and paste it into the folder settings.
  23. Cool, yeah, the selectors when trying to "hack" an existing layout after-the-fact is always fun. Trying to override existing styles with tighter specificity and all that good stuff. 🙂 I haven't looked yet, but I may already have selectors for these items (or close to them) that don't need has()....maybe. 😄 The styles I have on github do include the dashboard. I just have it all split up into several files so users can easily find the area they want to tweak or drop altogether. Thank goodness the CSS folks introduced custom properties. So nice for this sort of thing. Thanks, bud! Now, go get yourself some sleep! 😄
  24. Noice. Thanks! Would border-radius: 50% not work for some reason? That should make a circle even if the user has adjusted the icon size. I was going to look at this today, but last night my server decided it wanted to misbehave. Can't even access it at all this morning. So, needless to say, my plans have changed. 😄 I'll incorporate this as an option in my themes when I get a chance.
  25. You can do almost anything you want visually. I have some fairly extensive and customizable themes on GitHub. I don't think I have anything in there for background color and I'm not sure how we'd do a circle around it, but I can try to help you with it. I'll try to have a look at it tomorrow and see what I can come up with.