Everything posted by ebnerjoh
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Manual Process is always bad... Then another question as I am new with UnRaid and Docker. I have a DSL with multiple static IP Adresses. Can I install the Letsencrypt Docker a second time with a different internal (+mapped external) IP Adress for my second domain? Br, Johannes
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi, Here is the Site-Conf: server { listen 443 ssl; server_name cloud.my-domain.at; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie▒..Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA- AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA -AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:! aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.252:443; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } } 192.168.1.252 is the nextcloud docker. This docker is installed with "Host = none" and running on a dedicated IP (like LetsEncrypt as well). Ad 2) "letsencrypt will only work with one, but you can use both of them in nginx through creating separate server blocks in the site config" What does this mean? I can use reverseproxy with two domains but not SSL?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi, I have now installed LetsEncrpyt and Nextcloud on my UnRaid installation following the instruction here. I have 2 questions: 1) When i connect to "cloud.domain.at" from my internal Subnet, then the URL is rewritten to "https://cloud.domain.at". If I do the same from public, then I am getting "https://_" in my url field and an error message "ERR_NAME_NOT_RESOLVED".. 2) Can I use the same NextCloud and LetsEncrypt Docker installation with two different Domains? I have a private domain and I am also supporting an NGO with a seperate domain. Br, Johannes
-
[SUPPORT] pihole for unRaid - Spants repo
BTW: When running pihole -g I am getting the following error. netstat: /proc/net/tcp6: No such file or directory ::: DNS service is NOT running Anything serious? Br, Johannes
-
[SUPPORT] pihole for unRaid - Spants repo
So, this FTL update will get fixed? Br, Johannes
-
[SUPPORT] pihole for unRaid - Spants repo
Hi, I got it running with virtual ip address for the Docker. But now a question: how is PiHole updated in the Docker? Br, Johannes
-
[Support] binhex - MiniDLNA
Ah, now I understand. Not the case for me as I am running 24/7. Thanks for the clarification! Br, Johannes
-
[Support] binhex - MiniDLNA
Is this Scan really needed? Shouldn't the "inotify" config-setting find any new published files? Br, Johannes
-
[Support] binhex - MiniDLNA
Container Variable: SCHEDULE_SCAN_DAYS Container Variable: SCHEDULE_SCAN_HOURS
-
[Support] binhex - MiniDLNA
Hi, Excuse my stupid question, but where do I find the description of the Keys? Br, Johannes