Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-24 06:26:14 +00:00
parent e162763959
commit 935584ad10
88 changed files with 507 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
APP_NAME_ROOT_PATH=/home/app_name
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
+68
View File
@@ -0,0 +1,68 @@
server:
port: 8080
assets-path: /app/assets
pages:
- name: Home
columns:
- size: small
widgets:
- type: calendar
- type: rss
limit: 10
collapse-after: 3
cache: 3h
feeds:
- url: https://ciechanow.ski/atom.xml
- url: https://www.joshwcomeau.com/rss.xml
title: Josh Comeau
- url: https://samwho.dev/rss.xml
- url: https://awesomekling.github.io/feed.xml
- url: https://ishadeed.com/feed.xml
title: Ahmad Shadeed
- type: twitch-channels
channels:
- theprimeagen
- cohhcarnage
- christitustech
- blurbs
- asmongold
- jembawls
- size: full
widgets:
- type: hacker-news
- type: videos
channels:
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
- UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome
- UCOk-gHyjcWZNj3Br4oxwh0A # Techno Tim
- type: reddit
subreddit: selfhosted
- size: small
widgets:
- type: weather
location: London, United Kingdom
- type: markets
markets:
- symbol: SPY
name: S&P 500
- symbol: BTC-USD
name: Bitcoin
- symbol: NVDA
name: NVIDIA
- symbol: AAPL
name: Apple
- symbol: MSFT
name: Microsoft
- symbol: GOOGL
name: Google
- symbol: AMD
name: AMD
- symbol: RDDT
name: Reddit
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
glance:
container_name: glance
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: glanceapp/glance:v0.6.4
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
restart: always
volumes:
- ${APP_NAME_ROOT_PATH}/app/glance.yml:/app/glance.yml
- ${APP_NAME_ROOT_PATH}/app/assets:/app/assets
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
+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
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -52,7 +52,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.124.2
image: ghcr.io/immich-app/immich-server:v1.125.1
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.124.2
image: ghcr.io/immich-app/immich-server:v1.125.1
labels:
createdBy: Apps
networks:
+2 -2
View File
@@ -10,7 +10,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
image: ghcr.io/immich-app/immich-machine-learning:v1.125.1
labels:
createdBy: Apps
networks:
@@ -68,7 +68,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: ghcr.io/immich-app/immich-server:v1.124.2
image: ghcr.io/immich-app/immich-server:v1.125.1
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -18,7 +18,7 @@ services:
- TRUST_PROXY_HEADER=true
- CASE_SENSITIVE_USERNAME=true
- DB_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}
image: svhd/logto:1.23.0
image: svhd/logto:1.23.1
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -19,7 +19,7 @@ services:
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
- NEXT_PUBLIC_CustomTitle=NezhaDash
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
image: hamster1963/nezha-dash:v2.3.0
image: hamster1963/nezha-dash:v2.4.0
labels:
createdBy: Apps
networks:
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
TISSUE_ROOT_PATH=/home/tissue
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=9193
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
tissue:
container_name: tissue
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: chris2s/tissue:1.5.11
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9193
restart: always
volumes:
- ${TISSUE_ROOT_PATH}/config:/app/config
- ${TISSUE_ROOT_PATH}/video:/data/video
- ${TISSUE_ROOT_PATH}/file:/data/file
- ${TISSUE_ROOT_PATH}/downloads:/downloads
+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