mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 13:05:46 +00:00
- .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
42 lines
1.2 KiB
YAML
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"
|