Skip to content

fghwett/minimalist-web-notepad

Repository files navigation

minimalist-web-notepad

一款带API的开源轻量级简洁在线笔记本。

demo

剪切板

项目地址

部署

1. 源码部署

需要GO环境才能运行( 安装Go环境 )

git clone https://github.com/fghwett/minimalist-web-notepad.git

cd minimalist-web-notepad

go run ./

可采用 nohupscreen 后台运行程序

2. docker-compose部署

需要主机上已经有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,其他平台需要自行编译测试

API

  1. 修改剪切板内容

    GET/POST https://example.com/clipname?text=your content

  2. 获取剪切板内容

    GET https://example.com/clipname?raw

相关链接

About

Temporary web version notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published