diff --git a/Apps/Alist/docker-compose.yml b/Apps/Alist/docker-compose.yml index 0df434a..8382659 100644 --- a/Apps/Alist/docker-compose.yml +++ b/Apps/Alist/docker-compose.yml @@ -1,7 +1,7 @@ name: alist services: alist: - image: xhofe/alist:v3.19.0 + image: xhofe/alist:v3.21.0 deploy: resources: reservations: diff --git a/Apps/ChatGPT-Next-Web/appfile.json b/Apps/ChatGPT-Next-Web/appfile.json deleted file mode 100644 index 09f3949..0000000 --- a/Apps/ChatGPT-Next-Web/appfile.json +++ /dev/null @@ -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": "" -} \ No newline at end of file diff --git a/Apps/ChatGPT-Next-Web/docker-compose.yml b/Apps/ChatGPT-Next-Web/docker-compose.yml index c5715c7..fcda1e3 100644 --- a/Apps/ChatGPT-Next-Web/docker-compose.yml +++ b/Apps/ChatGPT-Next-Web/docker-compose.yml @@ -7,7 +7,8 @@ services: TZ: $TZ CODE: "" 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: resources: reservations: @@ -20,24 +21,22 @@ services: restart: unless-stopped x-casaos: envs: - - container: PUID - description: - en_us: "" - - container: PGID - description: - en_us: "" - container: TZ description: en_us: "timezone" zh_cn: "时区" - container: CODE description: - en_us: "password" - zh_cn: "密码" + en_us: Access password, separated by comma. + zh_cn: 访问密码,用英文逗号分隔。 - container: PROXY_URL description: en_us: "http proxy" zh_cn: "http 代理" + - container: BASE_URL + description: + en_us: Override OpenAI API request base URL. + zh_cn: 覆盖 OpenAI API 请求基础 URL。 ports: - container: "3000" description: @@ -49,11 +48,11 @@ x-casaos: - amd64 - arm64 main: chatgpt-next-web - author: CorrectRoadH + author: CorrectRoadH,Cp0204 category: Utilities description: - en_us: A well-designed cross-platform ChatGPT UI. - zh_cn: 精心设计的跨平台 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 的智能聊天应用,支持快速部署、Markdown 支持、精美 UI、流式响应、隐私安全等多个功能,并且能够自定义预制角色快速创建、分享和调试个性化对话。 developer: Yidadaa icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatGPT-Next-Web/icon.png screenshot_link: @@ -65,5 +64,5 @@ x-casaos: thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatGPT-Next-Web/thumbnail.png tips: {} title: - en_us: ChatGPT-Next-Web + en_us: ChatGPT Next Web port_map: "3000" diff --git a/Apps/ChatGPT-Next-Web/icon.png b/Apps/ChatGPT-Next-Web/icon.png index fa7c958..700c482 100644 Binary files a/Apps/ChatGPT-Next-Web/icon.png and b/Apps/ChatGPT-Next-Web/icon.png differ diff --git a/Apps/ChatGPT-Next-Web/screenshot-1.png b/Apps/ChatGPT-Next-Web/screenshot-1.png index 70c0d31..bfefd83 100644 Binary files a/Apps/ChatGPT-Next-Web/screenshot-1.png and b/Apps/ChatGPT-Next-Web/screenshot-1.png differ diff --git a/Apps/ChatGPT-Next-Web/screenshot-2.png b/Apps/ChatGPT-Next-Web/screenshot-2.png index 31603da..5bab327 100644 Binary files a/Apps/ChatGPT-Next-Web/screenshot-2.png and b/Apps/ChatGPT-Next-Web/screenshot-2.png differ diff --git a/Apps/ChatGPT-Next-Web/thumbnail.png b/Apps/ChatGPT-Next-Web/thumbnail.png index 3815730..74bd08e 100644 Binary files a/Apps/ChatGPT-Next-Web/thumbnail.png and b/Apps/ChatGPT-Next-Web/thumbnail.png differ diff --git a/Apps/Ddns-go/docker-compose.yml b/Apps/Ddns-go/docker-compose.yml index 03e8305..ea33e17 100644 --- a/Apps/Ddns-go/docker-compose.yml +++ b/Apps/Ddns-go/docker-compose.yml @@ -1,8 +1,12 @@ name: ddns-go services: ddns-go: - image: jeessy/ddns-go:v5.3.6 + image: jeessy/ddns-go:v5.3.7 network_mode: bridge + deploy: + resources: + reservations: + memory: "32M" restart: unless-stopped volumes: - type: bind @@ -17,7 +21,7 @@ services: - container: "9876" description: en_us: WebUI HTTP Port - zh_cn: WebUI HTTP端口 + zh_cn: WebUI HTTP 端口 volumes: - container: /root description: @@ -28,7 +32,7 @@ x-casaos: - amd64 - arm - arm64 - author: zxxhz + author: zxxhz,Cp0204 category: Network 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). @@ -41,7 +45,7 @@ x-casaos: port_map: "9876" scheme: http tagline: - en_us: Simple and easy to use DDNS. automatically update domain name resolution to public IP - zh_cn: 简单好用的DDNS。自动更新域名解析到公网IP + en_us: Simple and easy to use DDNS + zh_cn: 简单好用的DDNS title: en_us: ddns-go diff --git a/Apps/Ddns-go/icon.png b/Apps/Ddns-go/icon.png index 289a8b0..9d1ba94 100644 Binary files a/Apps/Ddns-go/icon.png and b/Apps/Ddns-go/icon.png differ diff --git a/Apps/Ddns-go/screenshot-1.png b/Apps/Ddns-go/screenshot-1.png index 86ee5af..bd68875 100644 Binary files a/Apps/Ddns-go/screenshot-1.png and b/Apps/Ddns-go/screenshot-1.png differ diff --git a/Apps/Ddns-go/screenshot-2.png b/Apps/Ddns-go/screenshot-2.png new file mode 100644 index 0000000..0f0e473 Binary files /dev/null and b/Apps/Ddns-go/screenshot-2.png differ diff --git a/Apps/Ddns-go/thumbnail.png b/Apps/Ddns-go/thumbnail.png new file mode 100644 index 0000000..eddaf96 Binary files /dev/null and b/Apps/Ddns-go/thumbnail.png differ