homepage-config/services.yaml
2024-12-18 15:58:33 +00:00

151 lines
4.2 KiB
YAML

---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/services
- Network:
- Pi-hole:
href: https://pihole.intern.simonis.lol/admin
icon: pi-hole.png
server: default
container: pi-hole
widget:
type: pihole
url: http://192.168.178.104:2080
key: {{HOMEPAGE_VAR_PIHOLE_KEY}}
fields: ["queries", "blocked", "blocked_percent"]
- Fritz box:
href: https://router.intern.simonis.lol
icon: avmfritzbox.png
ping: 192.168.178.1
widget:
type: fritzbox
url: http://192.168.178.1
fields: ["down", "up", "externalIPAddress"]
- Reverse Proxy (local):
href: https://proxy.intern.simonis.lol
icon: nginx-proxy-manager.png
server: default
container: proxy
widget:
type: npm
url: http://192.168.178.104:81
username: {{HOMEPAGE_VAR_NPM_USER}}
password: {{HOMEPAGE_VAR_NPM_PASS}}
- Reverse Proxy (vps-2):
href: https://vps-2.simonis.lol
icon: nginx-proxy-manager.png
server: vps-2
container: proxy
# widget:
# type: npm
# url: https://vps-2.simonis.lol
# username: {{HOMEPAGE_VAR_NPM_USER}}
# password: {{HOMEPAGE_VAR_NPM_PASS}}
- Reverse Proxy (vps-3/mail):
href: https://vps-3.simonis.lol
icon: nginx-proxy-manager.png
server: vps-3
container: proxy
# widget:
# type: npm
# url: https://vps-3.simonis.lol
# username: {{HOMEPAGE_VAR_NPM_USER}}
# password: {{HOMEPAGE_VAR_NPM_PASS}}
- Services:
- Home Assistant:
href: https://hassio.simonis.lol
icon: home-assistant.png
ping: 192.168.178.100
widget:
type: homeassistant
url: http://192.168.178.100:8123
key: {{HOMEPAGE_VAR_HASSIO_TOKEN}}
- Synology NAS:
href: https://synology.simonis.lol
icon: synology.png
ping: 192.168.178.101
widget:
type: diskstation
url: https://192.168.178.101:5001
username: {{HOMEPAGE_VAR_SYN_USER}}
password: {{HOMEPAGE_VAR_SYN_PASS}}
fields: ["uptime", "resources.cpu", "resources.mem"]
- AMP Game hosting:
href: https://amp.simonis.lol/
icon: amp.png
ping: 192.168.178.103
widget:
type: minecraft
url: udp://vps-2.simonis.lol:25565
- Immich:
href: https://immich.simonis.lol
icon: immich.png
server: immich
container: immich-server
widget:
type: immich
url: http://192.168.178.106:2283
key: {{HOMEPAGE_VAR_IMMICH_KEY}}
version: 2
fields: ["users" ,"photos", "videos"]
- Maintenance:
- Proxmox:
href: https://proxmox.intern.simonis.lol
icon: proxmox.png
ping: 192.168.178.99
widget:
type: proxmox
url: https://192.168.178.99:8006
username: {{HOMEPAGE_VAR_PRX_USER}}
password: {{HOMEPAGE_VAR_PRX_PASS}}
node: pve
fields: ["lxc", "vms", "resources.cpu"]
- Portainer:
href: https://portainer.intern.simonis.lol/
icon: portainer.png
server: default
container: portainer
widget:
type: portainer
url: https://192.168.178.104:9443
env: 2
key: {{HOMEPAGE_VAR_PORTAINER_KEY}}
- Mailcow:
href: https://mail.simonis.lol
icon: mailcow.png
server: vps-3
container: mailcowdockerized-nginx-mailcow-1
widget:
type: mailcow
url: https://mail.simonis.lol
key: {{HOMEPAGE_VAR_MAILCOW_KEY}}
fields: ["mailboxes", "mails", "storage"]
- Authentik:
href: https://oauth.simonis.lol
icon: authentik.png
server: oauth
container: authentik-server
widget:
type: authentik
url: http://192.168.178.105:9000
key: {{HOMEPAGE_VAR_AUTHENTIK_KEY}}
fields: ["users", "loginsLast24H"]