refactor: 部分应用优化 (#686)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 12345
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -1,10 +0,0 @@
|
||||
version: "3"
|
||||
services:
|
||||
filecodebox:
|
||||
image: lanol/filecodebox:beta
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
volumes:
|
||||
- /opt/FileCodeBox/:/app/data
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:12345
|
||||
@@ -1,12 +1,13 @@
|
||||
## 默认账户信息
|
||||
|
||||
```
|
||||
后端地址:`/#/admin`
|
||||
后台密码:`FileCodeBox2023`
|
||||
```
|
||||
|
||||
# FileCodeBox
|
||||
|
||||
匿名口令分享文本,文件,像拿快递一样取文件
|
||||
|
||||
## 默认信息
|
||||
|
||||
后端地址:`/#/admin`
|
||||
|
||||
后台密码:`FileCodeBox2023`
|
||||
文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
|
||||
## 主要特色
|
||||
|
||||
@@ -22,4 +23,3 @@
|
||||
- [x] 一键部署:docker一键部署
|
||||
- [x] 自由拓展:S3协议、本地文件流,可根据需求在storage文件中新增存储引擎
|
||||
- [x] 简单明了:适合新手练手项目
|
||||
- [x] 终端下载:wget https://share.lanol.cn/share/select?code=83432
|
||||
|
||||
10
apps/filecodebox/beta/data.yml
Normal file
10
apps/filecodebox/beta/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40157
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
17
apps/filecodebox/beta/docker-compose.yml
Normal file
17
apps/filecodebox/beta/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
services:
|
||||
filecodebox:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: lanol/filecodebox:beta
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:12345"
|
||||
volumes:
|
||||
- "./data:/app/data"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
@@ -1,13 +1,20 @@
|
||||
name: FileCodeBox
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
type: 实用工具
|
||||
description: 文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
additionalProperties:
|
||||
key: filecodebox #应用的 key,仅限英文,用于在 Linux 创建文件夹
|
||||
name: FileCodeBox #应用名称
|
||||
tags:
|
||||
- Tool #应用标签,可以有多个,请参照下方的标签列表
|
||||
shortDescZh: 匿名口令分享文本,文件,像拿快递一样取文件 #应用中文描述,不要超过30个字
|
||||
shortDescEn: Anonymous password sharing text, files, retrieve files like taking a courier #应用英文描述
|
||||
type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
|
||||
crossVersionUpdate: true #是否可以跨大版本升级
|
||||
limit: 1 #应用安装数量限制,0 代表无限制
|
||||
website: https://share.lanol.cn #官网地址
|
||||
github: https://github.com/vastsa/FileCodeBox #github 地址
|
||||
document: https://github.com/vastsa/FileCodeBox #文档地址
|
||||
key: filecodebox
|
||||
name: FileCodeBox
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
shortDescEn: File Express Cabinet - Anonymous Passcode Sharing Text, Files, Like Taking Express Delivery for Files
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://share.lanol.cn
|
||||
github: https://github.com/vastsa/FileCodeBox
|
||||
document: https://github.com/vastsa/FileCodeBox
|
||||
Reference in New Issue
Block a user