Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VirtualL

Members
  • Joined

  • Last visited

Everything posted by VirtualL

  1. Just wondering if there is an option to run a script every time I am updating specific unraid docker container? e.g if I update home-assistant docker - run script to install SSHpass, NetCat, etc.... I manage to do it manually (even in the HA GUI) but as usual Automatic is the best p.s my script that I am running manually Via VScode/cloud9 container: https://github.com/VirtualL/HomeAssistant-Config/blob/master/scripts/install_Comp_after_Update.sh
  2. Just wondering if there is an option to run a script every time I am updating specific unraid docker container? e.g if I update home-assistant docker - run script to install SSHpass, NetCat, etc.... I manage to do it manually (even in the HA GUI) but as usual Automatic is the best p.s my script that I am running manually Via VScode/cloud9 container: https://github.com/VirtualL/HomeAssistant-Config/blob/master/scripts/install_Comp_after_Update.sh
  3. With UNMS Docker - I have the same problems as above. I can't change the ports port 80 or port 433 seems to be the one every time - the template not working. (its need to be 6443->443 and 6080---> 80 )
  4. Same issue, its been like this since I buy the app, It's definitely because the NGINX , If I use port fowording only its not happaing. my config: port 443 handler: ################################################################################ #### PORT 80 ################################################################################ # listening on port 80 disabled by default, remove the "#" signs to enable #redirect all traffic to https server { listen 80 default_server; listen [::]:80; server_name _; return 301 https://$host$request_uri; } ################################################################################ # main server block ################################################################################ server { listen 443 ssl http2 default_server; listen [::]:443 ssl http2 default_server; root /config/www; index index.html index.htm index.php; server_name _; # all ssl related config moved to ssl.conf include /config/nginx/ssl.conf; client_max_body_size 0; location / { try_files $uri $uri/ /index.html /index.php?$args =404; } location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include /etc/nginx/fastcgi_params; } } UNRAID SUBDOMAIN (V1) - currently in use ############################################################## ### SUBDOMAIN 4 - Server UNRAID ############################################################## server { listen 443 ssl http2; server_name UNRAID.MYDOMAIN.COM; include /config/nginx/ssl.conf; location / { include /config/nginx/proxy.conf; proxy_pass https://XXXXXXX.unraid.net; # unraid logs do not work if buffering is enabled proxy_buffering off; # If you are proxying unRAID 6.4+, uncomment the following lines to support WebSockets proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } } UNRAID SUBDOMAIN (V2) - not in use - but the same problem: server { listen 443 ssl http2; server_name UNRAID.MYDOMAIN.COM; include /config/nginx/ssl.conf; client_max_body_size 0; location / { 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_set_header X-Forwarded-Proto $scheme; proxy_pass https://XXXXXXXX.unraid.net; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; } }
  5. Did someone managed to see LOGS files when using NGINX with outside URL ?
  6. I was recheck root Password = made a logout in my unraid web ui and login agin (same in the ControlR app) the log file is send to you in PM thank you
  7. Hi , I just send to you a PM about it. thank you
  8. Hi , so how i will see the logs ? Even in root I don't see (like you see in the image) About the Way I managed it. I don't really know because I was making changes in Nginx and my Unraid
  9. hi , i manage to have it working my setting is : On Unraid/Settings/Identification - Use TLS/SSL = Auto I was open new user , and get into the GUI , and give the user all the permissions and i login in the app with the new user (not root) (p.s - its CRAZY confusing that the PASSWORD is of ROOT instead USER password- you must put some text to let the user to know it!) I got a Question: How to i see the log files in the app? Only if i am logged with ROOT is see LOGS tab, also the User Panel is very Slim VS Root panel
  10. root@Server:~# lsof -i :80 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME nginx 2738 root 7u IPv4 15415 0t0 TCP *:http (LISTEN) nginx 2738 root 8u IPv6 15416 0t0 TCP *:http (LISTEN) nginx 2739 nobody 7u IPv4 15415 0t0 TCP *:http (LISTEN) nginx 2739 nobody 8u IPv6 15416 0t0 TCP *:http (LISTEN) nginx 2739 nobody 17u IPv4 55508 0t0 TCP HassServer:http->192.168.1.235:51962 (ESTABLISHED) nginx 2739 nobody 18u IPv4 48831 0t0 TCP HassServer:http->192.168.1.235:51930 (ESTABLISHED) nginx 2739 nobody 20u IPv4 51788 0t0 TCP HassServer:http->192.168.1.235:51938 (ESTABLISHED) nginx 2739 nobody 21u IPv4 55509 0t0 TCP HassServer:http->192.168.1.235:51963 (ESTABLISHED) nginx 2739 nobody 22u IPv4 55510 0t0 TCP HassServer:http->192.168.1.235:51964 (ESTABLISHED) root@Server:~# lsof -i :180 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker-pr 3803 root 4u IPv6 18102 0t0 TCP *:ris (LISTEN) root@Server:~# lsof -i :443 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME python 3283 root 58u IPv4 56247 0t0 TCP HassServer:51164->fra15s11-in-f10.1e100.net:https (ESTABLISHED) python 3283 root 59u IPv4 60182 0t0 TCP HassServer:43772->ec2-54-77-241-118.eu-west-1.compute.amazonaws.com:https (ESTABLISHED) python 3283 root 62u IPv4 59486 0t0 TCP HassServer:49470->149.154.167.220:https (ESTABLISHED) docker-pr 3336 root 6u IPv4 60412 0t0 TCP 172.18.0.1:36690->172.18.0.2:https (ESTABLISHED) docker-pr 3336 root 11u IPv4 60416 0t0 TCP 172.18.0.1:36700->172.18.0.2:https (ESTABLISHED) root@Server:~# lsof -i :1443 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker-pr 3791 root 4u IPv6 18087 0t0 TCP *:ies-lm (LISTEN) and this is the file /boot/config/ident.cfg # Generated settings: NAME="Server" timeZone="Asia/Jerusalem" COMMENT="VirtualL Server" SECURITY="user" WORKGROUP="WORKGROUP" DOMAIN="" DOMAIN_SHORT="" hideDotFiles="no" localMaster="yes" USE_NTP="yes" NTP_SERVER1="time1.google.com" NTP_SERVER2="time2.google.com" NTP_SERVER3="time3.google.com" NTP_SERVER4="time4.google.com" DOMAIN_LOGIN="Administrator" DOMAIN_PASSWD="" SYS_MODEL="Custom" SYS_ARRAY_SLOTS="4" SYS_CACHE_SLOTS="2" USE_SSL="auto" PORT="80" PORTSSL="443" LOCAL_TLD="local" BIND_MGT="no" USE_TELNET="no" PORTTELNET="23" USE_SSH="yes" PORTSSH="22" START_PAGE="Dashboard" the way my server is using SSL is Via letsencrypt (https://hub.docker.com/r/linuxserver/letsencrypt/ ) and my domain menage by CloudFlare
  11. Hi. I have same problem like @jmello I am using Unraid : 6.5.3 ControlIR webgui 2.12 controlr.logUse SSL/TLS: Auto logs : in files have been NOT changed the Unraid access management ports 433 or 80 But i am using NGINX with the Let Encrypted Container. And changed pprt 443->1443 80->180 p.s As you can see in the second pic , the port that the Web UI is using its 2379 and not 2378 (I am not change it ) THANK YOU

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.