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.

uek2wooF

Members
  • Joined

  • Last visited

Everything posted by uek2wooF

  1. For RDP I just had to check the box for Ignore Server Certificate (seems like that should be default, I've never seen an RDP client not complain about the cert). I haven't figured out the problem with VNC or ssh yet. Even the guacd debug log just says ERROR: Unable to connect to VNC server. I even tried the guacamole/guacd and guacamole/guacamole containers. docker run --rm -p 4822:4822 -e GUACD_LOG_LEVEL=debug -h guacd --name guacd -d guacamole/guacd docker run -p 8085:8080 -h guacamole -e GUACD_HOSTNAME=10.10.10.225 -e MYSQL_HOSTNAME=10.10.10.225 -e MYSQL_DATABASE=guacamole -e MYSQL_USER=guacamole -e MYSQL_PASSWORD=pa55w0rd --name guacamole -d guacamole/guacamole
  2. I have them in the parameters section. So strange that this works for everyone else. I tried both of the containers and the one with external mariaDB has the same problem.
  3. Hi. I'm on unraid 6.8.2 and latest ApacheGuacamole container from community apps. Network is bridge mode. I can log in as guacadmin and add connections but neither VNC nor RDP connections work, I get connection error instantly. I am not proxying through nginx, just coming straight from the lan. The only logs I could find of any interest: 16:34:25.074 [http-nio-8080-exec-9] INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" connected to connection "2". Exception in thread "Thread-108" 16:34:25.256 [http-nio-8080-exec-7] INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" disconnected from connection "2". Duration: 182 milliseconds java.lang.IllegalStateException: Message will not be sent because the WebSocket session has been closed at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.writeMessagePart(WsRemoteEndpointImplBase.java:425) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:309) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:250) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendString(WsRemoteEndpointImplBase.java:191) at org.apache.tomcat.websocket.WsRemoteEndpointBasic.sendText(WsRemoteEndpointBasic.java:37) at org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint.sendInstruction(GuacamoleWebSocketTunnelEndpoint.java:152) at org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint.access$200(GuacamoleWebSocketTunnelEndpoint.java:53) at org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint$2.run(GuacamoleWebSocketTunnelEndpoint.java:253) One 404 error I see in the browser devtools (firefox here, I also tried chrome and safari): Request URL:http://10.10.10.225:8083/api/session/tunnels/59265b01-3d2c-475c-9f37-bc413433986d/activeConnection/connection/sharingProfiles?token=ADABAF21D25AFD810A43B025B123F0C260238C3363C7D3C0189F5B09896B1F12 Request Method:GET Remote Address:10.10.10.225:8083 Status Code: 404 Any ideas? Thanks.
  4. I figured it out. Websockets also uses port 1880, and the path is absolute. So you can have http and ws both on 1880 just depending on the path.
  5. Do you know if the x570 temp and hdmi audio issues are fixed in 6.9.0-beta1?
  6. Does websockets run on another port? What port does it run on in docker node-red? Only 1880 is exposed right? If you give a path to a websocket node, is that the absolute path or is it under something like /api? Thanks. edited to add... btw the goal is to just take a POST request on http in and then broadcast that data out to any connected websockets clients. I got the http part working in nodered but I don't have any idea how to do the websocket part. Any suggestions would be great.
  7. Ok all I had to do was set SSH_PORT in app.ini and it does it. I should have researched more before asking here.
  8. gitea is telling me the clone uri is: [email protected]:username/repo.git but I would like it to look like this instead: ssh://[email protected]:2244/username/repo.git Where can I change this setting?
  9. Ok I get it now. I didn't realize I needed to add the mapping too. I added a second volume mapping and now everything is fine. Thanks! (/wwwroot to /mnt/user/wwwroot, from the letsencrypt container edit page in the unraid gui.)
  10. You can do that. Map an additional volume where host side is on /mnt/user and modify the default site conf to point the root directive to it I tried #root /config/www; root /wwwroot; and root /mnt/user/wwwroot; But it can't find either. Something is mapping /config to a path and I guess it doesn't know where the real / is.
  11. Feature request: It would be nice to be able to specify the document root on another share outside the appdata share. Since appdata prefers the cache and my static content would probably be fine on the array it would save me some disk space on the cache drive. Thanks!
  12. Very nice, this thread helped a lot. Have you had any luck passing onboard sound or bluetooth? I also have the x570 taichi. Feels silly buying lots of usb stuff when the board comes with so much already.
  13. Preclear video says the preclear plugin is deprecated. But I see a lot of recent posts here about people using it. So is it still meant to be used? I am just starting with unraid, using 6.8.1-rc1.

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.