mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
feat:添加ugly-avatar到列表
This commit is contained in:
parent
3231609635
commit
42ea1b4426
3
apps/ugly-avatar/README.md
Normal file
3
apps/ugly-avatar/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# ugly-face
|
||||
|
||||
This project is under Attribution-NonCommercial 4.0 International License. This means no commercial use for the project. I thought about this for a time. If you want to use this as part of your website that needs an avatar generator, you are free to use it. If you however, buid an app solely on this code as your main project, I am highly against that practice. I don't want to have the frustration of "oh someone copied my code and made money with it".
|
19
apps/ugly-avatar/data.yml
Normal file
19
apps/ugly-avatar/data.yml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Ugly Avatar
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 丑陋头像生成器
|
||||
description: 丑陋头像生成器
|
||||
additionalProperties:
|
||||
key: ugly-avatar
|
||||
name: Ugly Avatar
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 丑陋头像生成器
|
||||
shortDescEn: Ugly Avatar Generator
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://txstc55.github.io/ugly-avatar
|
||||
github: https://github.com/txstc55/ugly-avatar
|
||||
document: https://github.com/txstc55/ugly-avatar
|
2
apps/ugly-avatar/latest/.env.sample
Normal file
2
apps/ugly-avatar/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="ugly-avatar"
|
||||
PANEL_APP_PORT_HTTP="40240"
|
10
apps/ugly-avatar/latest/data.yml
Normal file
10
apps/ugly-avatar/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40240
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
15
apps/ugly-avatar/latest/docker-compose.yml
Normal file
15
apps/ugly-avatar/latest/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
ugly-avatar:
|
||||
image: joesonshaw/ugly-face:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
BIN
apps/ugly-avatar/logo.png
Normal file
BIN
apps/ugly-avatar/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue
Block a user