Research-Stack/4-Infrastructure/k3s-flake/manifests/homer/configmap.yaml
Brandon Schneider ac4e23dc9b Expand devcontainer with full Python stack, add MCP servers (Notion/AWS), strengthen Lean theorems
- .devcontainer/Dockerfile: add PostgreSQL client libs, OpenSSL/libffi headers, gfortran/BLAS for scipy, rclone; install full Python dependency set (boto3, psycopg2-binary, fastapi, uvicorn, notion-client, httpx, pytest, numpy, scipy, etc.) in uv-managed venv; add rclone S3 gateway init script as ENTRYPOINT
- .devcontainer/devcontainer.json: switch from build to pre-built image (localhost/research
2026-05-19 01:52:14 -05:00

42 lines
1.2 KiB
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: homer-config
namespace: services
data:
config.yml: |
title: "Research Stack"
subtitle: "Unified Topology"
header: true
footer: false
columns: "3"
services:
- name: "Identity"
icon: "fas fa-id-card"
items:
- name: "Authentik"
logo: "https://auth.YOUR_DOMAIN/static/dist/assets/icons/authentik.svg"
subtitle: "Single sign-on"
url: "https://auth.YOUR_DOMAIN"
target: "_blank"
- name: "Monitoring"
icon: "fas fa-heartbeat"
items:
- name: "Uptime Kuma"
logo: "https://status.YOUR_DOMAIN/favicon.ico"
subtitle: "Service status & uptime"
url: "https://status.YOUR_DOMAIN"
target: "_blank"
- name: "Pulse Receiver"
subtitle: "Edge node heartbeats"
url: "https://pulse.YOUR_DOMAIN"
target: "_blank"
- name: "Applications"
icon: "fas fa-th"
items:
- name: "Heimdall"
subtitle: "Application dashboard"
url: "https://apps.YOUR_DOMAIN"
target: "_blank"