mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat:优化flarum外部访问;更新alist3.17.0;规范化; (#90)
* '添加qBittorrent,jellyfin,ALS,alist,watchtower' * 添加flarum到应用商店 * 添加flarum到list * 更新flarum的一些说明 * 更新flarum logo * 添加重启参数 * 规范化 * 修正qBittorrent * 移除无用项 * 修正错误 * 修正细节 * 规范化
This commit is contained in:
@@ -92,11 +92,11 @@
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "本机IP",
|
||||
"labelEn": "Local IP",
|
||||
"labelZh": "外部访问地址",
|
||||
"labelEn": "External URL",
|
||||
"required": true,
|
||||
"default": "127.0.0.1",
|
||||
"envKey": "Dockerized_HOST",
|
||||
"default": "http://localhost:40020",
|
||||
"envKey": "FLARUM_EXTERNAL_URL",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3"
|
||||
services:
|
||||
flarum:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- DB_PREFIX=${PANEL_DB_PREFIX}
|
||||
- DB_NOPREFIX=false
|
||||
- DB_TIMEOUT=60
|
||||
- FLARUM_BASE_URL=http://${Dockerized_HOST}:${PANEL_APP_PORT_HTTP}
|
||||
- FLARUM_BASE_URL=${FLARUM_EXTERNAL_URL}
|
||||
image: crazymax/flarum:1.7.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
Reference in New Issue
Block a user