Everything posted by Shamalamadindong
-
LSI SAS9207-8i for $99
Ok so, why is this one so cheap new?
-
[Support] jasonbean - Apache Guacamole
FYI, I'm using Duo and not paying for it.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I assume you did generate the httppassword file?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Post your config.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
What sort of error message do you get in the browser?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Surely because you have a blind trust in your own product do you not?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I think most of us are using either self-coded landing pages or something like Muximux, Organizr, IDashboard-PHP, etc.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Shouldn't be an issue, i have it on and it isn't causing trouble for me.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
http://wiki.sogo.nu/nginxSettings
-
[Support] Linuxserver.io - Transmission
Anything in the preferences menu really.
-
[Support] Linuxserver.io - Transmission
Can confirm, Transmission keeps losing settings. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="transmission" --net="bridge" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 9091:9091/tcp -p 51413:51413/tcp -v "/mnt/user/Media/INGEST/Downloads/":"/downloads":rw -v "/mnt/user/Data/TorrentWatch/":"/watch":rw -v "/mnt/user/appdata/transmission":"/config":rw linuxserver/transmission 1958169265eb0f7d8ccce5f2378ac23eb54929121bf7a441b39ae812a269570c
-
[Support] Linuxserver.io - OpenVPN AS
So what actually happens when you try to open it? 404? 500?
-
The 5X3 Cage review - Norco, SuperMicro, iStarUSA and Icy Dock
http://www.newegg.com/Product/Product.aspx?Item=N82E16816215345 Ridiculously cheap.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Use the examples under "Setting up nginx" for Transmission. http://krisko210.blogspot.nl/2013/10/transmission-daemon-with-proxy-forward.html
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Don't even need the vpn subdomain assuming example.com resolves to the same IP address as vpn.example.com.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
OpenVPN does not require any webserver related configuration. It will connect to whatever IP the domain name resolves to.
-
[Support] for atribe's repo Docker images
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.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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.
-
[Support] Linuxserver.io - Transmission
For whatever reason it doesn't work without the /rpc with me.
-
[Support] Linuxserver.io - Tautulli
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.
-
[Support] Linuxserver.io - Transmission
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; }
-
[Support] Linuxserver.io - Tautulli
Has anyone managed to get authentication working in combination with a Nginx reverse proxy?
-
[Support] Linuxserver.io - OpenVPN AS
A reminder, OpenVPN-AS supports Google Authenticator for an extra bit of security. You can find the option as a simple toggle box under "client settings". After that you login to your connect page, download a new profile and use the QR code beneath it to set up Google Authenticator.
-
[support] Bungy's docker repository
To which my reply would again be, how? As far as i can tell there's no vi or vim.
-
[support] Bungy's docker repository