XBackBone-docker
XBackBone-docker copied to clipboard
Latest Update and Videos
Any way to get updated to today's fixes SergiX44 made for embedding toggle? Can I just run the updater in the system settings? Let me know how to update to the latest changes from today using this image.
Also I had a issue with videos not playing in firefox on this image. When I press play, I can hear the audio but no video shows. It;s just black. videos are .mov if that matters. .mp4 seems to work fine. Is ffmpeg running in the container or is there something I need to install inside the container?
You can run the updater, but it won't persist unless you create a new image after updating.
You can also just clone this repo and build yourself from the Dockerfile in the src directory.
I PR'd an update to 3.3.4 quite a while back now, which was merged, but @Pe46dro didn't make a release. I also have a pending PR for the update to 3.3.5.
In addition to the lack of activity in issues, I think this is probably unmaintained (Pietro may be busy, that's fine).
There's an image for XBackBone from LinuxServer. LinuxServer do some great images, so it may be worth checking that out.
You can run the updater, but it won't persist unless you create a new image after updating. You can also just clone this repo and build yourself from the Dockerfile in the
srcdirectory.I PR'd an update to 3.3.4 quite a while back now, which was merged, but @Pe46dro didn't make a release. I also have a pending PR for the update to 3.3.5. In addition to the lack of activity in issues, I think this is probably unmaintained (Pietro may be busy, that's fine). There's an image for XBackBone from LinuxServer. LinuxServer do some great images, so it may be worth checking that out.
I've tried out the Linuxserver image but I like this one because mariadb is built in. Otherwise I have to connect the DB to an existing DB which I don't have setup. How would you recommend doing that? I don't want to use SQlite.
@geekedtv I would recommend doing that, yeah. You can use a MariaDB container in a docker compose with Linux server's XBackBone image. There's lots of docker compose examples for app+DB setups, so take a look at those if you need some inspiration.
I just made a release with 3.5.0 But i'm unable to publish a tag on docker registry at the moment (free account)