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.

drfsol

Members
  • Joined

  • Last visited

Everything posted by drfsol

  1. Thanks you!!! 👍👍👍 this fixed the issue! damn Tahoe! Note that my wife add the time machine setup before the update, and I think it was still working, but I needed to make some change re-create the share, nothing worked, even using a docker. This work with Unraid Share and the docker container. I'm using the docker because I need to use a Unnasign Device so the parity drive is not constantly running.. and Time Machine is also backed up in the cloud.. so no need for parity in that case.
  2. I just added is_string() to the if condition since, trim only work on string, not on array, and it work again. if ( is_string($o['RequiresFile'] ?? null)) $o['RequiresFile'] = trim($o['RequiresFile']); if ( is_string($o['Requires'] ?? null)) $o['Requires'] = trim($o['Requires']);
  3. Ok I'm not alone, I was here for the same issue, I see in the browser console, network tab, the post return a 500 error. /plugins/community.applications/include/exec.php 500 (Internal Server Error)
  4. I got it working, in short, all environment variable are in the Unraid docker template, Set the Enable Email Login, Enable Email Registration, Enable Social Login and Enable Social Registration to your need. More info here: https://docs.librechat.ai/install/configuration/user_auth_system.html I enabled the email and social login, but I disabled the registration. Then open the LibreChat docker console and run this command: `npm run create-user` I will do more testing and see if Librechat store the configuration in the docker volume or if it rely on the MongoDB for that, if the config is in the volume then it will make sense to add a shared folder from unraid to Librechat so the config persist if the volume is deleted. (not sure yet how that work) You don't need to add it to the `.env`, I didn't try but if you want to do it that way instead of using the docker environment variable, you will need to create a path config in the Unraid docker template of LibreChat. Create the librechat folder in your Docker/appdata, then add a empty .env file. Config Type: path Name: env file Container Path: /app/.env Host Path: /mnt/user/Docker/appdata/librechat/.env
  5. Yes the one that came with the AX1200i, I use a adapter so it is connected to a external USB port.
  6. I made a new fork, feel free to reuse my change https://raw.githubusercontent.com/cristiandeschamps/corsairpsu-unraid/fix-cpsumoncli-path/corsairpsu.plg I fixed various issue and added more information. with the AX1200i and maybe other model, the rails are not available. cpsumoncli return "set_page (12v): set failed: 0, 9", I have tried to fix cpsumoncli but I'm not really experienced in c++ but I will definitively give it a shot when I have some time.
  7. looking at the code, there is something strange, the path seem wrong for me (and from others in previous post) I didn't do any customization.. $stdout = shell_exec('/usr/local/bin/cpsumon/cpsumoncli ' . $settings["TTY"] . ' 2>&1'); https://github.com/CyanLabs/corsairpsu-unraid/blob/master/src/corsairpsu/usr/local/emhttp/plugins/corsairpsu/status.php#L11C35-L11C38 The path correct path should be: /usr/local/bin/cpsumoncli I just forked the code plugins and I will give it a try.
  8. Hi @giganode I have a AX1200i and like the others it doesn't show any data, but I can confirm the `cpsumoncli /dev/ttyUSB0` return the PSU I also needed to run the `chmod +x /usr/local/bin/cpsumoncli` I also made sure I loaded your plugins. But if I try with the old version (https://raw.githubusercontent.com/Cyanlabs/corsairpsu-unraid/master/corsairpsu.plg) And config it (same config as yours) then it works, the only issue is the panel is not compatible with the new dashboard and break the UI. When using your version (https://raw.githubusercontent.com/giganode/corsairpsu-unraid/master/corsairpsu.plg) I see this error in the browser console Maybe that can help you figuring out what is going on for the AXi? Thanks! Old Output New Config
  9. Actually the https://dash.mauz.io/ is redirecting you to scammer landing page that impersonate Microsoft anti virus..
  10. Yes, replace all occurence of /dev/md to /dev/mapper/md
  11. Unraid crashed when I installed the plugins, forced reboot and the plugins do not shown as installed... be careful!

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.