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.

Stitch0815

Members
  • Joined

  • Last visited

  1. Hi all, I have recently set up a minecraft bedrock server. Generally erverything is running fine. However I have three friends who can not join through my forwarded domain (Unable to connect to world) (other friends can connect no problem). They can join if they use my real IP but not through my bought domian or my dynDNS (duckdns). Has anybody had simmilar issues. I also don't know if this a problem on their side or on the server side. If anybody has simmilar issues or a solution that would be great. Thank you all. Stitch0815 Edit: Maybe I should mention I changed the ports (see attachment)
  2. Aw man that sucks Thank you for your help I have contacted the vendor.
  3. Hi everyone, I hope this is the right Forum for this question since I am still pretty new to unraid and the whole server space. I have had several realocated sectros over the last couple of days. Google suggested this is a pretty bad sign so I tried to run a SMART selftest which ended in the "Inappropriate ioctl for device" Error. The drive now reports 100 reallocated sectors. What does this mean and is there a way around it or should I just toss the drive since it is still in warranty? I have two new ST2000DM008-2UB102 one of which is running as a drive and one as a parity drive. Thank you for your help Rest of the server: MB: FUJITSU D2990-A2, Version S26361-D2990-A2 CPU: Intel® Core™ i7-2600 RAM: 16 gig DDR3 Expansion: TP-LINK TG-3468 Gigabit PCI Express Network Adapter ST2000DM008-2UB102_WFL5DQ8X-20220208-0139.txt xfs_repari status.txt
  4. Hi there just wanted to give a quick Update. So I am kind of an idiot. I have checked other browsers and there it works flawlessly. For some reasons Firefox simply won't load websockets. Trying to figure out how to fix this and will post here if I find a fix.
  5. Can confirm this worked for me!
  6. Hey there thank you for the super fast answer! I got you rconfig working but Foundry still wont load login screens etc. So my guess is it does not load the websockets properly I have tried enabeling the option to load them but it didn't work. Do you have any Idea what it could be (have tried nuking Foundry and reinstalling) This is my swag config right now: ## Version 2021/06/05 # make sure that your dns has a cname set for foundryvtt # Ensure that your Foundry VTT's {userData}/Config/options.json file is configured as follows: # "hostname": "your.hostname.com", # "routePrefix": null, # "sslCert": null, # "sslKey": null, # "port": 30000, # "proxyPort": 443, # "proxySSL": true # Refer to https://foundryvtt.com/article/nginx/ for the latest Foundry configuration information server{ listen 443 ssl; listen [::]:443 ssl; server_name foundry.*; # Listen on port 443 using SSL certificates ssl_certificate "/etc/letsencrypt/live/mydomin.com/fullchain.pem"; ssl_certificate_key "/etc/letsencrypt/live/mydomin.com/privkey.pem"; include /config/nginx/ssl.conf; #add_header Referrer-Policy "same-origin" always; #add_header Access-Control-Allow-Origin https://foundryvtt./%22PUT URL HERE" always; client_max_body_size 1024M; fastcgi_buffers 64 4K; location / { #enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; #enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; # Set proxy headers proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; #These are important to support WebSockets proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app MyLocalUnraidIP; proxy_max_temp_file_size 1024m; proxy_pass http://$upstream_app:30000; } } # Optional, but recommend. Redirects all HTTP requests to HTTPS for you server { if ($host = foundry.mydomin.com) { return 301 https://$host$request_uri; } listen 80; listen [::]:80; server_name foundry.mydomin.com; return 404; }
  7. Hi there I am having a weird issue with Foundryvtt docker. I tried settign it up using a reverse proxy with swag. I can even connect to the Server but am stuck on the default screen then. It works fine with a using the direct port and duckdns so I am very confused. I have attached my foundry swag config and the options config from the foundry server. Thank you so much for your help and all the work you put into these projects. options.json foundryvtt.subdomain.conf

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.