deadnote

Members
  • Posts

    142
  • Joined

  • Last visited

Everything posted by deadnote

  1. Hi I try to re enable ssl on my unraid server but impossible to access to my server with https. The messages "Welcome to our server" displays. No problems with http protocol. I enable SSL on port 443 in the management acces menu. Do I miss something else ? Thanks
  2. Hi I updated homeassistant from 0.103.2 to 0.103.5 last week but today, the update is again available. How to update homassistant definitely? Another question, is it possible to configure let's encrypt with your hassio_supervisor container to acces remotely ? Thanks
  3. Ok, I will. Is there a doc for recomandations or requirements ?
  4. Thanks How can I connect this new container to my mariadb container ?
  5. Hi I'm newbie with docker so sorry if the question has already been asked. I would like to create a new docker container for gladys (home assistant) Here is the git page https://github.com/GladysAssistant/Gladys and the docker hub page : https://hub.docker.com/r/gladysassistant/gladys How can I translate this into a unraid docker template ? Is there a doc or tutorial anywhere ? Thanks
  6. Ok, I exported databases with phpmyadmin. Can I restore them in mariadb in command line ? Can't do it with Phpmyadmin, files are more than 2Mb. Thanks for you help
  7. Hi I would like to change the mysql container by mariadb container. I have two databases : nextcloud and ttrss Is there a tutorial to backup, install the new container et import the data ? Thanks
  8. Thanks, it works ! Why do I have to disable this option now ? Can I enable it later ?
  9. Hi Since a couple of days, webgui is not accessible anymore. When I want to access to tower.local or 192.168.1.16, I'm redirect to https://7febc6d13dfbb[cut].unraid.net:442/ but no response Reboot doesn't change anything. All docker containers work well. I attach de diagnostics. Thanks for your help tower-diagnostics-20190829-0824.zip
  10. Hi I updated today and now plex can't access to internet anymore Any ideas ? Thanks Edit : I can launch a scan from https://app.plex.tv but not from local IP
  11. I made the update last night, for now, no problems
  12. Hi Today I get these logs : Nov 19 17:02:38 Tower kernel: Call Trace: Nov 19 17:02:38 Tower kernel: <IRQ> Nov 19 17:02:38 Tower kernel: ipv4_confirm+0xaf/0xb7 [nf_conntrack_ipv4] Nov 19 17:02:38 Tower kernel: nf_hook_slow+0x37/0x96 Nov 19 17:02:38 Tower kernel: ip_local_deliver+0xa7/0xd5 Nov 19 17:02:38 Tower kernel: ? inet_del_offload+0x3e/0x3e Nov 19 17:02:38 Tower kernel: ip_rcv+0x2dc/0x317 Nov 19 17:02:38 Tower kernel: ? ip_local_deliver_finish+0x1aa/0x1aa Nov 19 17:02:38 Tower kernel: __netif_receive_skb_core+0x6b2/0x740 Nov 19 17:02:38 Tower kernel: ? enqueue_entity+0x4ff/0x646 Nov 19 17:02:38 Tower kernel: process_backlog+0x7e/0x116 Nov 19 17:02:38 Tower kernel: net_rx_action+0x10b/0x274 Nov 19 17:02:38 Tower kernel: __do_softirq+0xce/0x1c8 Nov 19 17:02:38 Tower kernel: do_softirq_own_stack+0x2a/0x40 Nov 19 17:02:38 Tower kernel: </IRQ> Nov 19 17:02:38 Tower kernel: do_softirq+0x4d/0x59 Nov 19 17:02:38 Tower kernel: netif_rx_ni+0x1c/0x22 Nov 19 17:02:38 Tower kernel: macvlan_broadcast+0x10f/0x153 [macvlan] Nov 19 17:02:38 Tower kernel: ? __switch_to_asm+0x34/0x70 Nov 19 17:02:38 Tower kernel: macvlan_process_broadcast+0xd5/0x131 [macvlan] Nov 19 17:02:38 Tower kernel: process_one_work+0x16e/0x243 Nov 19 17:02:38 Tower kernel: ? cancel_delayed_work_sync+0xa/0xa Nov 19 17:02:38 Tower kernel: worker_thread+0x1dc/0x2ac Nov 19 17:02:38 Tower kernel: kthread+0x10b/0x113 Nov 19 17:02:38 Tower kernel: ? kthread_flush_work_fn+0x9/0x9 Nov 19 17:02:38 Tower kernel: ret_from_fork+0x35/0x40 Nov 19 17:02:38 Tower kernel: ---[ end trace 880c7655d6152ece ]--- Can someone help me to understand what happened ? Thanks tower-diagnostics-20181119-1838.zip
  13. Hi I had errors too with 6.6.2 but since I upgrade to 6.6.3, seems to work perfectly
  14. Same here since I updated to 6.6.2 : 2 crashes the first day. After the second hard reboot, it seems to work but I have warning in logs (in attachement). The jpg is the screen of the last crash. Do I need to rollback to 6.6.1 ? Thanks for your help tower-diagnostics-20181018-2105.zip
  15. Sorry, I don't remember. I believe all i did is to wait a few seconds after the docker restart
  16. Hi Me again ! Can someone help to configure collabora for nextcloud with let's encrypt ? Nexcloud throw me this error : Exception: Could not find urlsrc in WOPI When i go to https://office.mydomain.fr I see Welcome to nginx! If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx. I don't know how to set up the configuration file It works if I create an office configuration file in the site-conf folder. Is it a good way to configure let's encrypt ?
  17. Hi Fails to install on unRaid 6.5.3 for me. plugin: installing: https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg plugin: downloading https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg plugin: downloading: https://raw.githubusercontent.com/docgyver/unraid-v6-plugins/master/ssh.plg ... done plugin: run failed: /bin/bash retval: 1
  18. Hi Thanks for your scripts, I think I'm gonna use them Maybe this part of my lftp script can help your for your large file transfer. I check if a file .lock exists in temp folder. If not, the file is created and lftp is launched, else, the script stops. #!/bin/bash trap "rm -f /tmp/syncphotos.lock" SIGINT SIGTERM if [ -e /tmp/syncphotos.lock ] then echo "Syncphotos is running already." exit 1 else touch /tmp/syncphotos.lock lftp code quit EOF rm -f /tmp/syncphotos.lock /usr/local/emhttp/webGui/scripts/notify -i normal -s "Synchronisation ends" -e "Synchronisation photos" exit 0 fi
  19. Finally it works ! Here is the config for my rss file in letsencrypt config if it can help someone server { listen 443 ssl; server_name rss.domain.com; root /config/www/tt-rss; 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 http://192.168.1.16:788/; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } }
  20. Also tried to add location ^~ /rss { #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.16:788/rss; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } location ^~ /rss { #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.16:788/rss; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } to the default letsencrypt file but same result : 502 error Can someone tell me where to put the configuration ? in letsencrypt or ttrss ? Thanks !
  21. I created a ttrss file in letsencrypt/nginx/site-confs with this configuration. I only have an 502 error server { server_name rss.domain.fr; # sub1 config listen 80; listen 443 ssl; root /config/www/tt-rss; index index.html index.htm index.php; ###Set certificates #### ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/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; ###Extra Settings### ssl_prefer_server_ciphers on; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; location / { proxy_pass http://192.168.1.16:788/; } }
  22. Hi Need help to use tt-rss with let's encrypt I spend 2 hours I spent 2 hours testing configuration in let's encrypt and/or ttrss nginx folder without results. I only get 404, 502 or "Welcome to our serveur" Can someone help me please ? Thanks for your help
  23. Updated an hp proliant from 6.4.1. Everything is fine Thanks