nibazshab / webnote

Web Notepad / 网页记事本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webnote

网页记事本,用于临时记录一些内容

使用说明

默认监听 10003 端口,数据以文件的形式明文储存在 webnote 文件同目录的 tmp 目录下(需要自己手动创建)

  1. 编译源代码
  2. 创建 tmp 目录
  3. 运行程序 ./webnote

编译步骤

git clone https://github.com/nibazshab/webnote.git
cd webnote
CGO_ENABLED=0 go build -ldflags="-s -w"

测试平台:Linux amd64

API

POST /{uid}

参数:t 文本内容

无响应

GET /{uid}

返回该链接所对应的文本内容

PLAN-B

  • 解决 favicon.ico 被重定向的问题

开源地址

https://github.com/nibazshab/webnote

Powered by https://github.com/pereorga/minimalist-web-notepad

许可证

MIT © ZShab Niba

About

Web Notepad / 网页记事本

License:MIT License


Languages

Language:Go 67.0%Language:HTML 33.0%