Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-11-28 09:03:16 +00:00
parent cf0ad6f3aa
commit ae306323d9
1857 changed files with 56700 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# 数据持久化路径 [必填]
WATCHYOURLAN_ROOT_PATH=/home/watchyourlan
# 访问端口 [必填]
PANEL_APP_PORT_HTTP=8840
# 主题 [必填]
THEME=sand
# 颜色 [必填]
COLOR=dark
# 通知地址
SHOUTRRR_URL=
# 监听网卡 (多个用逗号分隔) [必填]
IFACES=enp2s0
# 超时时间 (秒) [必填]
TIMEOUT=120
# 历史记录保留失效 (小时) [必填]
TRIM_HIST=48
# 历史记录存储方式 [必填]
HIST_IN_DB=false
# 数据存储方式 [必填]
USE_DB=sqlite
# PostgreSQL 连接地址
PG_CONNECT=
+22
View File
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
watchyourlan:
container_name: watchyourlan
env_file:
- ./envs/global.env
- .env
environment:
- HOST=0.0.0.0
- PORT=8840
- LOG_LEVEL=info
image: aceberg/watchyourlan:2.0.4
labels:
createdBy: Apps
network_mode: host
ports:
- ${PANEL_APP_PORT_HTTP}:8840
restart: always
volumes:
- ${WATCHYOURLAN_ROOT_PATH}/data:/data/WatchYourLAN
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai