backup Arcane Manager 本机项目配置
This commit is contained in:
@@ -0,0 +1 @@
|
||||
APP_CONFIG=/opt/arcane/arcane-data/projects/homepage/config
|
||||
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: 192.168.50.45:3001
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
ports:
|
||||
- "3001:3000"
|
||||
volumes:
|
||||
- ${APP_CONFIG}:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
@@ -0,0 +1,85 @@
|
||||
- 影音播放:
|
||||
- Plex:
|
||||
icon: plex.png
|
||||
href: http://192.168.50.100:32400/web
|
||||
description: unRaid 媒体库
|
||||
- Emby:
|
||||
icon: emby.png
|
||||
href: http://192.168.50.12:8096
|
||||
description: Emby 媒体库
|
||||
|
||||
- 影音管理:
|
||||
- Radarr:
|
||||
icon: radarr.png
|
||||
href: http://192.168.50.10:7878
|
||||
description: 普通版电影
|
||||
- Sonarr:
|
||||
icon: sonarr.png
|
||||
href: http://192.168.50.10:8989
|
||||
description: 普通版剧集
|
||||
- Radarr 4K:
|
||||
icon: radarr.png
|
||||
href: http://192.168.50.46:7878
|
||||
description: 4K 电影
|
||||
- Sonarr 4K:
|
||||
icon: sonarr.png
|
||||
href: http://192.168.50.46:8989
|
||||
description: 4K 剧集
|
||||
- Seerr:
|
||||
icon: seerr.png
|
||||
href: http://192.168.50.46:5055
|
||||
description: 影音请求
|
||||
- Lidarr:
|
||||
icon: lidarr.png
|
||||
href: http://192.168.50.46:8686
|
||||
description: 音乐管理
|
||||
- Whisparr:
|
||||
icon: whisparr.png
|
||||
href: http://192.168.50.46:6969
|
||||
description: Whisparr
|
||||
- NZBHydra2:
|
||||
icon: nzbhydra2.png
|
||||
href: http://192.168.50.46:5076
|
||||
description: Usenet 聚合检索
|
||||
|
||||
- 下载:
|
||||
- SABnzbd:
|
||||
icon: sabnzbd.png
|
||||
href: http://192.168.50.100:8080
|
||||
description: unRaid Usenet 下载
|
||||
- qBittorrent:
|
||||
icon: qbittorrent.png
|
||||
href: http://192.168.50.100:7979
|
||||
description: unRaid BT 下载
|
||||
|
||||
- AI 与知识:
|
||||
- Curator:
|
||||
icon: mdi-bookshelf
|
||||
href: http://192.168.50.145:8766
|
||||
description: 书影音管理中枢
|
||||
- Hindsight:
|
||||
icon: mdi-memory
|
||||
href: http://192.168.50.100:8888/docs
|
||||
description: Agent 长期记忆 API
|
||||
|
||||
- 基础设施:
|
||||
- Arcane:
|
||||
icon: arcane.png
|
||||
href: http://192.168.50.45:3552
|
||||
description: Docker 机群控制面
|
||||
- Gitea:
|
||||
icon: gitea.png
|
||||
href: https://gitea.kais.cloud
|
||||
description: HK Git 与 Arcane 配置仓库
|
||||
- Portainer:
|
||||
icon: portainer.png
|
||||
href: http://192.168.50.20:9000
|
||||
description: unRaid Docker 管理
|
||||
- TrueNAS:
|
||||
icon: truenas.png
|
||||
href: http://192.168.50.2
|
||||
description: TrueNAS 存储
|
||||
- unRaid:
|
||||
icon: unraid.png
|
||||
href: http://192.168.50.100
|
||||
description: unRaid 存储与服务
|
||||
Reference in New Issue
Block a user