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.

snoopy86

Community Developer
  • Joined

  • Last visited

Everything posted by snoopy86

  1. Any updates on this? Looks like Roblox patched this workaround...
  2. You are correct. This issue should be looked at by the dev team. We cannot have the GUI breaking up what is done in the XML or other way around. Not acceptable.
  3. Adding this also here. https://forums.unraid.net/topic/198521-unraid-os-version-725-available/page/2/#findComment-1621088 To sum up, the driver i need to have is v580.159.03, and it gets overwritten somehow with the latest every time i do an update, even though v580.159.03 is selected. Plugin is v 2026.05.01. Also, the screen when you click update & download is blank, so i always have to download it manually via terminal with /usr/local/emhttp/plugins/nvidia-driver/include/download.sh
  4. I updated the plugin to version 2026.05.01 before the Unraid update, and the outcome was the same.
  5. Whenever i update Unraid, it messes up the Nvidia drivers for me. Because i have one GPU that needs v580.159.03 and it updates my driver to the latest even though i had v580.159.03 selected. Not sure this is connected to Nvidia plugin or Unraid.
  6. There is a bug in the plugin. When you put a link ghcr.io/something/something in the repository tag in the template and then install the app, the repository URL looks like https://registry.hub.docker.com/r/ghcr.io/something/something
  7. I have two Docker containers that have their network set as br0. I'm running them like this with different MAC addresses "Extra Parameters": --cap-add NET_ADMIN --mac-address 02:42:ac:11:00:02 --dns xx.xx.xx.13 --dns xx.xx.xx.23 They also have "Fixed IP address" set. It works just fine until a restart. When Unraid restarts, you cannot ping outside of those two containers. For example, ping 8.8.8.8 is failing. What I need to do is remove the "Fixed IP address", start the container, set "Fixed IP address" back to the same IP that was there initially, and then everything works again. Does anyone have any clue why this happens?
  8. @BoKKeR tnx for maintaining this. Do you know why the statuses of VM's are unknown in HA? It is just a matter of sending this info trough MQTT because on the UI I can see that the API has this information.
  9. Hi @janpeeters, sorry for the late response, but I have checked this, and there is a Tidal Local plugin available in LMS plugins.
  10. @dlandoni'm getting this errors with the DB and the container does not work properly. Any ideas?
  11. @itimpiOne thing i'm not clear is why can't we treat this change from REISERFS to XFS the same as a failed drive. When the drive fails (let's say this drive is REISERFS 1GB) you remove it and change it with another drive (2GB). The parity then does it's magic and the drive gets populated again where you choose the filesystem. Can't the same process be done with this?
  12. You are joking right? This is a topic where the company can't just push to the forum. This is not open source product. Of course people here will help but this is secondary help.
  13. You have to know that we don't have only us professional users but also users that are not comfortable with that kind of procedures. The steps written in one of the links that everyone is posting are for sure overwhelming for those users and would need to be polished.
  14. So you are saying there is no way to keep the files from that disk you want to convert if you don't have the space to copy those files somewhere before you do the format and conversion?
  15. Where is the procedure witten for us that do not want to mirror the disk (do not have that much extra space) but just want the easy option of converting and then let the parity rebuilds the disk even if that means rebuilding the parity itself. Basically the easy and the long option. We need straigtforward instructions for this because there will be a lot of users suddenly of a need for this conversion from unsupported ReiserFS. @ljm42 @SpencerJ @limetech
  16. This is not something i can help you with. You will need to check with LMS dev.
  17. Tnx. I have missed "Host access to custom networks" setting.
  18. Why is this a security problem? When i set one container to have static ip i still want that other container can reach this container and other way around.
  19. @dlandoncan you add notifications also for telegram? Something like this pip install python-telegram-bot ############################# from telegram import Bot, InputFile # Add the following function to send notifications to Telegram def send_telegram_notification(token, chat_id, message, image_path=None): bot = Bot(token) # Check if an image is provided if image_path: # Send photo along with the message with open(image_path, 'rb') as photo: bot.send_photo(chat_id, photo, caption=message) else: # Send only the message bot.send_message(chat_id, message) # Modify the section where you read parameters from secrets or set them manually if not param_dict['token'] or not param_dict['user']: # read from secrets secrets = read_secrets() if not param_dict['token']: param_dict['token'] = secrets.get('TELEGRAM_BOT_TOKEN') # Replace with your secret key zmlog.Debug(1, "eid:{} Reading token from secrets".format(eid)) if not param_dict['user']: param_dict['user'] = secrets.get('TELEGRAM_CHAT_ID') # Replace with your secret key zmlog.Debug(1, "eid:{} Reading user from secrets".format(eid)) # Replace the Pushover-specific code with the Telegram notification code param_dict['title'] = '{} Alarm ({})'.format(mname, eid) param_dict['message'] = cause + datetime.now().strftime(' at %I:%M %p, %b-%d') if event_type == 'event_end': param_dict['title'] = 'Ended:' + param_dict['title'] disp_param_dict = param_dict.copy() disp_param_dict['token'] = '<removed>' disp_param_dict['user'] = '<removed>' zmlog.Debug(1, "eid:{} Telegram payload: data={} files={}".format(eid, disp_param_dict, files)) send_telegram_notification(param_dict['token'], param_dict['user'], param_dict['message'], image_path) zmlog.close()
  20. Logitech Squeezebox Server and Emoncms were updated and are now based on the latest releases.
  21. I've reverted the changes. The image should be uploaded in a few minutes so you can update it.
  22. Exactly, thanks for that! This should be already fixed in UnRaid core and not having the need for us to run special scripts. Poslano z mojega SM-G998B z uporabo Tapatalk

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.