cheesemarathon

Members
  • Posts

    339
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cheesemarathon

  1. @Shamalamadindong I have just pushed a new update to the oauth2 image, so check for updates for you containers and you should be able to install it. This will grab the two default templates and save them to your oauth2 app data folder in a folder call templates. These will not be used by default. To enable them, edit the oauth2_proxy.cfg file and uncomment line 24: # custom_templates_dir = "/etc/oauth2/templates/" Restart the container and it will then use the html templates. One for the sign in page and one for the error page. The templates are exactly the same as the default login pages but can be modified to look however you want. I'll try to create some different themed pages when I have some more time. Any suggestions?
  2. Ah awesome! I didn't realise that was possible! I'll take a look when I have a few mins and see what I can do!
  3. I would love to, but I'm not sure what you mean. Would you mind explaining what you mean by templates?
  4. 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
  5. @thatnovaguy@nuhll@burningstarIV@Oxide @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!
  6. Thanks for getting back to me! However, I finally sorted it out. I only had the following headers in my config as those were the only ones you mentioned. But with just those two it failed to proxy correctly. proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Ssl on; If I instead included the proxy.conf file in my config it worked.
  7. @thomast_88 you said you were running gitlab behind an Nginx reverse proxy? Can you post your config for that as I am having trouble getting a proxy to work? Did you need to make any changes to the gitlab.rb file? I have seen @opticon post but I get a redirect to the IP of the unraid machine with that method!
  8. Glad you got it sorted! Sorry that I took ages to reply. I've been rather busy these last few days.
  9. 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: SNI Proxy Cache DNS unRAID UI Ports Windows DNS Settings
  10. Yup that's fixed things for me! Thanks for the help :-)
  11. @binhex ok just ran nmap on another machine: Starting Nmap 7.40 ( https://nmap.org ) at 2018-04-25 15:29 BST Nmap scan report for 192.168.1.41 Host is up (0.00056s latency). PORT STATE SERVICE 8118/tcp closed privoxy Nmap done: 1 IP address (1 host up) scanned in 0.41 seconds And if i run the same command on my unRAID server: Starting Nmap 7.12 ( https://nmap.org ) at 2018-04-25 15:25 BST Nmap scan report for Derek (192.168.1.41) Host is up. PORT STATE SERVICE 8118/tcp filtered privoxy Nmap done: 1 IP address (1 host up) scanned in 2.06 seconds So it looks like something on my unRAID server is closing the port?
  12. No VLAN's. No pfsense. I am running windows firewall, however, I can't see any rules that would block port 8118 or my testing application. However, to double check I have just disabled the firewall and my AV and ran the test again. It failed.
  13. The static IP is setup on my DDWRT router so no conflict will occur. Yes i can ping 192.168.1.41 from the machine i did the test on
  14. 192.168.1.41 is correct. It was the IP originally given by DHCP so I just set it to that for its static IP.
  15. I hope that is all you need to see @binhex ?
  16. I hope someone can help. I have been having issues with Privoxy not working. I have had it setup in Jackett working fine before but it has now stopped working. I have not changed any of the configs and there don't appear to be any errors in the logs. I also used a proxy testing tool on my windows machine to test Privoxy and it fails. I know the VPN is up and working for rtorrent as I have tested it with an IP testing torrent. Any ideas whats going on? rtorrent logs: https://pastebin.com/J7cXpqr8 proxy test logs: https://pastebin.com/AJi2uugh
  17. 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.
  18. 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.
  19. Run the following command chmod -R 777 /mnt/user/steamcache That will set the steamcache and all folders and files inside it to 777. I don't recommend leaving it as that but it will help identify if that's the issue. You can reduce the permissions with the same command once it's fixed.
  20. @burningstarIV I'm sorry you're having problems. Thanks for all the info and screenshots. It really helps! First of all is the gaming machine not downloading anything? Or is there nothing appearing in your /mnt/user/steamcache folder. Or both? It looks like the containers are all set up correctly and that is proved by the logs. I would suggest that in the DNS container you reenable the services you have disabled. (remove the word true and leave blank). That might cause issues as I have not tested that function much. Also, check the permissions and ownership of the /mnt/user/steamcache folder. Mine is owned by root with 777 permissions. Change yours to match and see if that changes things. If none of that works we can have another look.
  21. I'm having trouble using AMP to set up a tf2 server. Anyone know of some guides or want to help. The cube coders documentation is very lacking imo!
  22. No problem I'm glad it's working Let me know if you have any more issues
  23. @Oxide When using the command to check steamcache DNS. You need to supply it with the IP you assigned to the steamcache DNS container at install, not the IP of your unRAID server. So 192.168.0.99 in the command you posted above is wrong according to your example. Sorry if that's confusing. It's hard to explain with all the different IP addresses. Let me know if you need it explained further.