mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
修改国内镜像出错的问题
This commit is contained in:
@@ -16,6 +16,6 @@ ingress: true
|
|||||||
ingress_port: 8966
|
ingress_port: 8966
|
||||||
ingress_stream: true
|
ingress_stream: true
|
||||||
startup: services
|
startup: services
|
||||||
image: docker.nju.edu.cn/jason5ng32/myip
|
image: jason5ng32/myip
|
||||||
ports:
|
ports:
|
||||||
8966/tcp: 8966
|
8966/tcp: 8966
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ slug: alist
|
|||||||
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
|
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
version: v3.30.0
|
version: v3.30.0
|
||||||
image: docker.nju.edu.cn/wghaos/alist
|
image: wghaos/alist
|
||||||
codenotary: wghaos@163.com
|
codenotary: wghaos@163.com
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "ghcr.nju.edu.cn/alexbelgium/emby-{arch}",
|
"image": "ghcr.io/alexbelgium/emby-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 0,
|
"ingress_port": 0,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0"
|
"PUID": "0"
|
||||||
},
|
},
|
||||||
"image": "ghcr.nju.edu.cn/alexbelgium/filebrowser-{arch}",
|
"image": "ghcr.io/alexbelgium/filebrowser-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
"map": [
|
"map": [
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ arch:
|
|||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
- i386
|
- i386
|
||||||
image: ghcr.nju.edu.cn/poeschl/ha-mpd-{arch}
|
image: ghcr.io/poeschl/ha-mpd-{arch}
|
||||||
init: false
|
init: false
|
||||||
audio: true
|
audio: true
|
||||||
devices:
|
devices:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"description": "轻松管理您的Docker环境",
|
"description": "轻松管理您的Docker环境",
|
||||||
"docker_api": true,
|
"docker_api": true,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"image": "ghcr.nju.edu.cn/alexbelgium/portainer-{arch}",
|
"image": "ghcr.io/alexbelgium/portainer-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 1337,
|
"ingress_port": 1337,
|
||||||
"ingress_stream": true,
|
"ingress_stream": true,
|
||||||
|
|||||||
@@ -70,5 +70,5 @@
|
|||||||
"rtscts": "bool?"
|
"rtscts": "bool?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"image": "docker.nju.edu.cn/zigbee2mqtt/zigbee2mqtt-{arch}"
|
"image": "zigbee2mqtt/zigbee2mqtt-{arch}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user