From 2a4632e5e498f8765f62525e3a1b33b62ff10d6a Mon Sep 17 00:00:00 2001 From: waxgourd Date: Wed, 12 Jun 2024 17:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BA=86drawio=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B7=B2=E7=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drawio/CHANGELOG.md | 4 ++++ drawio/config.yaml | 2 +- emby/config.json | 2 +- filebrowser/config.json | 2 +- mpd/config.yaml | 2 +- nextcloud/config.json | 2 +- portainer/config.json | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drawio/CHANGELOG.md b/drawio/CHANGELOG.md index 0f42aa5..2697344 100644 --- a/drawio/CHANGELOG.md +++ b/drawio/CHANGELOG.md @@ -1,3 +1,7 @@ +### 24.5.2 (2024-06-07) + +- 版本升级 + ### 24.4.0 (2024-05-17) - 版本升级 diff --git a/drawio/config.yaml b/drawio/config.yaml index e1695ae..599d179 100644 --- a/drawio/config.yaml +++ b/drawio/config.yaml @@ -1,5 +1,5 @@ name: 'DrawIO' -version: '24.4.0' +version: '24.5.2' slug: 'drawio' codenotary: 'wghaos@163.com' description: "DrawIO是运行在浏览器中的在线绘图工具" diff --git a/emby/config.json b/emby/config.json index 37ff3fc..463ea00 100644 --- a/emby/config.json +++ b/emby/config.json @@ -72,7 +72,7 @@ "/dev/nvme2" ], "host_network": true, - "image": "ghcr.nju.edu.cn/alexbelgium/emby-{arch}", + "image": "ghcr.fastgh.com/alexbelgium/emby-{arch}", "ingress": true, "ingress_port": 0, "ingress_stream": true, diff --git a/filebrowser/config.json b/filebrowser/config.json index 81f0492..c73854e 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -63,7 +63,7 @@ "PGID": "0", "PUID": "0" }, - "image": "ghcr.nju.edu.cn/alexbelgium/filebrowser-{arch}", + "image": "ghcr.fastgh.com/alexbelgium/filebrowser-{arch}", "ingress": true, "ingress_stream": true, "map": [ diff --git a/mpd/config.yaml b/mpd/config.yaml index 6a27251..c79b2ff 100644 --- a/mpd/config.yaml +++ b/mpd/config.yaml @@ -13,7 +13,7 @@ arch: - aarch64 - amd64 - i386 -image: ghcr.nju.edu.cn/poeschl/ha-mpd-{arch} +image: ghcr.fastgh.com/poeschl/ha-mpd-{arch} init: false audio: true devices: diff --git a/nextcloud/config.json b/nextcloud/config.json index 050b86f..74f2287 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -80,7 +80,7 @@ "SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes" }, "hassio_api": true, - "image": "ghcr.nju.edu.cn/alexbelgium/nextcloud_ocr-{arch}", + "image": "ghcr.fastgh.com/alexbelgium/nextcloud_ocr-{arch}", "ingress_port": 0, "init": false, "map": [ diff --git a/portainer/config.json b/portainer/config.json index fb22d71..7f9db85 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -15,7 +15,7 @@ "host_network": true, "docker_api": true, "hassio_api": true, - "image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}", + "image": "ghcr.fastgh.com/alexbelgium/portainer-{arch}", "ingress": true, "ingress_port": 1337, "ingress_stream": true,