web共享剪切板
目录
[TOC]
样图:

github项目地址
https://github.com/TransparentLC/cloud-clipboard
docker-cli:
docker pull chenqiyux/lan-clip:latest
docker container run -d -p 22222:9501 chenqiyux/lan-clip
docker-compose.yml:
version: '3'
services:
lan-clip:
image: chenqiyux/lan-clip
ports:
- "22222:9501"
restart: unless-stopped
没必要用compose
但是我乐意
通过curl在房间test中发送hola
curl -X POST 'http://ip:22222/text?room=test' -H 'Content-Type: text/plain' --data "hola"