🧰 纳入 FileCodeBox 1Panel 定制资料
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
## 默认账户信息
|
||||
|
||||
后端地址: `/#/admin`
|
||||
默认密码: `FileCodeBox2023`
|
||||
|
||||
## 产品介绍
|
||||
|
||||
文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件(FileCodeBox - File Express Cabinet - Anonymous Passcode Sharing Text, Files, Like Taking Express Delivery for Files)
|
||||
|
||||
## 主要特色
|
||||
|
||||
- [x] 轻量简洁:Fastapi+Sqlite3+Vue3
|
||||
- [x] 轻松上传:复制粘贴,拖拽选择
|
||||
- [x] 多种类型:文本,文件
|
||||
- [x] 防止爆破:错误次数限制
|
||||
- [x] 防止滥用:IP限制上传次数
|
||||
- [x] 口令分享:随机口令,存取文件,自定义次数以及有效期
|
||||
- [x] 国际化:支持中文和英文
|
||||
- [x] 匿名分享:无需注册,无需登录
|
||||
- [x] 管理面板:查看所有文件,删除文件
|
||||
- [x] 一键部署:docker一键部署
|
||||
- [x] 自由拓展:S3协议、本地文件流、webdav,可根据需求在storage文件中新增存储引擎
|
||||
- [x] 简单明了:适合新手练手项目
|
||||
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40157
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -0,0 +1,16 @@
|
||||
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
|
||||
@@ -0,0 +1,26 @@
|
||||
name: FileCodeBox
|
||||
tags:
|
||||
- 实用工具
|
||||
- 云存储
|
||||
title: 文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
description: 文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
additionalProperties:
|
||||
key: filecodebox
|
||||
name: FileCodeBox
|
||||
tags:
|
||||
- Storage
|
||||
- Tool
|
||||
shortDescZh: 文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件
|
||||
shortDescEn: File Express Cabinet - Anonymous Passcode Sharing Text, Files, Like
|
||||
Taking Express Delivery for Files
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
batchInstallSupport: true
|
||||
website: https://share.lanol.cn
|
||||
github: https://github.com/vastsa/FileCodeBox
|
||||
document: https://fcb-docs.aiuo.net
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user