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.

[Support] Soitora's Unraid Templates

Featured Replies

I am not the developer of any of the applications featured in these templates—I only create and maintain the Unraid templates themselves.

If you encounter any issues with a template, please either:

Netronome

Netronome is a modern network speed testing and monitoring tool built with Go and React.

https://github.com/autobrr/netronome

Caseium Web

A modern, privacy aware web app to compress images, all offline and within the browser.

https://github.com/lymphatus/caesium-app-web/

Edited by Soitora
Add Netronome

  • 5 months later...

Bug in the netronome Unraid template: it shows "unhealthy" on a default install.

ExtraParams hardcodes a Postgres healthcheck:

--health-cmd='pg_isready -U netronome' --health-interval=5s --health-retries=5 --health-timeout=5s

But the template's default DB type is sqlite (NETRONOME__DB_TYPE=sqlite). With sqlite

there's no Postgres listening, so pg_isready fails every time → container is permanently

flagged unhealthy even though netronome is running fine on :7575. The netronome image

itself defines no HEALTHCHECK, so this comes entirely from the template.

Fix: drop the pg_isready healthcheck for sqlite installs, or replace it with an HTTP

check against the web UI, e.g. --health-cmd='wget -qO- http://localhost:7575/ >/dev/null || exit 1'.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.