-
[Support] binhex - bitmagnet
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!
-
[Plugin] Docker Compose Manager
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?
-
[Plugin] Docker Compose Manager
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.
Ed Wardo
Members
-
Joined
-
Last visited