Skip to content

XBackBone

Docker Pulls GitHub Stars Compose Templates

Description

XBackBone is a simple and lightweight PHP file manager that supports the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIFs, video, code, formatted text, pdf, and file downloading and uploading. Also has a web UI with multi-user management, media gallery and search support.

Install/Setup

When installing the XBackBone container, the installer will install under the appdata directory as the root user and you will see errors as such:

Executing /opt/docker/provision/entrypoint.d/01-app.sh
PHP Fatal error:  Uncaught PDOException: SQLSTATE[HY000]
[14] unable to open database file in
/app/app/Database/DB.php:20

You need to update the permissions in your appdata folder for XBackBone. You can do so by running:

sudo chown -R $USER:$USER ~/.config/appdata/xbackbone/

Restart your container by running:

docker restart xbackbone