mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
Compare commits
4 Commits
40041c482c
...
cdf98b2e13
| Author | SHA1 | Date | |
|---|---|---|---|
| cdf98b2e13 | |||
| ecf2ab7d8e | |||
| 940c835f28 | |||
| c474f5f6e2 |
@@ -245,7 +245,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
||||
|
||||
🚀 免费的GPT-4和其他大语言模型API接口
|
||||
|
||||
<kbd>7.5.6-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
|
||||
<kbd>7.5.7-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -300,7 +300,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
||||
|
||||
快速静态博客框架,支持Markdown编写,丰富的插件和主题
|
||||
|
||||
<kbd>stable-26-06-01</kbd> • [官网链接](https://github.com/hexojs/hexo)
|
||||
<kbd>stable-26-06-04</kbd> • [官网链接](https://github.com/hexojs/hexo)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -1429,7 +1429,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
📝 高性能低延迟的 Obsidian 笔记同步服务
|
||||
|
||||
<kbd>3.2.2</kbd> • [官网链接](https://github.com/haierkeys/fast-note-sync-service)
|
||||
<kbd>3.2.3</kbd> • [官网链接](https://github.com/haierkeys/fast-note-sync-service)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
fast-note-sync-service:
|
||||
image: haierkeys/fast-note-sync-service:3.2.2
|
||||
image: haierkeys/fast-note-sync-service:3.2.3
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.5.6-slim
|
||||
image: hlohaus789/g4f:v7.5.7-slim
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.5.6
|
||||
image: hlohaus789/g4f:v7.5.7
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- GIT_USER=${GIT_USERNAME}
|
||||
- GIT_EMAIL=${GIT_MAIL}
|
||||
image: bloodstar/hexo:stable-26-06-01
|
||||
image: bloodstar/hexo:stable-26-06-04
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
Reference in New Issue
Block a user