diff --git a/images/docker-xbackbone/index.html b/images/docker-xbackbone/index.html index 729ddbf6d9..0c9cc25fa4 100644 --- a/images/docker-xbackbone/index.html +++ b/images/docker-xbackbone/index.html @@ -1,4 +1,4 @@ - xbackbone - LinuxServer.io
Skip to content

linuxserver/xbackbone

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Xbackbone is a simple, self-hosted, 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, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support.

xbackbone

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/xbackbone:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the WebUI at <your-ip>:80/443. Follow the installation wizard. For more information, check out XBackBone.

If you want to change the PHP max upload size you can override the php.ini file by adding options in /config/php/php-local.ini

Example:

  upload_max_filesize = 25M
+ xbackbone - LinuxServer.io       

linuxserver/xbackbone

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Xbackbone is a simple, self-hosted, 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, and file downloading and uploading. Also have a web UI with multi user management, past uploads history and search support.

xbackbone

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/xbackbone:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the WebUI at <your-ip>:80/443. Follow the installation wizard. For more information, check out XBackBone.

If you want to change the PHP max upload size you can override the php.ini file by adding options in /config/php/php-local.ini

Example:

  upload_max_filesize = 25M
   post_max_size = 25M
 

For reverse proxying, remember to change the base_url in /config/www/xbackbone/config.php to your domain if you initially set up the application with a local url. E.g. 'base_url' => 'https://images.yourdomain.com',

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
@@ -53,4 +53,4 @@
   --pull \
   -t lscr.io/linuxserver/xbackbone:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 19.01.23: - Rebase to alpine 3.17 with php8.1.
  • 04.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 01.11.22: - Move application install to /app/www/public, add migration notices for existing users. Container updates should now update the application correctly
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 02.08.22: - Added note about updating.
  • 06.06.21: - Initial Release.

Last update: October 8, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 13.04.23: - Move ssl.conf include to default.conf.
  • 19.01.23: - Rebase to alpine 3.17 with php8.1.
  • 04.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 01.11.22: - Move application install to /app/www/public, add migration notices for existing users. Container updates should now update the application correctly
  • 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
  • 02.08.22: - Added note about updating.
  • 06.06.21: - Initial Release.

Last update: November 19, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index e5351d0890..da6bfd3404 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