Jump to content

Squid

Community Developer
  • Posts

    28,769
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Squid

    Docker FAQ

    Why does the "EDIT" not appear on the dashboard / docker tab when I click on an icon? You've deleted somehow (or the file(s) are corrupt) from the flashdrive the templates that are stored within /config/plugins/dockerMan/templates-user If you've got a backup of the flash drive, copying that folder back and then hitting "Check For Updates" (or a reboot) will solve the problem. if you don't have a backup, then the only real solution is to remove the apps and then reinstall them and put in whatever information was in the template
  2. Already done and implemented. You might want to hit kode / kodestar up on LSIO's IRC channel though if you've got problems https://kiwiirc.com/client/chat.freenode.net/#linuxserver.io
  3. Edit /boot/config/plugins/dynamix/dynamix.cfg This section: [parity] mode="5" hour="0 0" dotm="WL" month="*" day="0" cron="'0 0 1 * * /root/mdcmd check 1>/dev/null 2>&1'" write="" No idea what the mode or dotm is though... Probably need to reboot for changes to take effect.
  4. If you switch the scraper on the machine that originally scanned the files and rescan from there I think it'll work.
  5. Did you set the access mode on the plex template to one of the slave Modes? If not you're probably going to ultimately have the same issue again at some point.
  6. Once per day is sufficient for most but all the brutal usages of the cache drive. IE: If you're regularly filling the drive up and emptying it multiple times per day (transferring say 1TB / day onto a 250G cache drive and having mover run 4 times / day to clear it out), then run it 4 times / day. If not, once per day.
  7. Doesn't matter at all. (Sorry misunderstood your post)
  8. If its not in use, then why have it installed? Trim "costs" you and the SSD nothing. There's only benefits and zero downsides
  9. Its the only way to do it. Have CA scan all of the XML's itself. Although I suppose an alternative would be to create a folder like /boot/config/plugins/community.applications/private/djoss And then toss the xmls into there. It would show up as a private djoss repository with the apps in there. Still would have to upload them to your GitHub though after verifying operation. whenever you make a change to those XMLs, enter this in: touch /tmp/community.applications/tempFiles/TrippingTheRift That line signals CA to reload the appfeed AND rescan the flash drive for any changes to the XML's (Just hit the apps tab again) Without entering in the command, it won't rescan the flash until the appfeed changes. That "backdoor" is there for the dockerHub search integration. Note that under either method, some things such as download counts, and baseOS cannot be determined and will show up as such on the popups
  10. You can hit Legacy Mode, which will take a minute or two to run. But, there is zero reason to ever do that unless there is a new application available which hasn't hit the 2 hour scan yet. But, as a developer, you can do that to make sure that there are no template errors, etc.
  11. the headless Kodi will only scan using the default scraper if you originally scraped on your htpc using universal movie scraper then the headless will always fail
  12. Squid

    Docker FAQ

    How do I increase the size of my docker.img file? Go to settings - Docker Settings. Set Enable Docker to be "No" Apply. Switch to Advanced View (Top Right) Change the size of the image. Set Enable Docker to be "yes" Apply Done.
  13. - Primarily a catch up release / merge of the development thread and the release thread, as I am continually winding up not noticing which thread I'm modifying and wind up losing all my work. - Fixed: Display aberration in table mode under certain conditions - Enhanced: View Mode & Results Per Page settings are now saved between instances of loading the plugin - Enhanced: Increased compatibility with older browsers - Added: Statistics display for appfeed
  14. peruse the temporary Docker FAQ (I haven't gotten around to a proper table of contents though)
  15. Its the files from the flash drive that are being uploaded continuously. Currently the backup deletes the existing backup within appdata for the flash then simply recopies it (flash drive got tacked on, and it was a simple solution to how to handle it). I'll issue an update to switch it over to an rsync, but in the meantime, you can set a separate destination for it outside of what rclone is looking at
  16. No where near enough information, as for instance Why is it copying the files over to the backup set... Post the settings for the backup..
  17. Easy enough. I can't test it though until next Friday's round of lsio updates, so a release will have to wait until then. You will however have the same issue on any docker stops issued by unRaid itself (array stop, etc) as there is no option for that, and will utilize docker's default of 10 seconds.
  18. If you're using dated backup sets, then rclone would in fact continually upload every day because the folder name itself has changed every single time the backup runs, even though only a few files within the folder have changed. If you're not using dated backup sets, then it should work fine for you as the datestamp on all of the files is correct, and unchanged files are not updated in any way at all. But feel free to play around with the rsync options if you choose. On my system, the timestamps are not changing
  19. Internet slang. Opening post or original poster. In this case it means opening post (first post of thread)
  20. Squid

    Docker FAQ

    How do I get a command prompt within a docker application? docker exec -it NameOfContainer /bin/bash Or by clicking on the docker's icon from dashboard / docker tab, select "Shell"
  21. Squid

    Docker FAQ

    If I need to delete my docker.img file, will I lose my application's settings, etc? No. Pretty much any application available on the apps tab stores all of its information outside of the docker.img file and within the Appdata share. Re-adding the applications after recreating the docker.img file is easily done through a variety of methods: - Apps Tab: Go to the Previously installed apps section and reinstall the appropriate application. You can check off multiple apps and have them all installed at once. - Docker Tab, click Add Container, then select the appropriate user template via the template dropdown list Either method will automatically install the apps the exact same way as before. No modifications of the templates should be necessary. After the downloads are completed, it will be like nothing ever happened.
  22. Squid

    Docker FAQ

    Fix Common Problems plugin is complaining about UD Mounted paths not mounted with the Slave Option. What do I do? See here:
  23. Squid

    Docker FAQ

    Fix Common Problems plugin is complaining about Container Port x not found or changed on installed applications. What do I do? As a general rule, there is absolutely zero need for you to ever edit the container port for any given application. (And unRaid 6.3+ makes this harder to do). Only ever edit the Host port. There are however some cases where the template author / maintainer adds in an extra port to support an extra feature, etc for the application. Your best course of action is always to ask in the appropriate support thread for the application.
×
×
  • Create New...