speedshare
Unofficial SpeedShare img with latest features, automated setup, login and updates. Easy to use.
10K+
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. š
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.
Deploying SpeedShare has never been easier. Use the following commands to start:
docker run -d --name speedshare \
-h my_device \
-e CODE=your_authentication_code \
-e SPEEDSHARE_UUID=your_uuid \
mrcolorrain/speedshare
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
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.
Contributions to this Docker image are welcome. Please submit pull requests and issues to the GitHub repository hereā .
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.
Content type
Image
Digest
sha256:168373ac4ā¦
Size
13 MB
Last updated
over 2 years ago
docker pull mrcolorrain/speedshare