mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ services:
|
|||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
- PORT=${PANEL_APP_PORT_HTTP:-45876}
|
- PORT=${PANEL_APP_PORT_HTTP:-45876}
|
||||||
image: henrygd/beszel-agent:0.10.2
|
image: henrygd/beszel-agent:0.11.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE:-host}
|
network_mode: ${NETWORK_MODE:-host}
|
||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: henrygd/beszel:0.10.2
|
image: henrygd/beszel:0.11.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
- /dozzle
|
- /dozzle
|
||||||
- healthcheck
|
- healthcheck
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
image: amir20/dozzle:v8.12.12
|
image: amir20/dozzle:v8.12.13
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# 数据持久化路径 [必填]
|
# 数据持久化路径 [必填]
|
||||||
BAOTA_ROOT_PATH=/home/baota
|
HOMARR_ROOT_PATH=/home/homarr
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=7575
|
PANEL_APP_PORT_HTTP=7575
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: "/home/baota"
|
- default: "/home/homarr"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: BAOTA_ROOT_PATH
|
envKey: HOMARR_ROOT_PATH
|
||||||
labelZh: 数据持久化路径
|
labelZh: 数据持久化路径
|
||||||
labelEn: Data persistence path
|
labelEn: Data persistence path
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ networks:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
baota:
|
homarr:
|
||||||
container_name: homarr
|
container_name: homarr
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# 数据持久化路径 [必填]
|
||||||
|
HOMARR_ROOT_PATH=/home/homarr
|
||||||
|
|
||||||
|
# WebUI 端口 [必填]
|
||||||
|
PANEL_APP_PORT_HTTP=7575
|
||||||
|
|
||||||
|
# 密钥 [必填]
|
||||||
|
SECRET_ENCRYPTION_KEY=b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7
|
||||||
|
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: "/home/homarr"
|
||||||
|
edit: true
|
||||||
|
envKey: HOMARR_ROOT_PATH
|
||||||
|
labelZh: 数据持久化路径
|
||||||
|
labelEn: Data persistence path
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
- default: 7575
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelZh: WebUI 端口
|
||||||
|
labelEn: WebUI port
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "b7fa3f6f09ac8084ca03b94589d799e6a9225212e8f691c6b419a139acf412c7"
|
||||||
|
edit: true
|
||||||
|
envKey: SECRET_ENCRYPTION_KEY
|
||||||
|
labelZh: 密钥
|
||||||
|
labelEn: Secret key
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
|
services:
|
||||||
|
homarr:
|
||||||
|
container_name: homarr
|
||||||
|
env_file:
|
||||||
|
- ./envs/global.env
|
||||||
|
- .env
|
||||||
|
image: ghcr.io/ajnart/homarr:0.15.10
|
||||||
|
labels:
|
||||||
|
createdBy: Apps
|
||||||
|
network_mode: ${NETWORK_MODE}
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:7575
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- ${HOMARR_ROOT_PATH}/appdata:/appdata
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# copyright© 2024 XinJiang Ms Studio
|
||||||
|
ENV_FILE=.env
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# copyright© 2024 XinJiang Ms Studio
|
||||||
|
TZ=Asia/Shanghai
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -f .env ]; then
|
||||||
|
source .env
|
||||||
|
|
||||||
|
# setup-1 add default values
|
||||||
|
CURRENT_DIR=$(pwd)
|
||||||
|
sed -i '/^ENV_FILE=/d' .env
|
||||||
|
sed -i '/^GLOBAL_ENV_FILE=/d' .env
|
||||||
|
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||||
|
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||||
|
|
||||||
|
echo "Check Finish."
|
||||||
|
|
||||||
|
else
|
||||||
|
echo "Error: .env file not found."
|
||||||
|
fi
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -f .env ]; then
|
||||||
|
source .env
|
||||||
|
|
||||||
|
echo "Check Finish."
|
||||||
|
|
||||||
|
else
|
||||||
|
echo "Error: .env file not found."
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -f .env ]; then
|
||||||
|
source .env
|
||||||
|
|
||||||
|
# setup-1 add default values
|
||||||
|
CURRENT_DIR=$(pwd)
|
||||||
|
sed -i '/^ENV_FILE=/d' .env
|
||||||
|
sed -i '/^GLOBAL_ENV_FILE=/d' .env
|
||||||
|
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||||
|
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||||
|
|
||||||
|
echo "Check Finish."
|
||||||
|
|
||||||
|
else
|
||||||
|
echo "Error: .env file not found."
|
||||||
|
fi
|
||||||
@@ -28,6 +28,16 @@
|
|||||||
|
|
||||||
🚀 与任何主要消费类硬件兼容(x86、Raspberry Pi、旧笔记本电脑......)
|
🚀 与任何主要消费类硬件兼容(x86、Raspberry Pi、旧笔记本电脑......)
|
||||||
|
|
||||||
|
## 安装说明
|
||||||
|
|
||||||
|
> 不支持从 1.0.0 之前的版本直接升级至 1.0.0 及以上版本
|
||||||
|
|
||||||
|
### 快捷密钥生成
|
||||||
|
|
||||||
|
```bash
|
||||||
|
openssl rand -hex 32
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
shortDescZh: 一个时尚、现代化的仪表板
|
shortDescZh: 一个时尚、现代化的仪表板
|
||||||
shortDescEn: A stylish, modern dashboard
|
shortDescEn: A stylish, modern dashboard
|
||||||
type: website
|
type: website
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: false
|
||||||
limit: 0
|
limit: 0
|
||||||
website: https://homarr.dev/
|
website: https://homarr.dev/
|
||||||
github: https://github.com/ajnart/homarr/
|
github: https://github.com/ajnart/homarr/
|
||||||
|
|||||||
Reference in New Issue
Block a user