mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-18 19:07:13 +08:00
feat: update gpt4free 0.6.4.3
This commit is contained in:
35
apps/gpt4free/0.6.4.3/data.yml
Normal file
35
apps/gpt4free/0.6.4.3/data.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8080
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web Interface Port
|
||||
labelZh: Web界面端口
|
||||
label:
|
||||
en: Web Interface Port
|
||||
zh: Web界面端口
|
||||
zh-Hant: Web界面埠
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 1337
|
||||
envKey: PANEL_APP_PORT_API
|
||||
labelEn: API Port
|
||||
labelZh: API接口端口
|
||||
label:
|
||||
en: API Port
|
||||
zh: API接口端口
|
||||
zh-Hant: API接口埠
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 7900
|
||||
envKey: PANEL_APP_PORT_REMOTE
|
||||
labelEn: Remote Desktop Port
|
||||
labelZh: 远程桌面端口
|
||||
label:
|
||||
en: Remote Desktop Port
|
||||
zh: 远程桌面端口
|
||||
zh-Hant: 遠程桌面埠
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
22
apps/gpt4free/0.6.4.3/docker-compose.yml
Normal file
22
apps/gpt4free/0.6.4.3/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:0.6.4.3
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
shm_size: 2gb
|
||||
volumes:
|
||||
- ./har_and_cookies:/app/har_and_cookies
|
||||
- ./generated_media:/app/generated_media
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
- ${PANEL_APP_PORT_API}:8080
|
||||
- ${PANEL_APP_PORT_REMOTE}:7900
|
||||
environment:
|
||||
- OLLAMA_HOST=host.docker.internal
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
0
apps/gpt4free/0.6.4.3/generated_media/.gitkeep
Normal file
0
apps/gpt4free/0.6.4.3/generated_media/.gitkeep
Normal file
0
apps/gpt4free/0.6.4.3/har_and_cookies/.gitkeep
Normal file
0
apps/gpt4free/0.6.4.3/har_and_cookies/.gitkeep
Normal file
4
apps/gpt4free/0.6.4.3/scripts/init.sh
Normal file
4
apps/gpt4free/0.6.4.3/scripts/init.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
chown -R 1200:1201 har_and_cookies
|
||||
chown -R 1200:1201 generated_media
|
||||
Reference in New Issue
Block a user