cypggs / textweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textweb

本网站完全由chatgpt生成,主要使用GPT4

功能是一个简易版本的记事本编辑器,方便临时记录一些东西,在多个设备切换

架构:Flask + SQLite

Install

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

访问 http://127.0.0.1:80

Demo: https://yqhsivraveif.cloud.sealos.io/

Build

Build

git clone https://github.com/cypggs/textweb.git
cd textweb
sh cd.sh

About

License:GNU General Public License v3.0


Languages

Language:HTML 68.5%Language:Python 26.9%Language:Shell 3.1%Language:Dockerfile 1.5%