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.

Richamillion

Members
  • Joined

  • Last visited

  1. I got this working by doing the following: Installed Docker Compose Manager from the CA Store by dcflachs, it installs docker compose and gives you a fancy gui for later projects. Open Unraid's terminal and run Wazuh's git command git clone https://github.com/wazuh/wazuh-docker.git -b v4.12.0 Make a new directory for Wazuh mkdir /mnt/user/appdata/wazuh Copy the single-node contents from the repo to my new folder cp -r wazuh-docker/single-node/* /mnt/user/appdata/wazuh/ Deleted the original git repo we downloaded rm -r wazuh-docker/ Changed into the new wazuh directory cd /mnt/user/appdata/wazuh Ran the certs generator command from within that folder docker-compose -f generate-indexer-certs.yml run --rm generator That worked for me to generate the certs on unraid. To get Wazuh working all fancy in Unraid's GUI, I then went into the Docker tab in Unraid and scrolled down to the bottom to create a new stack using the Compose Manager Plugin we installed in step 1. NOTE: Be sure to click the Advanced Dropdown and change the path to /mnt/user/appdata/wazuh to pull in all your directories and files. Click the Compose Up button and you should be able to connect using https://insertwazuhdashboardaddresshere:5601. Hope that helps!

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.