mrcolorrain/speedshare

By mrcolorrain

•Updated over 2 years ago

Unofficial SpeedShare img with latest features, automated setup, login and updates. Easy to use.

Image
Networking
Internet of things
Web analytics
1

10K+

mrcolorrain/speedshare repository overview

⁠SpeedShare Docker Image

Welcome to the Docker image repository for mrcolorrain/speedshare, an unofficial and updated image version of the SpeedShare⁠ software (SpeedShareCLI)šŸš€.

🌟 Leave a star here or on Github⁠ if you like this image! Thank you for your support. šŸ™‚

⁠Overview

This Docker image is designed to simplify the deployment of SpeedShare, making it accessible on various platforms with minimal effort. It is designed to be easy to use, with environment variables for configuration, automated setup and auto updates. Built on the lightweight Alpine Linux, it ensures a small footprint, enabling efficient and fast deployment.

⁠Features ✨

  • Lightweight Alpine Base: Benefit from the minimalistic approach of Alpine Linux, optimized for Docker environments.
  • Multi-Architecture Support: Seamlessly run on both x86_64 and arm64 architectures.
  • Easy Configuration: Get started quickly with minimal setup required.
  • Persistent Identity: Utilize a UUID to maintain device consistency across restarts.
  • Always Up-to-Date: With auto-updates, always run the latest version of SpeedShare CLI.

⁠Prerequisites

  • Docker installed on your host machine.
  • SpeedShare auth code
  • (Optional) an md5 UUID

⁠Usage

Deploying SpeedShare has never been easier. Use the following commands to start:

⁠Docker cli 🐳
docker run -d --name speedshare \
-h my_device \
-e CODE=your_authentication_code \
-e SPEEDSHARE_UUID=your_uuid \
mrcolorrain/speedshare 
⁠Docker compose 🐳
version: "3.9"
services:
  speedshare:
    container_name: speedshare
    hostname: my_device
    image: mrcolorrain/speedshare
    environment:
      - CODE=your_authentication_code
      - SPEEDSHARE_UUID=your_uuid
    restart: unless-stopped

⁠Support

For support and issues, please use the GitHub repository's issue tracker here⁠.

This image is an unofficial build and is not affiliated with SpeedShare.

⁠Contributing

Contributions to this Docker image are welcome. Please submit pull requests and issues to the GitHub repository here⁠.

⁠Want more? šŸ’µšŸ“ˆ

This image is also part of Money4Band, a free open-source project that runs various passive income apps in a safe, containerized environment. Turn your unused internet bandwidth into earnings! Why let your unused internet bandwidth go to waste? Start earning today! Check out the Money4Band project on here⁠ GitHub to get started.

Tag summary

Content type

Image

Digest

sha256:168373ac4…

Size

13 MB

Last updated

over 2 years ago

docker pull mrcolorrain/speedshare