studentgrant

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

studentgrant's Achievements

Noob

Noob (1/14)

0

Reputation

  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. Hi there, I have an old HP Microserver running Unraid 24x7 and has been serving my home needs for the past six years, mostly Space Invader projects. I've wanted to start using it for virtualisation and be able to use GPU passthrough, but unfortunately, my current processor doesn't support AMD-V and is getting a bit long in the tooth. So I'd like to start building a new server but have struggled to find consistent information on compatibility, or whether you're better off using an Intel or AMD CPU as I see lots of posts still talking about the hard lockups on the AMD platform. Motherboards seem to raise there own set of challenges on how well the IMMOU groups are separated, and GPU passthrough appears to raise its own set of problems with the AMD "reset" bug and Nvidia not natively supporting virtualisation. Have any of you built a new server recently and been successful in implementing virtualisation, GPU passthrough and separating your IMMOU groups? And if so could you share your opinion and make recommendations on the most compatible hardware. Many thanks.
  12. 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...
  13. I worked this out... during the boot their was a message about "missing br0 interface".. I looked it up and it suggested using a different memory key... and everything is working now
  14. Hi there, I've spent the last couple of years running Unraid on a tiny HP microserver. And decided it was time to commit to running it on my primary PC and creating a VM with GPU pass-thru for my day to day activities. However, I've already run into a couple of issues. when I boot to the new installation, it won't recognise my USB beyond system post. & secondly, it won't pick up an IP address. if I use an old ps2 keyboard and run an ifconfig none of my interfaces show as ethxxx Anyone else gotten this working with an Asrock Fatal1ty X370 professional gaming MB and Ryzen 1800X? Also, have a PCI PRO/1000 PT Quad Port network adapter installed as I was hoping to run PFsense as my firewall solution. Any assistance would be appreciated. Thanks