XBackBone

A simple, fast and lightweight file manager with instant sharing tools integration, like ShareX (a free and open-source screenshot utility for Windows).

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
  xbackbone:
    image: lscr.io/linuxserver/xbackbone:latest
    container_name: xbackbone
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
    ports:
      - 80:80
      - 443:443
    restart: unless-stopped

Resources

Website: https://xbackbone.app/

GitHub: https://github.com/SergiX44/XBackBone

Docker Hub: https://hub.docker.com/r/linuxserver/xbackbone

Configuration: https://github.com/linuxserver/docker-xbackbone