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.

meunraid

Members
  • Joined

  • Last visited

  1. Thanks you were right the memory is bad!
  2. Nice catch Kasm was the culprit. I found it was using 443/tcp even though that is not specified in compose. Maybe it is colliding with nginx or something.
  3. Need some help determining what is crashing my server. Before beta 2 I haven't had a crash in a really long time. Today there has been two, the server is still online and accessible but docker is not accessible but service is running. trying to shutdown/reboot freezes on unmounting storage and have to hard power down. When it comes back up parity check kicks off. adm-diagnostics-20240718-2220.zip
  4. Thanks Anna! Just some useful notes for those of you going to do this. Guide to install Slackware 15 in VM (It's sketchy lol) https://linuxiac.com/install-slackware-linux/ On VM: curl -Ls https://github.com/wazuh/wazuh/archive/v4.8.0.tar.gz | tar zx cd wazuh-4.8.0 ./install.sh tar will preserve ownership/permissions zip will not so use tar. Delete client.keys it will create a new one. Works like a charm
  5. Nerd Tools doesnt work either, I am guessing openssl11 is missing from Unraid 7. Other applications are broken as well that require older openssl. Troubleshooting this lead me to this thread and un-get which is perfect for what I need. Thanks for creating it!
  6. anyone having python, pip issues after installing Unraid 7 grab this install: https://slackware.uk/slackware/slackware64-current/slackware64/n/openssl11-1.1.1w-x86_64-1.txz and drop it in /boot/extra and reboot.
  7. anyone having ssl, pip, mktorrent etc issues after installing Unraid 7 grab this install: https://slackware.uk/slackware/slackware64-current/slackware64/n/openssl11-1.1.1w-x86_64-1.txz and drop it in /boot/extra and reboot.
  8. I know this is an old thread but in case this helps anyone else. I didn't want to overwrite /etc/ssh/sshd_config in case there are any changes etc. So I just sed the two settings that turn off passwords and only allow keys. sed -i -e 's/#PasswordAuthentication yes/PasswordAuthentication no/g ; s/#KbdInteractiveAuthentication yes/KbdInteractiveAuthentication no/g' /etc/ssh/sshd_config /etc/rc.d/rc.sshd restart
  9. chown -R 1001:1001 /mnt/user/appdata/ff-syncserver
  10. yeah this feature available yet?
  11. Was looking for a way to bulk delete exclusions in Radarr and did not find anything. I was able to figure it out going right into the database without having to stop the container. List Exclusions sqlite3 /mnt/user/appdata/radarr/radarr.db 'select * from ImportExclusions' Delete Exclusions sqlite3 /mnt/user/appdata/radarr/radarr.db 'delete from ImportExclusions' Just refresh Radarr once you delete.

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.