WNSwins

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by WNSwins

  1. I was afraid this would be the case. Seems like a bit of a shortcoming IMHO. Thanks for the advice. When I have some time I will be building it to try and solve the YT bug. At that point I'll test ways of changing the style files. No worries. Thanks for maintaining this docker! It's been an awesome addition to my server.
  2. Sorry to necro this but, To anyone having issues trying to passthrough GPU and getting error 43 (or possibly black screen and other errors.) Anytime you passthrough your gpu (even if you don't need to use the vBIOS) you MUST passthrough EVERY part of the card even if you don't intend to use it. The video, the sound, and anything else built into the card(like the usb-c for the above card). If you do not then anytime the system tries to access these parts of the card it freaks out and causes errors (like code 43) because it thinks parts of the card are broken. Even if you aren't using the USB-c port or sound it still needs to be passed to the vm. If you don't and it somehow works any piece of software that touches that card(video players, games, windows update) can cause instability and crashes to the VM or unraid.
  3. Thanks for the suggestion! I opened an issue over on the szurubooru gethub: https://github.com/rr-/szurubooru/issues/331 After digging through the link you gave me I think I found the issue with youtube vids. I think it's in the Szurubooru code and not the docker. I don't have time to try to build it for testing atm tho. Still have not made any progress on changing the colors for the site.
  4. Awesome docker! This is something I never knew I needed. I’m in the process of moving my images/ reaction gifs/ stupid classy memes /etc over to the booru. It’s soooooo much easier to find that one image (you know the one, no not that one, wait it’s here somewhere. . . ) when you can tag things. I have a few questions, 1. I can’t figure out how to change the colors of the webpage. Full disclosure, I am an old school linux hobbyist however, this week is the first time I have touched docker so i’m not really sure how it works. Poking around in the client docker container I found the colors in a file called colors.styl in opt/app/css/ and tried overwriting it with my own version in the same way you do the config file for the server. I also tried building it similar to the favicon using /var/www/css/colors.styl, and a bunch of other variants but I can’t get it to work. I appreciate any help. 2. When I built the docker the szurubooru-api template said it required elasticsearch 5 so I installed that. I didn’t see your post about it no longer being needed till after I got the booru up and running. Is elasticsearch used during the initial build process or should I have omitted it? Is it safe to just remove it now? 3. When I use the upload page to scrape youtube videos they are ripped in low quality and not HD. This is behavior that youtube-dl does if ffmpeg is not installed. I tried SSH’ing into the unraid server and diving into the szurubooru server container to install ffmpeg but, apk shows ffmpeg is installed. Running youtube-dl from inside the container works as desired and automagicly uses ffmpeg to spit out an HD video file. This may be a bug in Szurubooru but I don’t know enough about how dockers work to rule out a permissions or similar issue. Any ideas? Thanks again for putting together this awesome docker.