Shamalamadindong

Members
  • Posts

    195
  • Joined

  • Last visited

Everything posted by Shamalamadindong

  1. So what actually happens when you try to open it? 404? 500?
  2. You all might want to have a look at this, https://thatservernerd.com/2016/02/25/install-guacamole-on-centos-76-the-super-easy-way/
  3. https://www.estunt.nl/product/hitachi-3tb-35-schijf/ 0 Hours on them, 16 in supply, 3 month warranty. Store is well known among techies in the Netherlands and has good reviews, https://tweakers.net/shopreview/8997/estunt-punt-nl/shopreviews/
  4. http://www.newegg.com/Product/Product.aspx?Item=N82E16816215345 Ridiculously cheap.
  5. https://tweakers.net/aanbod/1164241/hgst-ultrastar-7k4000-(sata-6gbps)-3tb.html Dutch Tech website. Seller has good reviews and is a frequent seller on the website. Factory sealed, seller is offering a 3 month warranty. Model has a 2 million hour MTBF.
  6. You likely screwed up somewhere in the nginx config files.
  7. Use the examples under "Setting up nginx" for Transmission. http://krisko210.blogspot.nl/2013/10/transmission-daemon-with-proxy-forward.html
  8. Don't even need the vpn subdomain assuming example.com resolves to the same IP address as vpn.example.com.
  9. OpenVPN does not require any webserver related configuration. It will connect to whatever IP the domain name resolves to.
  10. Is there a list somewhere of the values Telegraf collects and what they are/mean? My Google-fu and the Telegraf website are failing me.
  11. Post a screenshot of your domains dns settings. Something is wrong with your DNS settings, for one just chaoconnor.com doesn't work but www.chaoconnor.com does. Use https://www.whatsmydns.net to check if something is actually working.
  12. Unfortunately not. My knowledge of Apache is limited.
  13. Apache Virtual Hosts. https://httpd.apache.org/docs/2.4/vhosts/ https://httpd.apache.org/docs/2.4/vhosts/examples.html https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts
  14. Try this, https://www.shamalamadindong.nl/nextcloud/index.php/s/ap9sKLpZfsXu8Oc Link will expire in two days.
  15. Completely fresh. Haven't ever even pulled it on this docker.img
  16. I'm not entirely certain what the problem is here. sort: write error tail: cannot open '1478552498.6832673320 /config/serverfiles/logs/ts3server_2016-11-07__20_48_38.547247_0.log'$'\n''1478552498.6832673320 /config/serverfiles/logs/ts3server_2016-11-07__20_48_50.533550_0.log' for reading: No such file or directory sort: write failed: 'standard output': Broken pipe Just that over and over again.
  17. Yea no you can see Nginx fail to start in the log he posted. * Starting nginx nginx ...fail! Just to be certain use this to see if your ports really are open. http://www.canyouseeme.org/
  18. Forward port 80 also. Its a good idea to do this regardless and then use the code below to redirect any http requests to https. server { listen 80; server_name mydomain.tld www.mydomain.tld; return 301 https://$host$request_uri; }
  19. For whatever reason it doesn't work without the /rpc with me.
  20. I'm trying to use the built in Auth. All the services i'm proxying either have their own built in auth or don't need it. If i reverse proxy plexpy while i have a user/pass set in Acces Control all i get is a blank page.
  21. For Nginx reverse proxy users, # Transmission location /transmission/ { proxy_pass http://TRANSMISSIONIP:PORT/transmission/web/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_buffering off; } # Also Transmission specific location /rpc { proxy_pass http://TRANSMISSIONIP:PORT/transmission/rpc; }
  22. Has anyone managed to get authentication working in combination with a Nginx reverse proxy?
  23. Keep in mind you want to have enough free space to be able to complete file transfers without it filling up completely.
  24. My Windows 10 VM currently takes up 66GB, that is with it running a Minecraft and Garry's Mod server and a PXE server with a handful of ISO's.