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.

MediaDactyl

Members
  • Joined

  • Last visited

  1. I tried installing Yamtrack and pointed it to my redis container and generated secret but after install I got a error 400. The logs give an error to add my host url to ALLOWED_HOSTS but I dont know where the django db is to edit it.
  2. The one for Amp.
  3. The template I used just gave me login for the app but not the debian container. But after a recent update I just started from scratch and was able to get the app working that way.
  4. Not sure where to find or change the root password. I tried to install from a template but when I try to su root and enter the password Unraid I get Authentication failure.
  5. Going off of this answer I got something like this: --- huginn: null image: huginn/huginn container_name: huginn networks: default: name: bridge external: true expose: - 3000 restart: unless-stopped environment: - START_MYSQL=false - DATABASE_HOST=mariadb - DATABASE_PORT=3306 - HUGINN_DATABASE_NAME=huginn - HUGINN_DATABASE_USERNAME=huginn - HUGINN_DATABASE_PASSWORD=REDACTED - TZ=America/Chicago - TIMEZONE=Chicago But now Im getting a new error: (root) Additional property restart is not allowed.
  6. MediaDactyl joined the community
  7. I was wondering how I would alter the example to point to a mariadb container I already have installed from custom apps. version: '3' services: huginn: image: service/service restart: always ports: - "3000:3000" environment: - SERVICE_DB_ROOT_PASSWORD= - SERVICE_DB_PASSWORD=<your_db_password> - SERVICE_ADMIN_PASSWORD=<your_admin_password> volumes: - ./service-data:/var/lib/mysql mysql: image: mysql:5.7 restart: always environment: - MYSQL_ROOT_PASSWORD=<your_root_password> - MYSQL_DATABASE=huginn - MYSQL_USER=huginn - MYSQL_PASSWORD=<your_db_password> volumes: - ./mysql-data:/var/lib/mysql depends_on: - mysql

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.