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.

Ed Wardo

Members
  • Joined

  • Last visited

Everything posted by Ed Wardo

  1. I set this up without conifg.yml and classifier.yml and ended up with a few thousand torrents in categories that I didn't want. I editing /config/postgres/data/pg_hba.conf and posgresql.conf to be available on my local network so I could edit it with pgAdmin. No matter what I did, I couldn't get it to be accessible from the network. Finally worked it out. Go in to the binhex-bitmagenet console cd to /home/nobody and edit the start.sh file. Change postgres_host='127.0.0.1' to postgres_host='*' Of course, this will get reverted on the next update, but at least I can edit the tables. Oh, I also could have done it via command line with su - nobody and psql but I wanted to browse through the tables first. Hope this helps anyone who might want to do the same. Otherwise, you can delete them 100 at a time from the GUI. Its probably not worth suggesting a permanent workaround in the Unraid Docker Edit menu. Thanks to binhex for all the great dockers!
  2. Awesome. That'll do the trick! I didn't use the GUI to create the project. I had just used the terminal to create a new dir in the projects directory. Looking at the results of doing it through the GUI, it seems that it creates 2 text files: indirect and name I would assume you could convert a project by moving the files and then creating these to files after docker-compose down?
  3. I installed this plugin because I wanted to get musicbrainz running and there doesn't seem to be a supported App/Docker for musicbrainz. There is a supported way to install it with docker-compose https://github.com/metabrainz/musicbrainz-docker Musicbrainz isn't the easiest thing to get (or keep) running, but I decided to give it a shot. Its easy enough to use the plugin to create a compose stack and clone the repo, but the build process fails quite quickly. I started editing Dockerfile(s) and posted an issue on github, and finally got it running. In a nutshell, most issues were due to Unraid not allowing the cloned project files to keep their (execute) permissions. When docker-compose is building and it comes across a COPY command in a Dockerfile, it copies then without execute permissions and then one (or more) services don't start. I understand the security reasons why Unraid won't all executable files in /boot/config/plugins but how do others work around this? I tried to symlink out ot a volume in /mnt/user/appdata but can't symlink either.

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.