Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] cheesemarathons repo

Featured Replies

Adding a second dns server to the dchp for the client is allowing it to download data ... its having miss(s) in the log, but doesn't seem to be increasing the size of the file. Will wait til its done downloading and see if theres a change. 

 

 

Update - no activity on disk array from it - and seems like its just bypassed the primary dns and went to secondary 

Edited by burningstarIV

  • Replies 859
  • Views 220.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Can anyone explain the process of creating a vdisk that can be used for Minio ?

  • Johnoldiges
    Johnoldiges

    Hello, Nice work on steamcachebundle, makes LAN parties a breeze. Would it be possible to add Xbox download cache to the docker as well?

  • Thought I'd post this here as it might be useful to some.  I worte a brief guide on how to setup bitwarden with a reverse proxy using our LetsEncrypt container.  It's on the LinuxServer.io blog.  It's

Posted Images

  • Author
11 hours ago, burningstarIV said:

Adding a second dns server to the dchp for the client is allowing it to download data ... its having miss(s) in the log, but doesn't seem to be increasing the size of the file. Will wait til its done downloading and see if theres a change. 

 

 

Update - no activity on disk array from it - and seems like its just bypassed the primary dns and went to secondary 

Ok, don't worry about the colour of the logs. White is correct. The log script has changed. Your logs look perfect btw.

So it still looks like a permissions issue. It looks like the cache folder is owned by the user 100. Mine is owned by root. Try the following command to fix this

chown -R root:root /mnt/user/steamcache

Make sure you remove that second DNS entry on your gaming machine before you test again.

  • Author

Hi @burningstarIV

I just wanted to see if you had made any progress with steamcache?

Did you get it working? Let me know if you're still having issues.

On 4/25/2018 at 3:25 AM, cheesemarathon said:

Hi @burningstarIV

I just wanted to see if you had made any progress with steamcache?

Did you get it working? Let me know if you're still having issues.

Hey been a busy work week but I appreciate you asking - I added the change but haven't had time to check it - ill give it another try later tonight 

  • Author
9 hours ago, burningstarIV said:

Hey been a busy work week but I appreciate you asking - I added the change but haven't had time to check it - ill give it another try later tonight 

Not a problem :-)

Let me know how you get on

Still no luck .. let it sit around for awhile and finally came up servers unreachable 

Edited by burningstarIV

  • Author
On 28/04/2018 at 8:50 PM, burningstarIV said:

Still no luck .. let it sit around for awhile and finally came up servers unreachable 

Did Steam say servers unreachable?

 

If that's the case then I'm out of ideas. I suggest that we remove all three containers along with the images and delete all app data folders that were created for them. I then recommend you reinstall with EXACTLY the same config as me. I'll post screen grabs below. Hopefully, that will get it working. The only thing you may need to change are the two IP addresses. 192.168.1.41 is the IP of my unRAID server. 192.168.1.51 is the IP I assigned to the cache DNS container. Then you can tweak the config to how you want and you will soon realise if you make any breaking changes.

 

Cache Container:

image.thumb.png.670b822de0b8da595061dcc45f780c29.png

 

SNI Proxy

image.thumb.png.b24359d543438dfc0ddd321a7fe46f17.png

 

Cache DNS

image.thumb.png.3f76d102a094deacb1997d54c74ea2c7.png

 

unRAID UI Ports

image.png.1ae83467ec007366c70cd7b1a97b91bf.png

 

Windows DNS Settings

image.png.0b7f5d9e6a44ea6acd6513abddb27ffc.png

yeah said steam was unreachable. honestly ive been backing up my array and think im just going to erase all and do a fresh install of unraid. I think its something with the permissions b/c im finding some other dockers that aren't installing correctly to the hard drive / working. Then just do a regular install like you were saying and modify as needed checking for changes -  thanks for the help 

  • 2 weeks later...

I'm running into a problem pointing my pc to the steamcachedns using the powershell command.

 

PS C:\WINDOWS\system32> Resolve-DnsName steamcache.cs.steampowered.com -server 192.168.1.117
Resolve-DnsName : steamcache.cs.steampowered.com : This operation returned because the timeout period expired
At line:1 char:1
+ Resolve-DnsName steamcache.cs.steampowered.com -server 192.168.1.117
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationTimeout: (steamcache.cs.steampowered.com:String) [Resolve-DnsName], Win32Except
   ion
    + FullyQualifiedErrorId : ERROR_TIMEOUT,Microsoft.DnsClient.Commands.ResolveDnsName

 

