updated homepage
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
data/
|
data/
|
||||||
**/.env
|
**/.env
|
||||||
|
conf/homepage/logs/
|
||||||
|
|||||||
27
compose/uptimekuma/compose.yaml
Normal file
27
compose/uptimekuma/compose.yaml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
version: "3.3"
|
||||||
|
services:
|
||||||
|
uptime-kuma:
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 3001:3001
|
||||||
|
volumes:
|
||||||
|
- uptime-kuma:/app/data
|
||||||
|
container_name: uptime-kuma
|
||||||
|
image: louislam/uptime-kuma:latest
|
||||||
|
labels:
|
||||||
|
- homepage.group=Apps
|
||||||
|
- homepage.name=Uptime Kuma
|
||||||
|
- homepage.icon=mdi-arrow-up-bold-circle
|
||||||
|
- homepage.description=Service Monitoring (esh)
|
||||||
|
- homepage.href=http://10.0.50.45:3001
|
||||||
|
- homepage.widget.type=uptimekuma
|
||||||
|
- homepage.widget.url=http://10.0.50.45:3001
|
||||||
|
- homepage.widget.slug=nethealth
|
||||||
|
networks:
|
||||||
|
- tnet
|
||||||
|
volumes:
|
||||||
|
uptime-kuma: {}
|
||||||
|
networks:
|
||||||
|
tnet:
|
||||||
|
name: traefik-net
|
||||||
|
external: true
|
||||||
@@ -21437,3 +21437,15 @@ Data: {"type":"Buffer","data":[60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,
|
|||||||
port: 32400
|
port: 32400
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
[2024-06-11T22:14:10.546Z] error: <httpProxy> Error calling http://10.0.50.57:8096/emby/Sessions...
|
||||||
|
[2024-06-11T22:14:10.546Z] error: <httpProxy> [
|
||||||
|
500,
|
||||||
|
Error: connect ECONNREFUSED 10.0.50.57:8096
|
||||||
|
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) {
|
||||||
|
errno: -111,
|
||||||
|
code: 'ECONNREFUSED',
|
||||||
|
syscall: 'connect',
|
||||||
|
address: '10.0.50.57',
|
||||||
|
port: 8096
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
@@ -12,6 +12,16 @@
|
|||||||
type: plex
|
type: plex
|
||||||
url: http://10.0.50.56:32400
|
url: http://10.0.50.56:32400
|
||||||
key: xkKeTCQaLhh3nUDGToLf
|
key: xkKeTCQaLhh3nUDGToLf
|
||||||
|
- Jellyfin:
|
||||||
|
href: http://10.0.50.57:8096
|
||||||
|
icon: si-jellyfin
|
||||||
|
siteMonitor: http://10.0.50.57:8096
|
||||||
|
description: Media Server (esh-nas-pve 10.0.50.57)
|
||||||
|
widget:
|
||||||
|
type: jellyfin
|
||||||
|
url: http://10.0.50.57:8096
|
||||||
|
key: 068ca2d04e1041e894c04b36122e09ce
|
||||||
|
enableBlocks: true
|
||||||
|
|
||||||
- ESH:
|
- ESH:
|
||||||
- Brother Printer:
|
- Brother Printer:
|
||||||
@@ -63,7 +73,7 @@
|
|||||||
icon: mdi-wall-fire
|
icon: mdi-wall-fire
|
||||||
siteMonitor: https://10.250.250.1
|
siteMonitor: https://10.250.250.1
|
||||||
description: ana-gw Fortigate 81F
|
description: ana-gw Fortigate 81F
|
||||||
- PFI-r750xs-kvm:
|
- PFI-ML1-kvm:
|
||||||
href: http://10.250.250.40/
|
href: http://10.250.250.40/
|
||||||
ping: http://10.250.250.40/
|
ping: http://10.250.250.40/
|
||||||
icon: mdi-monitor
|
icon: mdi-monitor
|
||||||
@@ -76,6 +86,15 @@
|
|||||||
siteMonitor: https://10.250.250.31:8006/
|
siteMonitor: https://10.250.250.31:8006/
|
||||||
description: Proxmox Server
|
description: Proxmox Server
|
||||||
icon: si-proxmox
|
icon: si-proxmox
|
||||||
|
- ANA-NAS:
|
||||||
|
href: https://10.250.50.50:9090/
|
||||||
|
siteMonitor: https://10.250.50.50:9090/
|
||||||
|
description: PVE NAS root
|
||||||
|
icon: mdi-nas
|
||||||
|
- ANA-FileBot:
|
||||||
|
ping: https://10.250.50.53/
|
||||||
|
description: Proxmox Server
|
||||||
|
icon: si-proxmox
|
||||||
- PFI-VM-Docker:
|
- PFI-VM-Docker:
|
||||||
icon: si-docker
|
icon: si-docker
|
||||||
ping: 10.250.50.70
|
ping: 10.250.50.70
|
||||||
|
|||||||
Reference in New Issue
Block a user