cheesemarathon

Members
  • Posts

    337
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cheesemarathon

  1. Hi there I'm having an issue where the docker update tab is showing containers that no longer exist. The containers in the image below that say "Unknown" for the image name no longer exist. They are not in the main docker list either. How does the plugin get its info on installed containers?
  2. I have implemented the fix. It will take a couple of hours to appear in Community Applications. Once update in CA I suggest you remove your current container and re-add it from CA. Let me know if you have any more issues.
  3. I hope not too. I've pulled it all from community applications myself now and it all still works perfectly as far as I can tell.
  4. @nuhll@josywong@ColeBrodine Updated instructions can be found here Updates may take a couple hours to appear in community applications. If you try it, let me know how you get on. Thanks
  5. nuhll, The issue you linked looks like it is only applicable to the steam cache image, not the generic cache image. This is explained here As the cause of this seems unclear still I'm not sure what to do. I think the fix would be beyond me anyway and I'm not the author of the image. I have not noticed this error as all folders in my cache are just numbered. Where are these nginx/dl1.steam.de/part1 folders located? Within your mounted cache directory?
  6. @ColeBrodine@josywong@nuhll Hi Guys I have finally got the generic cache to work with origin. I'll be updating the containers and editing the instructions on my blog shortly. As a heads up, it does require changing the ports unRAID runs on. Hopefully, you can deal with that. I'll post here again when it's all ready!
  7. I have the same issue as you. I have seen your issue on Github and added to it to try to find a solution.
  8. I'm not the creator of this docker image. I just created and uploaded the template so we could use it easily in unRAID. However, I have just created an issue on Github asking why there is not an 8.5.0 image available yet. Hopefully, we will get a response soon. Thanks for letting me know it still hadn't been updated
  9. Ok, I have managed to cause a crash when renaming as well now. Your right it's an error in 8.4.0. Issue found here. It is fixed in version 8.4.1 and version 8.5.0 was released a few hours ago. The docker image should be updated soon, I imagine as soon as the automated build has completed. This should fix the issue.
  10. Hi, I just removed my container and recreated it to force it to pull the latest version. The only thing that persisted was the config file. I tested before and after and the buttons seemed to work. I tried moving, renaming and opening and using the console. This was all done in chrome. Only thing I can think is make sure chrome/firefox are up to date and then delete the container (including image) and then delete the cloudcmd folder in your appdata folder. After this, you can recreate the container from community applications. There is an option to not display those buttons in the config file but if you can see them then they should work. But maybe your config has gone a little awry, hence the suggested refresh. If the issue persists after this I suggest that you open an issue here. Let me know how you get on.
  11. This is hard for me to debug as I don't have a cache disk. However, I have tried moving files between shares and I don't get any issues where it doesn't move it. Therefore I'm assuming its either a permissions issue, most likely with the target directory, or some other issue that is limited to cache drives. To test the permissions theory I would create a blank file owned by 99 and group 100 and the same for a directory in a different location. Make sure the permissions on the file and directory are 777 to rule out lack of permissions and try to move the file to the new directory.
  12. @senseiner Got a method to sort this. Edit the cloud commander container and in the "Extra Parameters" box enter -u 99:100 Click apply and now any changes or moves or creations should be made with the user nobody
  13. @senseiner I have had a look at your request again and I believe this feature will require building into the docker image. I'm not the author of this container image, however, I have opened an issue on GitHub with the author to try and come up with a solution. I'll post updates here when necessary.
  14. Should not be a problem. I'll attempt the changes later today.
  15. Haha, that actually made me laugh rather hard. I think I'll stay clear of your suggestion.... Just moved to 6.5 to try bonienl's suggestion
  16. Unfortunately this won't work. The application is for a download cache for steam, Origin, Windows updates etc. I cant change the port they get their updates from there for the containers must run on port 80 and 443
  17. Thanks Sent from my Pixel using Tapatalk
  18. Do you still have the containers running? Check the config?
  19. Thanks for the help. I will try this later this week.
  20. I tried this. Changing the network type to custom works for the first IP but the second container you try to create the command fails. As the IP is already used. Unless I'm doing something wrong?.....
  21. @ken-ji @bonienl I'm not an expert on docker or networking so I'm not sure if this is possible. What I want is to create a second docker network so I can run 2 containers listening on the same IP but different ports. I think I need a new network for this because I want one container to listen on port 80 and the other on 443. These ports are currently used by unRAID so I cant have the containers running on the bridge network with the same IP as unRAID. I only have one eth device and I cant use VLANs, just to make it harder/impossible Is there a way I can do this? Thanks in advance
  22. @nuhll I have updated steamcache dns and added generic cache to community applications. All required variables should be easily edited now. I have written install instructions as well which are linked at the top of this thread. As for SNI Proxy. I am still working on a solution.
  23. Sorry just noticed that I did the update wrong. A fixed version should be available in the next 2 hours.
  24. Just made a change to the xmlTemplate for one of my containers. How long does it take for unRAID to realise there is an update available and how does it know this? Thanks