local-paste:用于家庭网络的轻量级Pastebin,可能会或可能不会连接到互联网

时间:2024-06-03 07:07:14
【文件属性】:

文件名称:local-paste:用于家庭网络的轻量级Pastebin,可能会或可能不会连接到互联网

文件大小:1.9MB

文件格式:ZIP

更新时间:2024-06-03 07:07:14

python docker lightweight raspberrypi docker-image

本地粘贴 LocalPaste是一种轻量级的pastebin,可以托管在RaspberryPi上。 安装 $ git clone https://github.com/girish946/local-paste $ cd local-paste $ python3 -m venv env $ source env/bin/activate $ pip install -r requirements.txt 如果您使用pipenv ,则说明如下。 $ git clone https://github.com/girish946/local-paste $ cd local-paste $ pipenv install $ pipenv shell 用法 $ python startLp.py --port 8000 使用金枪鱼 $ gunicorn wsgi:app -b 0.0.0.0


网友评论