homepage-config/services.yaml

184 lines
5.2 KiB
YAML
Raw Normal View History

2024-10-23 17:31:30 +00:00
---
# 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"]
2024-11-02 18:36:09 +00:00
2024-10-23 17:31:30 +00:00
- Fritz box:
href: https://router.intern.simonis.lol
2025-01-18 17:12:04 +00:00
icon: fritzbox.png
2024-10-23 17:31:30 +00:00
ping: 192.168.178.1
widget:
type: fritzbox
url: http://192.168.178.1
2025-01-23 14:49:18 +00:00
fields: ["down", "up", "connectionStatus"]
2024-10-23 17:31:30 +00:00
2025-01-12 00:03:04 +00:00
- Reverse Proxy:
2024-10-23 17:31:30 +00:00
href: https://proxy.intern.simonis.lol
icon: nginx-proxy-manager.png
server: default
container: proxy
2025-01-24 14:23:21 +00:00
# widget:
# type: npm
# url: http://192.168.178.104:81
# username: {{HOMEPAGE_VAR_NPM_USER}}
# password: {{HOMEPAGE_VAR_NPM_PASS}}
- Wireguard:
href: https://wireguard.intern.simonis.lol
icon: https://cdn.simonis.lol/img/wg-dashboard.png
2025-01-24 16:33:25 +00:00
server: default
container: wireguard
2024-10-23 17:31:30 +00:00
2025-01-09 20:40:31 +00:00
# - Reverse Proxy (vps-2):
# href: https://vps-2.simonis.lol
# icon: nginx-proxy-manager.png
# server: vps-2
# container: proxy
2024-10-23 17:31:30 +00:00
# widget:
# type: npm
# url: https://vps-2.simonis.lol
# username: {{HOMEPAGE_VAR_NPM_USER}}
# password: {{HOMEPAGE_VAR_NPM_PASS}}
2025-01-09 20:40:31 +00:00
# - Reverse Proxy (vps-3/mail):
# href: https://vps-3.simonis.lol
# icon: nginx-proxy-manager.png
# server: vps-3
# container: proxy
2024-10-23 17:31:30 +00:00
# widget:
# type: npm
# url: https://vps-3.simonis.lol
# username: {{HOMEPAGE_VAR_NPM_USER}}
# password: {{HOMEPAGE_VAR_NPM_PASS}}
2025-01-09 20:40:31 +00:00
- Cloudflare Zero Trust:
href: https://one.dash.cloudflare.com/{{HOMEPAGE_VAR_CF_ACC_ID}}/home
2025-01-09 20:48:56 +00:00
icon: https://cdn.simonis.lol/img/cloudflare-zero-trust.png
2025-01-13 20:22:47 +00:00
server: default
container: cloudflared
2025-01-09 20:40:31 +00:00
widget:
type: cloudflared
accountid: {{HOMEPAGE_VAR_CF_ACC_ID}}
tunnelid: {{HOMEPAGE_VAR_CF_TUNNEL_ID}}
key: {{HOMEPAGE_VAR_CF_KEY}}
2024-10-23 17:31:30 +00:00
- Services:
2024-11-02 18:36:09 +00:00
2024-10-23 17:31:30 +00:00
- Home Assistant:
href: https://hassio.simonis.lol
icon: home-assistant.png
ping: 192.168.178.100
widget:
type: homeassistant
2024-11-05 20:29:40 +00:00
url: http://192.168.178.100:8123
2024-10-23 17:31:30 +00:00
key: {{HOMEPAGE_VAR_HASSIO_TOKEN}}
- Synology NAS:
2024-10-30 21:14:34 +00:00
href: https://synology.simonis.lol
2024-10-23 17:31:30 +00:00
icon: synology.png
2024-11-02 18:36:09 +00:00
ping: 192.168.178.101
2024-10-23 17:31:30 +00:00
widget:
type: diskstation
2024-11-02 18:36:09 +00:00
url: https://192.168.178.101:5001
2024-10-23 17:31:30 +00:00
username: {{HOMEPAGE_VAR_SYN_USER}}
password: {{HOMEPAGE_VAR_SYN_PASS}}
fields: ["uptime", "resources.cpu", "resources.mem"]
- AMP Game hosting:
2024-11-02 21:12:58 +00:00
href: https://amp.simonis.lol/
2024-10-23 17:31:30 +00:00
icon: amp.png
ping: 192.168.178.103
widget:
type: minecraft
url: udp://vps-2.simonis.lol:25565
2024-11-02 21:00:52 +00:00
2024-10-23 17:31:30 +00:00
- Immich:
2024-12-17 21:14:59 +00:00
href: https://immich.simonis.lol
2024-10-23 17:31:30 +00:00
icon: immich.png
2024-12-17 21:14:59 +00:00
server: immich
2024-10-23 17:31:30 +00:00
container: immich-server
widget:
type: immich
2024-12-17 21:14:59 +00:00
url: http://192.168.178.106:2283
key: {{HOMEPAGE_VAR_IMMICH_KEY}}
2024-11-02 21:00:52 +00:00
version: 2
2024-10-23 17:31:30 +00:00
fields: ["users" ,"photos", "videos"]
2024-12-18 16:46:55 +00:00
# - Gitea:
# href: https://git.simonis.lol
# icon: gitea.png
# server: default
# container: gitea
# widget:
# type: gitea
# url: http://192.168.178.104:1080
# key: {{HOMEPAGE_VAR_GITEA_KEY}}
2024-10-23 17:31:30 +00:00
- Maintenance:
- Proxmox:
href: https://proxmox.intern.simonis.lol
icon: proxmox.png
2024-11-02 21:00:52 +00:00
ping: 192.168.178.99
2024-10-23 17:31:30 +00:00
widget:
type: proxmox
2024-11-02 21:00:52 +00:00
url: https://192.168.178.99:8006
2024-10-23 17:31:30 +00:00
username: {{HOMEPAGE_VAR_PRX_USER}}
password: {{HOMEPAGE_VAR_PRX_PASS}}
node: pve
fields: ["lxc", "vms", "resources.cpu"]
2024-11-02 21:00:52 +00:00
- 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}}
2024-10-23 17:31:30 +00:00
- 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"]
2024-10-23 17:31:30 +00:00
2024-12-18 16:46:55 +00:00
# - Sogo:
# href: https://mail.simonis.lol/Sogo
# icon: sogo.png
# server: vps-3
# container: mailcowdockerized-sogo-mailcow-1
2024-10-24 13:42:25 +00:00
- Authentik:
href: https://oauth.simonis.lol
icon: authentik.png
server: oauth
container: authentik-server
2024-10-24 13:42:25 +00:00
widget:
type: authentik
url: http://192.168.178.105:9000
key: {{HOMEPAGE_VAR_AUTHENTIK_KEY}}
fields: ["users", "loginsLast24H"]
2024-10-24 13:42:25 +00:00