Jump to content

skeal

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by skeal

  1. Perhaps anyone here can help... I'm using this docker with the linuxserver letsencrypt docker as reverse proxy. Everything works well when using from the "outer world". But when inside the local network like wifi oder ethernet connectect, I always get the page of my router. I know this doesn't have to do with this docker itself but any network thing. This problem is on 2 sites i'm using this setup (only two different routers): Fix url like cloud.***.** with CNAME entry to duckdns. This is converted to my external address of router and handled with port forwarding. As I told before, it works for usage from outer networks. Internally I get the page of my router with a wrong certificate.
  2. I don't know if the problem is with this docker or emby itself Since a few days the progress of watched movies/tv shows isn't stored anymore correctly. It asks me in kodi if I want to continue at for example 1:01:38 and when chosing yes it still begins at 0 Anyone with this problem or better placed in emby forums?
  3. Yes ... with the letsencrypt docker server { server_name domain; # sub1 config listen 80; listen 443 ssl; root /config/www/nextcloud; index index.html index.htm index.php; ###Set certificates #### ssl_certificate /etc/letsencrypt/live/domain/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/domain/privkey.pem; ### Add Diffie–Hellman key exchange ### # ssl_dhparam /config/keys/server.com/dhparam.pem; ### Disable SSL by enforcing TLS ### ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ### Add some ciphers and reject weaker ones ### ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4"; ###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 http://192.168.1.10:82/; } }
  4. Hello, i've updated the docker image today and now most of my settings are gone. channels, ca, language etc etc. the only thing remaining is the autorec and records-tabs do i have to change anything to remain settings for an update or is this behavior expected?
×
×
  • Create New...