mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:添加pic-smaller到列表
This commit is contained in:
parent
14a104889b
commit
db97c6fa99
2
apps/pic-smaller/20240517/.env.sample
Normal file
2
apps/pic-smaller/20240517/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="pic-smaller"
|
||||||
|
PANEL_APP_PORT_HTTP="40253"
|
10
apps/pic-smaller/20240517/data.yml
Normal file
10
apps/pic-smaller/20240517/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40253
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
16
apps/pic-smaller/20240517/docker-compose.yml
Normal file
16
apps/pic-smaller/20240517/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
pic-smaller:
|
||||||
|
image: "vimiix/pic-smaller:20240517"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
3
apps/pic-smaller/README.md
Normal file
3
apps/pic-smaller/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Pic Smaller (图小小)
|
||||||
|
|
||||||
|
**Pic Smaller** is a super easy-to-use online image compression tool. Its UI is intuitive and supports compression configuration. At the same time, because it is purely local compression without any server-side logic, it is completely safe.
|
21
apps/pic-smaller/data.yml
Normal file
21
apps/pic-smaller/data.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Pic Smaller
|
||||||
|
tags:
|
||||||
|
- 实用工具
|
||||||
|
- 多媒体
|
||||||
|
title: 智能图片压缩工具
|
||||||
|
description: 智能压缩 JPEG、PNG、WEBP、AVIF、SVG 和 GIF 图片
|
||||||
|
additionalProperties:
|
||||||
|
key: pic-smaller
|
||||||
|
name: Pic Smaller
|
||||||
|
tags:
|
||||||
|
- Tool
|
||||||
|
- Media
|
||||||
|
shortDescZh: 智能压缩 JPEG、PNG、WEBP、AVIF、SVG 和 GIF 图片
|
||||||
|
shortDescEn: Compress JPEG, PNG, WEBP, AVIF, SVG and GIF images intelligently
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://picsmaller.com
|
||||||
|
github: https://github.com/joye61/pic-smaller
|
||||||
|
document: https://github.com/joye61/pic-smaller
|
2
apps/pic-smaller/latest/.env.sample
Normal file
2
apps/pic-smaller/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="pic-smaller"
|
||||||
|
PANEL_APP_PORT_HTTP="40253"
|
10
apps/pic-smaller/latest/data.yml
Normal file
10
apps/pic-smaller/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40253
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
16
apps/pic-smaller/latest/docker-compose.yml
Normal file
16
apps/pic-smaller/latest/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
pic-smaller:
|
||||||
|
image: "vimiix/pic-smaller:latest"
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
BIN
apps/pic-smaller/logo.png
Normal file
BIN
apps/pic-smaller/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue
Block a user