tadeh85/packetshare

By tadeh85

โ€ขUpdated 6 months ago

PacketShare client (x86/ARM). Part of the Byte-Yield stack: https://github.com/tadeh85/byte-yield

Image
Networking
0

341

tadeh85/packetshare repository overview

โ PacketShare Docker Client

A lightweight, multi-architecture Docker image for PacketShare, a passive income application that allows you to earn money by sharing your unused internet bandwidth.

This image is automatically built for both x86_64 (Standard PC/Server) and ARM64 (Raspberry Pi 4, 5, etc.).

โ ๐Ÿ”— Part of the "Byte-Yield" Stack

This image is maintained as part of the Byte-Yield projectโ€”an all-in-one Docker cluster for passive income.

For the complete setup (including Honeygain, EarnApp, Traffmonetizer, and more), visit the main repository: ๐Ÿ‘‰ https://github.com/tadeh85/byte-yieldโ 


โ ๐Ÿš€ Usage

Option 1: Docker Compose (Recommended)

Add the following to your docker-compose.yml:

services:
  packetshare:
    image: tadeh85/packetshare:latest
    container_name: packetshare
    restart: unless-stopped
    # Pass arguments directly to the command
    command:
      - -accept-tos
      - [email protected]
      - -password=YOUR_PASSWORD

Option 2: Docker Run

If you want to run it as a standalone container:

docker run -d \
  --name packetshare \
  --restart=unless-stopped \
  tadeh85/packetshare:latest \
  -accept-tos [email protected] -password=your_password

โ โš™๏ธ Supported Architectures

This tag contains a multi-arch manifest. Docker will automatically pull the correct version for your hardware:

  • linux/amd64
  • linux/arm64

Tag summary

Content type

Image

Digest

sha256:aeb49e04dโ€ฆ

Size

29.4 MB

Last updated

6 months ago

docker pull tadeh85/packetshare