XBackBone App
About
XBackBone is a simple and lightweight PHP file manager that support the instant sharing tool ShareX and UNIX systems.
- Questions? Ask in the Cloudron Forum - XBackBone
- XBackBone Website
- XBackBone forum
- XBackBone issue tracker
Registration
Registration is disabled by default. This can be enabled in System
-> System Settings
.
ShareX setup
ShareX can be set up to upload images to a XBackBone instance as follows:
- Download Client configuration from
Profile
->Client Configuration
->ShareX
.
- Upload the client configuration in ShareX.
Destinations
->Custom uploader
. Then,Import
->From file
- Change the default Image uploader location to your custom uploader.
File upload size
Change the following values in /app/data/php.ini
using the File manager:
post_max_size = 256M
upload_max_filesize = 256M
memory_limit = 256M
Be sure to restart the app after making any changes.