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.

Gragorg

Members
  • Joined

  • Last visited

Everything posted by Gragorg

  1. Your server IP likely already exists on your friends network. You likely either have to change your server IP to one not used on your friends network or change that IP on your friends network.
  2. Is Home Movies setup as a user share? Where does your template currently point for /mnt mapping?
  3. If you made a share called data and movies and Tv shows is in it then your mapping in template should be like this /mnt/user/data
  4. It should be listed right in your docker template when you set it up. Did you make a share for your movies?
  5. I had this too on initial install but after restarting the docker and going back into the Webgui the option appeared.
  6. So the webgui doesn't load? What's not working?
  7. Thanks @Dent_ this has fixed me up!
  8. Installed Mealie and setup reverse proxy. Going throught the site settings under configuration and I have a red triangle that says: Server Side Base URL `BASE_URL` is still the default value on API Server. This will cause issues with notifications links generated on the server for emails, etc. FYI Test email works and I did have to change the 9000 port which was already in use. How can I fix this error?
  9. Just installed Redis for use with Authentik. Noticed this warning in the log 1:M 02 Apr 2023 14:49:27.859 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. Is this something I should address? Didn't see a sysctl.conf file in appdata.
  10. Is there anyway to remove the login popup? I've got it covered with NPM and Authentik so don't really want to login twice.
  11. Currently I'm using Swag and I setup all the subdomains I want to use on a single duckdns domain. So for example bitwarden.mydomain.duckdns.org or nextcloud.mydomain.duckdns.org. How can I do this on NPM without a Cname? I use mydomain.duckdns.org for all my dockers. Want to switch to NPM and add Authentik.
  12. Yes should work
  13. That uses a Marvell controller not recommended for Unraid. Here is a list of approved controllers.
  14. Go to App Store and install Squids “Docker Patch”. A lot of dockers can’t update without it. Supposed to be patched in next Unraid release.
  15. Normally you setup a domain with duckdns or noip and then use subdomains for every docker you want to proxy. Maybe post a pic of swag docker setup and emby docker setup screen.
  16. One other thing to check is that emby and swag are both setup using your custom docker network you created
  17. So what do you have listed for servername? Also I assume you followed the custom docker network part and selected it when you set up your docker?
  18. This is the sample file for emby server { listen 443 ssl; listen [::]:443 ssl; server_name emby.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app emby; set $upstream_port 8096; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; } } So normally where is says server_name it is showing "emby.*" which means "emby.XXXX.hopto.org" (no need to edit this if emby is your subdomain) set $upstream_app is the name of your docker $supstream_port is the port emby uses I'm not really very familiar with noip as I use duckdns.org but usually you setup a domain and then use a subdomain for every docker you want a reverse proxy for. In your swag setup are you specifiying a subdomain for emby You dont own hopto.org you own XXXX.hopto.org
  19. So "yourhostname".hopto.org will show you the swag screen. When you type in emby."yourhostname".hopto.org (or whatever your subdomain is) it still takes you to the swag screen? When you look in the SWAG log did it issue an ssl certificate for emby?
  20. Thats the screen that defaults for your domain once swag is setup. Did you setup a subdomain for emby? Did you edit the emby.subdomain.conf.sample file in SWAG and rename the file to emby.subdomain.conf with any edits that may be required?
  21. Couple question about ZFS. I see that it can be used in a standard unraid array mixed with zfs or btrfs drives. Does ZFS still use checksums if used in this manner? If so is your data better protected against corruption? Has Unraid stated if raidz will support expansion in the future? Going forward once the bugs are worked out and a stable release has come out will ZFS be the preferred filesystem in standard Unraid arrays?
  22. Did you try and install “Docker Patch” plug-in by squid from the App Store. Some dockers haven’t been able to update without it. I beleive the update is slated to be patched in the next release of unraid.
  23. Are you referring to privoxy specifically? There are a bunch of bad name servers on older template. I erased the list and added "1.1.1.1,9.9.9.9" which is cloudflare and quad 9 in the docker setup.
  24. I remember having a similar issue. For me if I restarted the docker the size returned to normal. It turned out to be temp files generating inside the docker image. I added the following temp mapping and it went away.

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.