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.

studentgrant

Members
  • Joined

  • Last visited

  1. I use a similar application called - Joplin, very similar to OneNote but opensource. I can't advise on setting up Standard notes, but can provide instructions for Joplin if that helps?
  2. Hi there, I've posted this on the SearXNG forum, but this one seems more active and I suspect the solution is similar. I'm trying to setup SearXNG. I have it working locally. However am struggling to get it working via my reverse proxy. I've created the following NGNIX/SWAG config file and created a CNAME record in Cloudflare however it won't work remotely. any ideas what I'm missing? Here is the conf file contents: server { listen 443 ssl; server_name search.yourdomain.com; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app searxng; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } I've obviously changed the domain name and port to what I've set in the container/cloudflare. When I try and access it via URL, I get the following message in the browser. 502 Bad Gateway Thanks
  3. Hi there, I'm trying to setup SearXNG. I have it working locally. However am struggling to get it working via my reverse proxy. I've created the following NGNIX/SWAG config file and created a CNAME record in Cloudflare. any ideas what I'm missing? server { listen 443 ssl; server_name search.yourdomain.com; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app searxng; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } I've obviously changed the domain name and port to what I've set. When I try and access it via URL, I get the following message in the browser. 502 Bad Gateway Thanks
  4. Apart from the cursor issue, the performance with Ubuntu's native RDP support is actually buttery smooth
  5. Hi there, when using guacamole to connect to ubuntu 22.04 using the native RDP connection, the cursor appears as a square with corrupt graphics. If I connect from a windows RDP client the cursor displays correctly. any ideas on how to fix this? I've tried the following: * initiating my session with XORG rather than Wayland - no difference in behaviour * trying a non chromium browser - no difference in behaviour * changing the machine type from Q35 to I440- no difference in behaviour My guacamole container is up to date - with no errors showing in the logs and connects perfectly to other VMs/machines'.
  6. Hi Folks, can any one assist me with a recent error I noticed in the overview section under setting in Nexcloud. The warning is: The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. I've tried amending the config.php in line with the documentation, but am still getting the error. Any assistance would be appreciated. Thanks.
  7. Thank you both, much appreciated
  8. Hi there, hoping someone can help. since installing the "My Servers" plugin, now when I access the web GUI via IP address, it automatically resolves to https://guid.unraid.net this would be ok, but because I'm running my router as a VM, now if I take the array offline the Web GUI becomes inaccessible. How can I ensure that the GUI is accessible by IP address?
  9. Hi there, I've read the thread and can see a number of individuals are experiencing the same issue as me: From with Nexcloud I receiving a warning about: The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. I'm using swag and have updated the following locations /config/www/nextcloud/config/config.php 'trusted_proxies' => ['swag'], 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', 'overwritehost' => 'nextcloud.your-domain.com', 'overwriteprotocol' => 'https', array ( 0 => '192.168.0.1:444', 1 => 'nextcloud.your-domain.com', and included add_header X-Frame-Options "SAMEORIGIN" always; in my nextcloud.subdomain.conf file Any ideas why I'm still seeing the warning? Any assistance would be appreciated.
  10. I notice we've a couple of people using the same AsRock X570 Taichi motherboard here, has anything improved since the original post, for example did you manage to get audio to pass-through? and in your opinion, is this the best option if opting for the x570 platform? thanks
  11. studentgrant started following SpaceInvaderOne
  12. studentgrant started following New build
  13. I experienced the same issue recently. I'm running DD-WRT and had to disable Universal Plug and Play (UPnP). as it appeared to be conflicting with my port forwards...
  14. That worked a treat thank you.
  15. Hi there, just after setting this up and I'm receiving the following error message when I access the web GUI: "This version of Nextcloud is not compatible with PHP 7.2. You are currently running 7.3.10". I'm running Version: 6.7.2 of unraid and followed space invaders installation video.. any assistance would be appreciated.
  16. Thank you Strike, your assistance and patience, are highly appreciated.

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.