Update: ddns-go, ChatGPT-Next-Web, Alist (#211)

This commit is contained in:
Cp0204 2023-07-15 15:13:56 +08:00 committed by GitHub
parent eb311d9ea9
commit 1a5b06584e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 22 additions and 131 deletions

View File

@ -1,7 +1,7 @@
name: alist name: alist
services: services:
alist: alist:
image: xhofe/alist:v3.19.0 image: xhofe/alist:v3.21.0
deploy: deploy:
resources: resources:
reservations: reservations:

View File

@ -1,112 +0,0 @@
{
"version": "2.8.8",
"title": "Chatgpt-next-web",
"name": "Chatgpt-next-web",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/icon.png",
"tagline": "A well-designed cross-platform ChatGPT UI.",
"overview": "A well-designed cross-platform ChatGPT UI .",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-1.png"
],
"category": ["Utilities"],
"developer": {
"name": "Yidadaa",
"website": "https://github.com/Yidadaa",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CorrectRoadH",
"website": "https://github.com/CorrectRoadH",
"donate_text": "",
"donate_link": ""
},
"support": "",
"website": "",
"container": {
"image": "yidadaa/chatgpt-next-web:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "3000",
"path": ""
},
"health_check": "",
"envs": [
{
"key": "PUID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "PGID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "TZ",
"value": "$TZ",
"description": "",
"configurable": "no"
},
{
"key": "OPENAI_API_KEY",
"value": "$OPENAI_API_KEY",
"description": "",
"configurable": "yes"
},
{
"key": "CODE",
"value": "$CODE",
"description": "password",
"configurable": "yes"
},
{
"key": "PROXY_URL",
"value": "$PROXY_URL",
"description": "proxy",
"configurable": "yes"
}
],
"ports": [
{
"container": "3000",
"host": "3000",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": "Chat HTTP Port"
}
],
"devices": [],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
"labels": [],
"host_name": "chatgpt-next-web",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}

View File

@ -7,7 +7,8 @@ services:
TZ: $TZ TZ: $TZ
CODE: "" CODE: ""
PROXY_URL: "" PROXY_URL: ""
image: yidadaa/chatgpt-next-web:v2.8.8 BASE_URL: "https://api.openai.com"
image: yidadaa/chatgpt-next-web:v2.8.9
deploy: deploy:
resources: resources:
reservations: reservations:
@ -20,24 +21,22 @@ services:
restart: unless-stopped restart: unless-stopped
x-casaos: x-casaos:
envs: envs:
- container: PUID
description:
en_us: ""
- container: PGID
description:
en_us: ""
- container: TZ - container: TZ
description: description:
en_us: "timezone" en_us: "timezone"
zh_cn: "时区" zh_cn: "时区"
- container: CODE - container: CODE
description: description:
en_us: "password" en_us: Access password, separated by comma.
zh_cn: "密码" zh_cn: 访问密码,用英文逗号分隔。
- container: PROXY_URL - container: PROXY_URL
description: description:
en_us: "http proxy" en_us: "http proxy"
zh_cn: "http 代理" zh_cn: "http 代理"
- container: BASE_URL
description:
en_us: Override OpenAI API request base URL.
zh_cn: 覆盖 OpenAI API 请求基础 URL。
ports: ports:
- container: "3000" - container: "3000"
description: description:
@ -49,11 +48,11 @@ x-casaos:
- amd64 - amd64
- arm64 - arm64
main: chatgpt-next-web main: chatgpt-next-web
author: CorrectRoadH author: CorrectRoadH,Cp0204
category: Utilities category: Utilities
description: description:
en_us: A well-designed cross-platform ChatGPT UI. en_us: An intelligent chat application based on ChatGPT, supports fast deployment, Markdown, beautiful UI, fluid response, privacy and security, and allows customization of preset roles for quick creation, sharing, and debugging of personalized conversations.
zh_cn: 精心设计的跨平台 ChatGPT UI zh_cn: 一个基于 ChatGPT 的智能聊天应用支持快速部署、Markdown 支持、精美 UI、流式响应、隐私安全等多个功能并且能够自定义预制角色快速创建、分享和调试个性化对话。
developer: Yidadaa developer: Yidadaa
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatGPT-Next-Web/icon.png icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatGPT-Next-Web/icon.png
screenshot_link: screenshot_link:
@ -65,5 +64,5 @@ x-casaos:
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatGPT-Next-Web/thumbnail.png thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatGPT-Next-Web/thumbnail.png
tips: {} tips: {}
title: title:
en_us: ChatGPT-Next-Web en_us: ChatGPT Next Web
port_map: "3000" port_map: "3000"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 293 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 241 KiB

View File

@ -1,8 +1,12 @@
name: ddns-go name: ddns-go
services: services:
ddns-go: ddns-go:
image: jeessy/ddns-go:v5.3.6 image: jeessy/ddns-go:v5.3.7
network_mode: bridge network_mode: bridge
deploy:
resources:
reservations:
memory: "32M"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- type: bind - type: bind
@ -28,7 +32,7 @@ x-casaos:
- amd64 - amd64
- arm - arm
- arm64 - arm64
author: zxxhz author: zxxhz,Cp0204
category: Network category: Network
description: description:
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP (support Ali cloud, Tencent cloud, Dnspod, Cloudflare, Callback, Huawei cloud, Baidu cloud, Porkbun, GoDaddy, Google Domain). en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP (support Ali cloud, Tencent cloud, Dnspod, Cloudflare, Callback, Huawei cloud, Baidu cloud, Porkbun, GoDaddy, Google Domain).
@ -41,7 +45,7 @@ x-casaos:
port_map: "9876" port_map: "9876"
scheme: http scheme: http
tagline: tagline:
en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP en_us: Simple and easy to use DDNS
zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP zh_cn: 简单好用的DDNS
title: title:
en_us: ddns-go en_us: ddns-go

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 468 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

BIN
Apps/Ddns-go/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB