add charles license

This commit is contained in:
2022-04-22 15:10:24 +08:00
parent 0f2871735d
commit 45587e3efd
2 changed files with 20 additions and 0 deletions

5
charlesLicense/README.md Normal file
View File

@@ -0,0 +1,5 @@
## Charles License 生成器
[Github地址](https://github.com/malaohu/CharlesLicense)
http://127.0.0.1:8080/charles/keygen/yourname

View File

@@ -0,0 +1,15 @@
version: "3.0"
services:
app:
container_name: charles-license
image: malaohu/charleslicense
ports:
- "8080:8080"
networks:
nginx:
aliases:
- nsfw_api
networks:
nginx:
external: true