frankie666

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by frankie666

  1. Hi, tried to install the n8n container but it does not start properly. The log windows just popup and close. I was able to catch it with a screen record. Below the screen shot. Any idea of the problem ? Thanks for help.
  2. Thanks for reply, I will try to reinstall from scratch however it is a bit annoying to export/import worlflows... is there any way to export credentials ? thx
  3. Thanks @tmchow for the docker. It works perfectly for me, however since a while it is impossible to update for new releases... see picture. What could be the issue ? Thanks again.
  4. Too easy, it was really a dumb question... Thanks a lot for your quick help. 👍 By the way, is there a way to do the same to acces a VM runing on Unraid ? Thx
  5. Hi, maybe a dumb question but I wold like to access my unraid dashboard (192.168.1.50) from outside using swag. I have a domain mydomain.org and I have created a subdomain in cloudflare unraid.mydomain.org. I try to modify a template .conf file but a port is required... what should I use ? or maybe that not the right way to go as .conf are only for docker app ? Thanks for any help. server { listen 443 ssl; listen [::]:443 ssl; server_name unraid.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { # enable the next two lines for http auth auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app 192.168.1.50; set $upstream_port <port_number>; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  6. I feel so dumb, it is too easy! Thanks for your help.
  7. Hi, I have installed NGINX PM and it is working well except I want to create an access list but I am not able to add users to this new access list... As you can see in the prtscr the new user is blank after pressing the Add button. Any idea of the problem. Thanks. Enter the new user then "Add" Give this screen without any user... And this if I try to save...
  8. Hi, I wish to monitor my unraid server (basic things as disk space, disk temp, state, etc.) from my home automation system (jeedom)... Has anyone already done this (or with another ha) ? Thanks in advance.
  9. Thanks, pretty clear and no real surprise to me.
  10. Hi, is there a way to launch/connect to a VM with heimdall ? thx
  11. @jonathanm - Thanks for your reminder. I have done my homework on the cache behaviour and I was able to clear the cache drive and my vm is.... installing without any issue! Thanks to point up my mistake, There is still one thing I don't understand... When you copy files to the nas, is the cache used ? if yes (my guess) when and can we choose to use it or not ? Hope the question is not too stupid. Thx again for your appreciated help.
  12. ok, I am not used to use cache drive as you can understand... I will make some research on yt... in the meantime how to flush the cache drive ? i tried to invoke the mover but it seems not to do anything. thx
  13. thanks @bastl, my cache drive is 99% full but as my domains share drive uses cache with "prefer" method I thouht it does not matter... Am I wrong? thx
  14. Thanks for your reply. I have tried with core towards the end (as advised, ie cpu 3/7 in my case) but gives the same problem... Size of the disk is 30Gb as requested.
  15. Hi, trying to create my 1st VM under W10... but it is stuck when copying files from install iso to vm. I have tried different setup of the VM and different ISO but always stuck at that stage (around 8% and 13%). What could be wrong in my setup ? Best and thx.
  16. Hi, I am new with unraid and I try to setup Syncthing. I have an error message from the app saying "2021-01-01 22:08:35: Error on folder "AHK" (sync_ahk): insufficient space on disk for database (/config/index-v0.14.0.db): 0.9 % < 5 %" whilst the directory to sync is 100Mb and I have more than 5Tb on my unraid NAS... Any idea about my mistake ? Thanks!