Skip to content

Commit

Permalink
home-page-dashboard updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 18, 2024
1 parent 28095b9 commit bb1d444
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 13 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ source:
<td><a href="https://www.proxmox.com/en/">Proxmox</a></td>
<td>Bare Metal hypervisor OS</td>
</tr>
<tr>
<td><img width="32" src="https://store-images.s-microsoft.com/image/apps.1667.62b087ba-b0aa-4d22-aa02-a155bc245ecb.81d32dfa-16ca-4058-982c-03bd0fce135f.4e41e100-e821-4a7d-9a32-47c7ac37db51"></td>
<td><a href="https://tailscale.com/">TailScale</a></td>
<td>Zero config VPN</td>
</tr>
<tr>
<td><img width="32" src="https://raw.githubusercontent.com/walkxcode/dashboard-icons/a02a5999fe56948671721da8b0830cdd5b609ed7/svg/terraform.svg"></td>
<td><a href="https://www.terraform.io/">Terraform</a></td>
Expand All @@ -179,12 +184,11 @@ source:
## 🔧 Hardware
| Device | Count | OS Disk Size | Data Disk Size | Ram | Operating System | Purpose |
| ----------------------------- | ----- | ------------ | -------------- | ---- | ---------------- | ------------ |
| UniFi Express | 1 | - | - | - | - | Gateway / AP |
| UniFi CloudKey+ | 1 | - | - | - | - | NVR |
| UniFi Pro Max 16 PoE | 1 | - | - | - | - | PoE switch |
| Lenovo ThinkCentre M720q tiny | 1 | 120GB SSD | 1TB NVMe | 32GB | Proxmox VE | Hypervisor |
| Device | Count | OS Disk Size | Data Disk Size | Ram | Operating System | Purpose |
| ----------------------------- | ----- | ------------ | -------------- | ---- | ---------------- | ------------------ |
| UniFi Cloud Gateway Max 1TB | 1 | - | 1TB NVMe | - | - | Gateway / AP / NVR |
| UniFi Lite 8 PoE | 2 | - | - | - | - | PoE switch |
| Lenovo ThinkCentre M720q tiny | 1 | 120GB SSD | 1TB NVMe | 32GB | Proxmox VE | Hypervisor |
---
Expand Down
1 change: 1 addition & 0 deletions docker/code-server/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
volumes:
- /home/sysadm/.config/vscode/config:/home/coder/config
- /home/sysadm/monitoring:/config/workspace/monitoring
- /home/sysadm/home-assistant:/config/workspace/home-assistant
ports:
- 8443:8443
restart: always
3 changes: 3 additions & 0 deletions docker/home-assistant/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Home Assistant

To edit your HA files use the [SSH remote](https://www.homeautomationguy.io/blog/home-assistant-tips/using-visual-studio-to-edit-your-home-assistant-configuration-yaml-file-over-ssh) extension for VSC
15 changes: 15 additions & 0 deletions docker/home-assistant/compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.9'

services:
homeassistant:
container_name: homeassistant
image: 'ghcr.io/home-assistant/home-assistant:stable'
volumes:
- /home/sysadm/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
ports:
- 8123:8123
privileged: true
network_mode: host
22 changes: 15 additions & 7 deletions kubernetes/apps/homepage-dashboard/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ data:
style: row
columns: 3
Kubernetes:
Applications:
style: row
columns: 4
Docker:
style: row
columns: 3
custom.css: ""
custom.js: ""
bookmarks.yaml: |
Expand Down Expand Up @@ -92,7 +88,7 @@ data:
ping: 192.168.7.210
target: _blank
- Kubernetes:
- Applications:
- Kubernetes:
icon: kubernetes.png
href: http://192.168.5.55
Expand Down Expand Up @@ -156,7 +152,19 @@ data:
- Tailscale:
icon: tailscale.svg
href: https://login.tailscale.com/admin/machines
description: Secure networking easily
description: Zero config VPN
target: _blank
- Portainer:
icon: portainer.svg
href: https://192.168.7.70:9443
description: Docker container mangement
target: _blank
- Home Assistant:
icon: homeassistant.svg
href: http://192.168.7.70:8123
description: Home automation
target: _blank
Expand Down

0 comments on commit bb1d444

Please sign in to comment.