mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 20:38:28 +08:00
升级了alist、emulatorjs-zh、nextcloud、portainer、xiaoya-alist、zigbee2mqtt
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
### 3.37.4(2024-09-26)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### 3.36.0 (2024-07-22)
|
### 3.36.0 (2024-07-22)
|
||||||
|
|
||||||
- 版本升级
|
- 版本升级
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: Alist
|
|||||||
slug: alist
|
slug: alist
|
||||||
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
|
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
version: 3.36.0
|
version: 3.37.4
|
||||||
image: wghaos/alist
|
image: wghaos/alist
|
||||||
codenotary: wghaos@163.com
|
codenotary: wghaos@163.com
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
### 1.9.2(2024-09-19)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### 1.9.0(2024-04-08)
|
### 1.9.0(2024-04-08)
|
||||||
|
|
||||||
- 版本升级
|
- 版本升级
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "游戏机模拟器",
|
"name": "游戏机模拟器",
|
||||||
"version": "1.9.0",
|
"version": "1.9.2",
|
||||||
"slug": "emulatorjs-zh",
|
"slug": "emulatorjs-zh",
|
||||||
"codenotary": "wghaos@163.com",
|
"codenotary": "wghaos@163.com",
|
||||||
"description": "基于web浏览器的模拟器,己移植众多复古游戏机。它是Libretro和EmulatorJS之间混合使用模拟器",
|
"description": "基于web浏览器的模拟器,己移植众多复古游戏机。它是Libretro和EmulatorJS之间混合使用模拟器",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
## 29.0.7 (14-09-2024)
|
||||||
|
- 升级到linuxserver/docker-nextcloud最新版本
|
||||||
|
## 29.0.6 (07-09-2024)
|
||||||
|
- 升级到linuxserver/docker-nextcloud最新版本
|
||||||
|
## 29.0.5 (24-08-2024)
|
||||||
|
- 升级到linuxserver/docker-nextcloud最新版本
|
||||||
## 29.0.4-4 (23-08-2024)
|
## 29.0.4-4 (23-08-2024)
|
||||||
- 修正了已知错误
|
- 修正了已知错误
|
||||||
## 29.0.4-3 (22-08-2024)
|
## 29.0.4-3 (22-08-2024)
|
||||||
|
|||||||
@@ -77,7 +77,8 @@
|
|||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"NEXTCLOUD_PATH": "/data/config/www/nextcloud",
|
"NEXTCLOUD_PATH": "/data/config/www/nextcloud",
|
||||||
"SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes"
|
"SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes",
|
||||||
|
"TRUSTED_PROXIES": "**"
|
||||||
},
|
},
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"image": "m.fashgh.com/alexbelgium/nextcloud_ocr-{arch}",
|
"image": "m.fashgh.com/alexbelgium/nextcloud_ocr-{arch}",
|
||||||
@@ -93,7 +94,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"Full_Text_Search": false,
|
"Full_Text_Search": false,
|
||||||
"OCR": false,
|
"OCR": false,
|
||||||
"OCRLANG": "chi_sim",
|
"OCRLANG": "fra",
|
||||||
"PGID": 1000,
|
"PGID": 1000,
|
||||||
"PUID": 1000,
|
"PUID": 1000,
|
||||||
"additional_apps": "inotify-tools",
|
"additional_apps": "inotify-tools",
|
||||||
@@ -104,6 +105,7 @@
|
|||||||
"trusted_domains": "your-domain, your-domain2",
|
"trusted_domains": "your-domain, your-domain2",
|
||||||
"use_own_certs": false
|
"use_own_certs": false
|
||||||
},
|
},
|
||||||
|
"panel_admin": false,
|
||||||
"panel_icon": "mdi:cloud",
|
"panel_icon": "mdi:cloud",
|
||||||
"ports": {
|
"ports": {
|
||||||
"443/tcp": 8099,
|
"443/tcp": 8099,
|
||||||
@@ -149,7 +151,7 @@
|
|||||||
"uart": true,
|
"uart": true,
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://gitcode.com/waxgourd/addons",
|
"url": "https://gitcode.com/waxgourd/addons",
|
||||||
"version": "29.0.4-4",
|
"version": "29.0.7",
|
||||||
"webui": "https://[HOST]:[PORT:443]",
|
"webui": "https://[HOST]:[PORT:443]",
|
||||||
"boot": "manual"
|
"boot": "manual"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
### 2.21.1 (26-09-2024)
|
||||||
|
从portaler/portaliner更新到最新版本(更改日志:https://github.com/portainer/portainer/releases)
|
||||||
|
|
||||||
### 2.21.0 (02-09-2024)
|
### 2.21.0 (02-09-2024)
|
||||||
从portaler/portaliner更新到最新版本(更改日志:https://github.com/portainer/portainer/releases)
|
从portaler/portaliner更新到最新版本(更改日志:https://github.com/portainer/portainer/releases)
|
||||||
|
|
||||||
|
|||||||
@@ -55,5 +55,5 @@
|
|||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://gitcode.com/waxgourd/addons",
|
"url": "https://gitcode.com/waxgourd/addons",
|
||||||
"version": "2.21.0"
|
"version": "2.21.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
### hostmode-2024092309 (2024092309)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### hostmode-8-beta (2024-07-01)
|
### hostmode-8-beta (2024-07-01)
|
||||||
|
|
||||||
- 版本升级
|
- 版本升级
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
### latest-2024092309 (2024-09-23)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### 1.1 (2024-09-06)
|
### 1.1 (2024-09-06)
|
||||||
|
|
||||||
- 版本升级
|
- 版本升级
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
## 1.40.1-1
|
||||||
|
- 升级Zigbee2MQTT最新版本 [`1.40.1`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.40.1)
|
||||||
## 1.40.0-1
|
## 1.40.0-1
|
||||||
- 升级Zigbee2MQTT最新版本 [`1.40.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.40.0)
|
- 升级Zigbee2MQTT最新版本 [`1.40.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.40.0)
|
||||||
## 1.39.1-1
|
## 1.39.1-1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Zigbee2MQTT",
|
"name": "Zigbee2MQTT",
|
||||||
"version": "1.40.0-1",
|
"version": "1.40.1-1",
|
||||||
"slug": "zigbee2mqtt",
|
"slug": "zigbee2mqtt",
|
||||||
"description": "可以自定义ZigBee的接收连接器",
|
"description": "可以自定义ZigBee的接收连接器",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user