Piping Server

Infinitely transfer between every device over pure HTTP with pipes or browsers.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.9"
services:
  piping-server-pkg:
    image: nwtgck/piping-server
    ports:
      - 8080:8080
	restart: unless-stopped

Resources

GitHub: https://github.com/nwtgck/piping-server

Docker Hub: https://hub.docker.com/r/nwtgck/piping-server

Configuration: https://github.com/nwtgck/piping-server#self-host-on-docker