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.

fsnetworks

Members
  • Joined

  • Last visited

  1. I seem to have the same problem as tomahawk when using Swag as reverse proxy, but changing back the ports to standard (3000) didnt do the trick. I've been using swag on a couple of containers for about 2 years now and never encountered that problem. Config for mealie in Swag seems to be quite the standard (unline e.g. for nextcloud), so I dont understand where the error might be. Frontend port is set to 9925 in mealie-container, Swag config looks like this. I can access locally via 192.168.178.65:9925 without any issues. Any ideas on this? server { listen 443 ssl; listen [::]:443 ssl; server_name recipes.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth (requires ldap-location.conf in the location block) #include /config/nginx/ldap-server.conf; # enable for Authelia (requires authelia-location.conf in the location block) #include /config/nginx/authelia-server.conf; # enable for Authentik (requires authentik-location.conf in the location block) #include /config/nginx/authentik-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable for ldap auth (requires ldap-server.conf in the server block) #include /config/nginx/ldap-location.conf; # enable for Authelia (requires authelia-server.conf in the server block) #include /config/nginx/authelia-location.conf; # enable for Authentik (requires authentik-server.conf in the server block) #include /config/nginx/authentik-location.conf; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app 192.168.178.65; set $upstream_port 9925; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  2. Thanks for your reply! I know USB is not recommended - might change that later on. Different USB bridge simply meaning: Go buy a different enclosure, right?
  3. Hello everyone! I've spent some time on the forums right now and could not find a proper solution to my problem yet. I've just started with unraid and am currently running it on an Intel NUC11. Just today I tried to install 2 brand new Toshiba 16TB MG08 via USB 3.0, each in its own external enclosure. They are both detected in BIOS but Unraid only seems to find one at a time, so they are both detected just fine as long as I dont plug in both at the same time. Other configurations, so 1 of the MG08 and 1 random other USB-HDD simultaneously work just fine, just not the two MGH08s together. Please find the diagnostics attached. Do you guys have any idea on how to fix this? mother-diagnostics-20230208-1923.zip

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.