
Shamalamadindong
Members-
Content Count
193 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Bug Reports
Documentation
Landing
Everything posted by Shamalamadindong
-
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
https://security.googleblog.com/2016/10/distrusting-wosign-and-startcom.html StartSSL certs will no longer be trusted as of January 31st. -
Better singlecore performance is likely to come out on top in transcoding.
-
Extremely cheap 8TB drives in Germany (Amazon mistake ?)
Shamalamadindong replied to Helmonder's topic in Good Deals!
Some sort of release promotion pricing? -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
Port 80 and 443 to whatever the corresponding ports are on your Apache container. Note that some routers may not allow you to test your domain from inside your own network. Always test using a VPN or your phone. -
https://github.com/causefx/iDashboard-PHP Crude but effective if you just need a difference between yourself and everyone else. Not at all secure probably though. Edit: on the topic of reverse proxy authentication, has any of you seen this? https://github.com/bitly/oauth2_proxy Some further reading, http://developers.canal-plus.com/blog/install-nginx-reverse-proxy-with-github-oauth2/ https://jasonbarto.com/authenticate-your-services-with-google-nginx-and-oauth2/ (ignore the ssl warning, hes still using a Startcom cert)
-
Any motherboard capable of a dual E5-2670 setup will likely have a GPU built in.
-
Correct. Edit: Does anyone have Transmission working?
-
Absurdly, this worked for a couple of days and now it has stopped working. Weird thing is, it still works on Android Chrome but not on Windows Chrome.
-
Could we maybe get something like this? Right now there are a myriad of guides and tutorials posted all over the place.
-
This should help, http://lime-technology.com/forum/index.php?topic=51466.0
-
$90 Xeon E5-2670 2.6Ghz (8cores / 16threads)
Shamalamadindong replied to Shamalamadindong's topic in Good Deals!
Bios is up to date? Do you have a different GPU you could try? -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
My registrar doesn't include email services, i'd have to set up my own mailserver. I have it working now by the way. The Lets Encrypt docker is handling ssl and i'm reverse proxying to the Apache docker through nginx. -
[DOCKER] Handbrake GUI + Automation via CLI
Shamalamadindong replied to sparklyballs's topic in Docker Containers
Hi, small request. Could add in 10 bit x265 support? https://mattgadient.com/2016/02/15/how-to-10-bit-x264-and-10-12-bit-x265-encodes-with-handbrake-mac-os-x-linux-windows/ -
$90 Xeon E5-2670 2.6Ghz (8cores / 16threads)
Shamalamadindong replied to Shamalamadindong's topic in Good Deals!
Are you low bidding them? Cheapest i'm finding is $52 shipped -
For anyone who would rather stick to Apache but still use Lets Encrypt you can reverse proxy nginx to your existing Apache webserver. location / { proxy_pass http://myapacheip; # my existing apache container proxy_set_header Host $host; # re-write redirects to http as to https proxy_redirect http:// https://; } After that you just have to edit any hardcoded urls to https. Note, doesn't work if you are routing through Cloudflare, browsers will say there are too many redirects.
-
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
Primarily because everything is already working, except SSL. -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
Yea i have been looking for something like that but i can't really find anything that looks like it. I've just emailed my registrar so i guess i will know more tomorrow. -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
I've been agonizing over a response to specific parts of your reply for the last half hour but i think that is going to waste both our times. Suffice to say i did not intent my post to be received in the way it was. Regarding the Startssl thing, i've been in contact with the live chat however they were unable to help me, they are pointing to my registrar which they say has to "build" my email in to the whois info even though my domains whois states my email as the administrative and technical contact and my registrar is likely to point me at their paid ssl package. From the way thing -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
Hold on, relax. Give me a moment to explain my train of thought. Linuxserver.io - Apache reverse proxy container, there's a guide on how to set this up. However, the maintainers of said container appear to have switched over to a different container also maintained by them based on nginx. Linuxserver.io - Nginx container, there is no guide on how to set this up and the container is seemingly not preconfigured to use as a reverse proxy. (i don't know anything about nginx so forgive me if its a very simple matter) aptalca - Lets Encrypt container, based on nginx and based on posts -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
I understand that however it creates pointless extra work for people wanting to run a reverse proxy and use Lets Encrypt. You either have to switch over to nginx or macgyver a solution to get Lets Enrypt working with the reverse proxy apache docker. That said, the reason i wanted to try Lets Encrypt was because the StartSSL guide you wrote for the reverse proxy Apache container is giving me some problems, StartSSL doesn't pick up the right email adres to validate my domain with, all it gives me as options is postmaster@mywebsite.nl, hostmaster@mywebsite.nl or webmaster@mywebsite.nl, not m -
[Support] Linuxserver.io - Apache
Shamalamadindong replied to linuxserver.io's topic in Docker Containers
If that is the case might i suggest rewriting this and/or deprecating the reverse proxy Apache container, https://www.linuxserver.io/2015/11/10/overview-reverse-proxy-with-docker/ It is just about the first thing you run in to when you start looking at reverse proxying on Unraid.