I have no clue how to go about fixing it, lol.

Why u wanna try it via powershell instead of just changing it inside the network adapter?

 

Edit: ah i got it wrong, you try to set that dns in your dns server.

 

No idea about powershell, i use steamcache dns container + pi hole container.

Edited by nuhll

Restarted my pc and it suddenly works! Thanks for the great utility!

  • Author
11 hours ago, thatnovaguy said:

Restarted my pc and it suddenly works! Thanks for the great utility!

Glad you got it sorted! Sorry that I took ages to reply. I've been rather busy these last few days.

  • 2 weeks later...
On 5/22/2018 at 7:50 AM, cheesemarathon said:

Glad you got it sorted! Sorry that I took ages to reply. I've been rather busy these last few days.

It's all good! Life happens.

  • Author

@ColeBrodine

@josywong

@Chezro

@Lepidopterist

@TechDaddy

@2fat2fly

 

Hi Everyone

As known users of SteamCache, I just wanted to let you know about the new version of steamcache! @mlebjerg managed to combine all three docker images into a single image! This means the setup is much easier. There is no need to change the ports that unRAID uses and there are no conflicts with running VM's. The applications is called SteamCacheBundle and should be up on Community Applications shortly. New install instructions can be found here. I hope you all get on with the new version. The old version will still work, so you don't have to migrate but the setup is so much easier!

 

5 minutes ago, cheesemarathon said:

Hi Everyone

As known users of SteamCache, I just wanted to let you know about the new version of steamcache! @mlebjerg managed to combine all three docker images into a single image! This means the setup is much easier. There is no need to change the ports that unRAID uses and there are no conflicts with running VM's. The applications is called SteamCacheBundle and should be up on Community Applications shortly. New install instructions can be found here. I hope you all get on with the new version. The old version will still work, so you don't have to migrate but the setup is so much easier!

Does this mean the 3 apps are deprecated in favour of the bundle?

  • Author
1 minute ago, Squid said:

Does this mean the 3 apps are deprecated in favour of the bundle?

Yes, the 3 apps still work and ill still support those already using them but new users should use the new container. Are you able to remove my 3 apps from CA so there are no new users. Thanks

10 minutes ago, cheesemarathon said:

@ColeBrodine

@josywong

@Chezro

@Lepidopterist

@TechDaddy

@2fat2fly

 

Hi Everyone

As known users of SteamCache, I just wanted to let you know about the new version of steamcache! @mlebjerg managed to combine all three docker images into a single image! This means the setup is much easier. There is no need to change the ports that unRAID uses and there are no conflicts with running VM's. The applications is called SteamCacheBundle and should be up on Community Applications shortly. New install instructions can be found here. I hope you all get on with the new version. The old version will still work, so you don't have to migrate but the setup is so much easier!

 

It is up and running now!

And the three originals can now only be reinstalled if they've already been installed.  New users will only be presented with the bundle.  FCP will also let everyone know about this.

  • Author
15 minutes ago, Squid said:

And the three originals can now only be reinstalled if they've already been installed.  New users will only be presented with the bundle.  FCP will also let everyone know about this.

Thanks very much

Absolutly amazing. Will change as soon as i encounter any problem. (never change a running system :P)

I uninstalled the 3 apps and installed the bundle.  Steam updates wouldn't connect, just sat there.  Other DNS requests worked (I copied over all of my other settings).  Previously i was having an issue with steam where it would hit the comcast server for updates, not my cache but this is a different issue.  I couldn't tell if it was a permission issue or something in the bundle.  I have uninstalled it for now.

17 minutes ago, defiant said:

I uninstalled the 3 apps and installed the bundle.  Steam updates wouldn't connect, just sat there.  Other DNS requests worked (I copied over all of my other settings).  Previously i was having an issue with steam where it would hit the comcast server for updates, not my cache but this is a different issue.  I couldn't tell if it was a permission issue or something in the bundle.  I have uninstalled it for now.

@defiant

Can you share a picture of the settings and the logs? :) 
 

1 minute ago, mlebjerg said:

Nope.

6c0642aff3bfc4a26f67bcc6417f8ea9.png
How are you sure it is hitting the comcast servers?

I had it working previously where it would work for blizzard/origin/windows updates, but rarely for steam.  I have Comcast and it always bypassed the cache and downloaded from the internet.  Seemed like a similar issue.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.