本网站完全由chatgpt生成,主要使用GPT4
功能是一个简易版本的记事本编辑器,方便临时记录一些东西,在多个设备切换
Use docker
docker run -dit --name textweb -p 80:88 --network my_network --restart always -v /home/opc/textweb/contents.db:/app/contents.db cypggs/textweb
Demo: https://yqhsivraveif.cloud.sealos.io/
Build
git clone https://github.com/cypggs/textweb.git
cd textweb
sh cd.sh