Go to file
jinql b8b10048c3 1. API外部接口可配置
2. 失败的url保存到文件中
2025-09-18 23:54:13 +08:00
conf 25.09.11 2025-09-11 14:41:01 +08:00
conf.default 25.09.11 2025-09-11 14:41:01 +08:00
favicon_app 1. API外部接口可配置 2025-09-18 23:54:13 +08:00
.dockerignore 25.09.16 update 2025-09-16 16:12:38 +08:00
.gitignore init 2025-09-10 00:06:54 +08:00
Dockerfile 25.09.16 update 2025-09-16 16:12:38 +08:00
LICENSE init 2025-09-10 00:06:54 +08:00
README.md init 2025-09-10 00:06:54 +08:00
docker-compose.yml 25.09.10 2025-09-10 15:36:18 +08:00
entrypoint.sh 25.09.16 update 2025-09-16 16:12:38 +08:00
favicon.ico init 2025-09-10 00:06:54 +08:00
favicon.png init 2025-09-10 00:06:54 +08:00
main.py 25.09.10 2025-09-10 15:36:18 +08:00
nginx.conf init 2025-09-10 00:06:54 +08:00
requirements.txt 25.09.16 update 2025-09-16 16:12:38 +08:00
run.py 25.09.10 2025-09-10 22:15:07 +08:00
setting.py 1. API外部接口可配置 2025-09-18 23:54:13 +08:00
startup.sh init 2025-09-10 00:06:54 +08:00

README.md

favicon-api-async

接口简介

接口演示

使用方式

  1. python3 -m pip install -r requirements.txt
  2. python3 run.py

生产使用

  1. python3 -m pip install -r requirements.txt
  2. chmod +x startup.sh && ./startup.sh

生产环境使用仅支持Linux或Docker运行

docker运行

  1. docker pull xinac721/favicon-api
  2. docker compose up -d

自行构建docker build -t favicon-api:latest .

API使用

https://api.xinac.net/icon/?url=https://www.baidu.com