mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 18:00:32 +08:00
feat: 上架 EasyImage2.0 (#1708)
This commit is contained in:
parent
040ef1313e
commit
2e649e2829
17
apps/easyimage2/2.8.5/data.yml
Normal file
17
apps/easyimage2/2.8.5/data.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40061
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: Asia/Shanghai
|
||||||
|
edit: true
|
||||||
|
envKey: TIME_ZONE
|
||||||
|
labelEn: Time zone
|
||||||
|
labelZh: 时区
|
||||||
|
required: true
|
||||||
|
type: text
|
22
apps/easyimage2/2.8.5/docker-compose.yml
Normal file
22
apps/easyimage2/2.8.5/docker-compose.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
services:
|
||||||
|
easyimage:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: ddsderek/easyimage:v2.8.5
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
|
volumes:
|
||||||
|
- ./data/config:/app/web/config
|
||||||
|
- ./data/i:/app/web/i
|
||||||
|
environment:
|
||||||
|
- TZ=${TIME_ZONE}
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- DEBUG=false
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
28
apps/easyimage2/README.md
Normal file
28
apps/easyimage2/README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# EasyImage2.0 简单图床
|
||||||
|
|
||||||
|
简单图床 - 一款功能强大无数据库的图床 2.0 版。
|
||||||
|
|
||||||
|
## 特点:
|
||||||
|
|
||||||
|
* [x] 支持API
|
||||||
|
* [x] 支持仅登录后上传
|
||||||
|
* [x] 支持设置图片质量
|
||||||
|
* [x] 支持压缩图片大小
|
||||||
|
* [x] 支持文字/图片水印
|
||||||
|
* [x] 支持设置图片指定宽/高
|
||||||
|
* [x] 支持上传图片转换为指定格式
|
||||||
|
* [x] 支持限制最低宽度/高度上传
|
||||||
|
* [x] 支持上传其他文件格式
|
||||||
|
* [x] 在线管理图片
|
||||||
|
* [x] 支持网站统计
|
||||||
|
* [x] 支持设置广告
|
||||||
|
* [x] 支持图片鉴黄
|
||||||
|
* [x] 支持自定义代码
|
||||||
|
* [x] 支持上传IP黑白名单
|
||||||
|
* [x] 支持上传日志IP定位
|
||||||
|
* [x] 支持限制日上传次数
|
||||||
|
* [x] 支持创建仅上传用户
|
||||||
|
* [x] 对于安装环境要求极低
|
||||||
|
* [x] 对于服务器性能要求极低
|
||||||
|
* [x] 理论上[支持所有常见格式](https://github.com/icret/EasyImages2.0/blob/master/docs/其他格式.md)
|
||||||
|
* [x] 更多功能支持请安装尝试···
|
19
apps/easyimage2/data.yml
Normal file
19
apps/easyimage2/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: EasyImage2.0
|
||||||
|
tags:
|
||||||
|
- 实用工具
|
||||||
|
title: 一款功能强大无数据库的图床 2.0 版
|
||||||
|
description: 一款功能强大无数据库的图床 2.0 版
|
||||||
|
additionalProperties:
|
||||||
|
key: easyimage2
|
||||||
|
name: EasyImage2.0
|
||||||
|
tags:
|
||||||
|
- Tool
|
||||||
|
shortDescZh: 一款功能强大无数据库的图床 2.0 版
|
||||||
|
shortDescEn: A powerful database-free graph bed version 2.0
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://github.com/icret/EasyImages2.0
|
||||||
|
github: https://github.com/icret/EasyImages2.0
|
||||||
|
document: https://icret.github.io/EasyImages2.0/
|
BIN
apps/easyimage2/logo.png
Normal file
BIN
apps/easyimage2/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
x
Reference in New Issue
Block a user