一款带API的开源轻量级简洁在线笔记本。
需要GO环境才能运行( 安装Go环境 )
git clone https://github.com/fghwett/minimalist-web-notepad.git
cd minimalist-web-notepad
go run ./
可采用
nohup
或screen
后台运行程序
需要主机上已经有docker或docker-compose
wget -O https://raw.githubusercontent.com/fghwett/minimalist-web-notepad/main/docker-compose.yml
docker-compose up -d
目前docker镜像支持linux/amd64 linux/arm linux/arm64,其他平台需要自行编译测试
-
修改剪切板内容
GET/POST https://example.com/clipname?text=your content
-
获取剪切板内容