DarkMac

Results 3 issues of DarkMac

I installed bobarr with an existing library which is mounted as a nfs drive in /mnt/nfs. Inside the nfs drive I have 2 folders Movies and Series The NFS server...

bug

When I run bobarr.sh update, I get the following error: _error getting credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY`_ The complete log: ``` ./bobarr.sh...

Hi, I have bobarr installed as a docker container with the following conf files: env: LIBRARY_MOVIES_FOLDER_NAME=movies LIBRARY_TV_SHOWS_FOLDER_NAME=tvshows docker-compose.yml: api: container_name: bobarr-api env_file: .env image: iam4x/bobarr-api:latest command: yarn start:prod restart: unless-stopped...