mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 03:18:27 +08:00
首次推出kodbox;升级了filebrowser、knxd;
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 2.55.0 (2026-01-21)
|
||||||
|
- 从filebrowser/filebrowser更新到最新版本 (更新日志 : https://github.com/filebrowser/filebrowser/releases)
|
||||||
## 2.54.0-2 (14-01-2026)
|
## 2.54.0-2 (14-01-2026)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
|
|
||||||
|
|||||||
@@ -122,5 +122,5 @@ schema:
|
|||||||
slug: filebrowser
|
slug: filebrowser
|
||||||
udev: true
|
udev: true
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
version: "2.54.0-2"
|
version: "2.55.0"
|
||||||
boot: manual
|
boot: manual
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
|
||||||
|
- fixed validation of the add-on configuration to not require a defined device option for certain interface types (IP based interfaces as well as USB)
|
||||||
|
|
||||||
## 0.5.2
|
## 0.5.2
|
||||||
|
|
||||||
- updated the definition of the default value for the "device" config option so that the visual editor will also render this option as optional.
|
- updated the definition of the default value for the "device" config option so that the visual editor will also render this option as optional.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||||
name: KNXD daemon
|
name: KNXD daemon
|
||||||
version: "0.5.2"
|
version: "0.6.1"
|
||||||
slug: knxd
|
slug: knxd
|
||||||
description: KNXD守护进程可用于通过TPUART或USB总线适配器创建KNX/IP网关
|
description: KNXD守护进程可用于通过TPUART或USB总线适配器创建KNX/IP网关
|
||||||
url: https://github.com/da-anda/hass-io-addons/tree/main/knxd
|
url: https://github.com/da-anda/hass-io-addons/tree/main/knxd
|
||||||
|
|||||||
2
kodbox/CHANGELOG.md
Normal file
2
kodbox/CHANGELOG.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
### 1.64.05(2026-01-27)
|
||||||
|
- 首次推出
|
||||||
50
kodbox/DOCS.md
Normal file
50
kodbox/DOCS.md
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# kodbox 可道云企业网盘
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
在线文档管理,共享文件夹
|
||||||
|
### 🛠️ 安装方法
|
||||||
|
**通过 GitHub 仓库(推荐)**
|
||||||
|
1. 进入 设置 → 加载项 → 加载项商店
|
||||||
|
1. 点击右上角菜单 → 仓库
|
||||||
|
1. 添加仓库地址:https://github.com/waxgourd/addons
|
||||||
|
1. 在商店中找到 kodbox 并点击安装
|
||||||
|
|
||||||
|
## 通过环境变量自动配置
|
||||||
|
本插件**仅通过 env_vars 配置**,kodbox容器支持通过环境变量自动配置。您可以在首次运行时预先配置安装页面上要求的所有内容。要启用自动配置,请通过以下环境变量设置数据库连接。
|
||||||
|
|
||||||
|
**MYSQL/MariaDB**:
|
||||||
|
|
||||||
|
- `MYSQL_DATABASE` 数据库名.
|
||||||
|
- `MYSQL_USER` 数据库用户.
|
||||||
|
- `MYSQL_PASSWORD` 数据库用户密码.
|
||||||
|
- `MYSQL_HOST` 数据库服务地址.
|
||||||
|
- `MYSQL_PORT` 数据库端口,默认3306
|
||||||
|
|
||||||
|
如果设置了任何值,则在首次运行时不会在安装页面中询问这些值。通过使用数据库类型的所有变量完成配置后,您可以通过设置管理员和密码(仅当您同时设置这两个值时才有效)来配置kodbox实例:
|
||||||
|
|
||||||
|
- `KODBOX_ADMIN_USER` 管理员用户名.
|
||||||
|
- `KODBOX_ADMIN_PASSWORD` 管理员密码.
|
||||||
|
- `RANDOM_ADMIN_PASSWORD` 值为·true·时生成随机密码,从日志查看.
|
||||||
|
|
||||||
|
**redis/memcached**:
|
||||||
|
|
||||||
|
- `REDIS_HOST` redis地址.
|
||||||
|
- `REDIS_PASSWORD` redis密码.
|
||||||
|
|
||||||
|
**uid/gid**:
|
||||||
|
|
||||||
|
- `PUID`代表站点运行用户nginx的用户uid
|
||||||
|
- `PGID`代表站点运行用户nginx的用户组gid
|
||||||
|
|
||||||
|
**PHP参数**
|
||||||
|
|
||||||
|
- `FPM_MAX` php-fpm最大进程数, 默认50
|
||||||
|
- `FPM_START` php-fpm初始进程数, 默认10
|
||||||
|
- `FPM_MIN_SPARE` php-fpm最小空闲进程数, 默认10
|
||||||
|
- `FPM_MAX_SPARE` php-fpm最大空闲进程数, 默认30
|
||||||
|
|
||||||
|
## 其他设置
|
||||||
|
|
||||||
|
- [自定义容器IP](https://docs.kodcloud.com/setup/docker/#ip)
|
||||||
|
- [挂载NFS卷](https://docs.kodcloud.com/setup/docker/#nfs)
|
||||||
|
- [挂载SMB卷](https://docs.kodcloud.com/setup/docker/#cifssmb)
|
||||||
30
kodbox/README.md
Normal file
30
kodbox/README.md
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# 冬瓜甄选Addons: kodbox 可道云企业网盘
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
多云存储 • 在线文档管理 • 协同办公。
|
||||||
|
kodbox可道云(原KodExplorer)是业内领先的企业私有云和在线文档管理系统,
|
||||||
|
为个人网站、企业私有云部署、网络存储、在线文档管理、在线办公等提供安全可控,简便易用、可高度定制的私有云产品。
|
||||||
|
采用windows风格界面、操作习惯,无需适应即可快速上手,支持几百种常用文件格式的在线预览、播放和编辑, 环境友好,功能强大,是一款一经试用,就再也离不开的私有云产品。
|
||||||
|
同时你也可以将此程序二次开发整合到你现有的系统。
|
||||||
|
|
||||||
|
## 源
|
||||||
|
官网:https://kodcloud.com/product/kodbox/
|
||||||
|
|
||||||
|
github: https://github.com/kalcaddle/kodbox
|
||||||
|
|
||||||
|
github(docker): https://github.com/KodCloud-dev/docker.git
|
||||||
|
|
||||||
|
码云: https://gitee.com/kalcaddle/KODExplorer
|
||||||
|
|
||||||
|
gitcode: https://gitcode.com/kalcaddle/kodbox
|
||||||
|
|
||||||
|
docs: https://docs.kodcloud.com/
|
||||||
|
|
||||||
|
docker: https://hub.docker.com/r/kodcloud/kodbox
|
||||||
|
|
||||||
|
|
||||||
|
## 其他设置
|
||||||
|
|
||||||
|
- [自定义容器IP](https://docs.kodcloud.com/setup/docker/#ip)
|
||||||
|
- [挂载NFS卷](https://docs.kodcloud.com/setup/docker/#nfs)
|
||||||
|
- [挂载SMB卷](https://docs.kodcloud.com/setup/docker/#cifssmb)
|
||||||
31
kodbox/config.yaml
Normal file
31
kodbox/config.yaml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
name: "kodbox 可道云企业网盘"
|
||||||
|
version: "1.64.05"
|
||||||
|
slug: "kodbox"
|
||||||
|
description: "一款强大的私有网盘系统,支持文件管理、在线预览、团队协作"
|
||||||
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
image: r.hassbus.com/wghaos/kodbox
|
||||||
|
init: false
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- aarch64
|
||||||
|
startup: "services"
|
||||||
|
map:
|
||||||
|
- type: addon_config
|
||||||
|
read_only: false
|
||||||
|
path: /var/www/html
|
||||||
|
- ssl:ro
|
||||||
|
- share:rw
|
||||||
|
ports:
|
||||||
|
80/tcp: 8080
|
||||||
|
443/tcp: 443
|
||||||
|
ports_description:
|
||||||
|
80/tcp: "Web interface"
|
||||||
|
443/tcp: "Https Web Interface"
|
||||||
|
webui: "[PROTO:http]://[HOST]:[PORT:8080]"
|
||||||
|
boot: manual
|
||||||
|
options:
|
||||||
|
env_vars: []
|
||||||
|
schema:
|
||||||
|
env_vars:
|
||||||
|
- name: match(^[A-Za-z0-9_]+$)?
|
||||||
|
value: str?
|
||||||
BIN
kodbox/icon.png
Normal file
BIN
kodbox/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
kodbox/logo.png
Normal file
BIN
kodbox/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Reference in New Issue
Block a user