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.

yoshiko

Members
  • Joined

  • Last visited

  1. I managed to run Split2flac docker container via Portainer (another docker app available in Unraid's marketplace) as a Stack (=docker-compose) with the following service composition: services: split2flac: image: mikenye/split2flac container_name: split2flac volumes: - /mnt/user/data/torrents/music/:/workdir # Mounts the current directory to /workdir in the container environment: - PUID=99 # Passes the user ID - PGID=100 # Passes the group ID stdin_open: true # Equivalent to -i (interactive) tty: true # Equivalent to -t (TTY) restart: "no" # Ensures the container is removed after exit (similar to --rm) When connecting via terminal, just make sure to user your docker user instead of root as otherwise you may run into permission issue and would need to chown your files. Also, when using split2flac, it's worth adding -o flag (outpug), defining an outpud directory for the command, it didn't work for me otherwise. It now works for me, I'm now trying to put together a bash script that would scan folders in a location on a daily basis and convert flac images into tracks. Hope this helps someone. If anyone has tips, recommendations or alternative solutions - please share them here, so that we can all boost our setups.
  2. Updated my unraid server recently and can no longer start or stop docker containers. Looked thru logs (to the best for my ability, checked docker settings and read some forums. Restarted several tims, nothing helped really. Not sure where to look at this point. Would really appreciat some hlep - diagnostics prior to reboot attached. Thnx.

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.