XBackBone
Description
XBackBone is a simple and lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, pdf, and file downloading and uploading. Also have a web UI with multi user management, media gallery and search support.
Install/Setup
Common Issues
After adding XBackBone and configuring the variables in your .env
file when you try to access http://<hostname>:80
you get a Connection Timed Out
error. Make sure to check the app logs by running:
docker logs xbackbone
If you see the following error:
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