![]() This reverts commit
|
||
---|---|---|
conf | ||
conf.default | ||
favicon_app | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
entrypoint.sh | ||
favicon.ico | ||
favicon.png | ||
main.py | ||
nginx.conf | ||
requirements.txt | ||
run.py | ||
setting.py | ||
startup.sh |
README.md
favicon-api-v3
接口简介
接口演示
使用方式
- python3 -m pip install -r requirements.txt
- python3 run.py
生产使用
- python3 -m pip install -r requirements.txt
- chmod +x startup.sh && ./startup.sh
生产环境使用仅支持Linux或Docker运行
docker运行
- docker pull xinac721/favicon-api
- docker compose up -d
自行构建:docker build -t favicon-api:latest .