275 lines
7.8 KiB
YAML
Executable File
275 lines
7.8 KiB
YAML
Executable File
---
|
|
# Homepage Services Configuration
|
|
# Tab 1: Production URLs (external/public access)
|
|
# Tab 2: Local Development URLs (localhost with ports from config.sh)
|
|
|
|
#####################################
|
|
# PRODUCTION - External URLs
|
|
#####################################
|
|
|
|
- Production - Essential Tools:
|
|
|
|
- Code Server:
|
|
icon: mdi-code-braces
|
|
href: "https://code.bnkserve.org"
|
|
description: VS Code in the browser - Platform Editor
|
|
container: code-server-changemaker
|
|
|
|
- NocoDB:
|
|
icon: mdi-database
|
|
href: "https://db.bnkserve.org"
|
|
description: No-code database platform
|
|
container: changemakerlite-nocodb-1
|
|
|
|
- Map Server:
|
|
icon: mdi-map
|
|
href: "https://map.bnkserve.org"
|
|
description: Map server for geospatial data
|
|
container: nocodb-map-viewer
|
|
|
|
- Influence:
|
|
icon: mdi-account-group
|
|
href: "https://influence.bnkserve.org"
|
|
description: Political influence and campaign management
|
|
container: influence-app-1
|
|
|
|
- Production - Content & Docs:
|
|
|
|
- Main Site:
|
|
icon: mdi-web
|
|
href: "https://bnkserve.org"
|
|
description: CM-lite campaign website
|
|
container: mkdocs-site-server-changemaker
|
|
|
|
- MkDocs (Live):
|
|
icon: mdi-book-open-page-variant
|
|
href: "https://docs.cmlite.org"
|
|
description: Live documentation server with hot reload
|
|
container: mkdocs-changemaker
|
|
|
|
- Mini QR:
|
|
icon: mdi-qrcode
|
|
href: "https://qr.bnkserve.org"
|
|
description: QR code generator
|
|
container: mini-qr
|
|
|
|
- Listmonk:
|
|
icon: mdi-email-newsletter
|
|
href: "https://listmonk.bnkserve.org"
|
|
description: Newsletter & mailing list manager
|
|
container: listmonk_app
|
|
|
|
- Production - Automation:
|
|
|
|
- n8n:
|
|
icon: mdi-robot-industrial
|
|
href: "https://n8n.bnkserve.org"
|
|
description: Workflow automation platform
|
|
container: n8n-changemaker
|
|
|
|
- Gitea:
|
|
icon: mdi-git
|
|
href: "https://git.bnkserve.org"
|
|
description: Git repository hosting
|
|
container: gitea_changemaker
|
|
|
|
- PostgreSQL (Listmonk):
|
|
icon: mdi-database-outline
|
|
href: "#"
|
|
description: Database for Listmonk
|
|
container: listmonk_db
|
|
|
|
- PostgreSQL (NocoDB):
|
|
icon: mdi-database-outline
|
|
href: "#"
|
|
description: Database for NocoDB
|
|
container: changemakerlite-root_db-1
|
|
|
|
- Redis:
|
|
icon: mdi-database-sync
|
|
href: "#"
|
|
description: Shared cache & session storage
|
|
container: redis-changemaker
|
|
|
|
- Production - Monitoring:
|
|
|
|
- Prometheus:
|
|
icon: mdi-chart-line
|
|
href: "https://prometheus.bnkserve.org"
|
|
description: Metrics collection & time-series database
|
|
container: prometheus-changemaker
|
|
|
|
- Grafana:
|
|
icon: mdi-chart-box
|
|
href: "https://grafana.bnkserve.org"
|
|
description: Monitoring dashboards & visualizations
|
|
container: grafana-changemaker
|
|
|
|
- Alertmanager:
|
|
icon: mdi-bell-alert
|
|
href: "https://alertmanager.bnkserve.org"
|
|
description: Alert routing & notification management
|
|
container: alertmanager-changemaker
|
|
|
|
- Gotify:
|
|
icon: mdi-cellphone-message
|
|
href: "https://gotify.bnkserve.org"
|
|
description: Self-hosted push notifications
|
|
container: gotify-changemaker
|
|
|
|
- cAdvisor:
|
|
icon: mdi-docker
|
|
href: "https://cadvisor.bnkserve.org"
|
|
description: Container resource metrics
|
|
container: cadvisor-changemaker
|
|
|
|
- Node Exporter:
|
|
icon: mdi-server
|
|
href: "#"
|
|
description: System-level metrics exporter
|
|
container: node-exporter-changemaker
|
|
|
|
- Redis Exporter:
|
|
icon: mdi-database-export
|
|
href: "#"
|
|
description: Redis metrics exporter
|
|
container: redis-exporter-changemaker
|
|
|
|
#####################################
|
|
# LOCAL DEVELOPMENT - Localhost URLs
|
|
#####################################
|
|
|
|
- Local - Essential Tools:
|
|
|
|
- Code Server:
|
|
icon: mdi-code-braces
|
|
href: "http://localhost:8888"
|
|
description: VS Code in the browser (port 8888)
|
|
container: code-server-changemaker
|
|
|
|
- NocoDB:
|
|
icon: mdi-database
|
|
href: "http://localhost:8090"
|
|
description: No-code database platform (port 8090)
|
|
container: changemakerlite-nocodb-1
|
|
|
|
- Map Server:
|
|
icon: mdi-map
|
|
href: "http://localhost:3000"
|
|
description: Map server for geospatial data (port 3000)
|
|
container: nocodb-map-viewer
|
|
|
|
- Influence:
|
|
icon: mdi-account-group
|
|
href: "http://localhost:3333"
|
|
description: Political influence and campaign management (port 3333)
|
|
container: influence-app-1
|
|
|
|
- Homepage:
|
|
icon: mdi-home
|
|
href: "http://localhost:3010"
|
|
description: This dashboard (port 3010)
|
|
container: homepage-changemaker
|
|
|
|
- Local - Content & Docs:
|
|
|
|
- Main Site:
|
|
icon: mdi-web
|
|
href: "http://localhost:4001"
|
|
description: CM-lite campaign website (port 4001)
|
|
container: mkdocs-site-server-changemaker
|
|
|
|
- MkDocs (Live):
|
|
icon: mdi-book-open-page-variant
|
|
href: "http://localhost:4000"
|
|
description: Live documentation with hot reload (port 4000)
|
|
container: mkdocs-changemaker
|
|
|
|
- Mini QR:
|
|
icon: mdi-qrcode
|
|
href: "http://localhost:8089"
|
|
description: QR code generator (port 8089)
|
|
container: mini-qr
|
|
|
|
- Listmonk:
|
|
icon: mdi-email-newsletter
|
|
href: "http://localhost:9000"
|
|
description: Newsletter & mailing list manager (port 9000)
|
|
container: listmonk_app
|
|
|
|
- Local - Automation:
|
|
|
|
- n8n:
|
|
icon: mdi-robot-industrial
|
|
href: "http://localhost:5678"
|
|
description: Workflow automation platform (port 5678)
|
|
container: n8n-changemaker
|
|
|
|
- Gitea:
|
|
icon: mdi-git
|
|
href: "http://localhost:3030"
|
|
description: Git repository hosting (port 3030)
|
|
container: gitea_changemaker
|
|
|
|
- PostgreSQL (Listmonk):
|
|
icon: mdi-database-outline
|
|
href: "#"
|
|
description: Database for Listmonk (port 5432)
|
|
container: listmonk_db
|
|
|
|
- PostgreSQL (NocoDB):
|
|
icon: mdi-database-outline
|
|
href: "#"
|
|
description: Database for NocoDB
|
|
container: changemakerlite-root_db-1
|
|
|
|
- Redis:
|
|
icon: mdi-database-sync
|
|
href: "#"
|
|
description: Shared cache & session storage (port 6379)
|
|
container: redis-changemaker
|
|
|
|
- Local - Monitoring:
|
|
|
|
- Prometheus:
|
|
icon: mdi-chart-line
|
|
href: "http://localhost:9090"
|
|
description: Metrics collection & time-series database (port 9090)
|
|
container: prometheus-changemaker
|
|
|
|
- Grafana:
|
|
icon: mdi-chart-box
|
|
href: "http://localhost:3001"
|
|
description: Monitoring dashboards & visualizations (port 3001)
|
|
container: grafana-changemaker
|
|
|
|
- Alertmanager:
|
|
icon: mdi-bell-alert
|
|
href: "http://localhost:9093"
|
|
description: Alert routing & notification management (port 9093)
|
|
container: alertmanager-changemaker
|
|
|
|
- Gotify:
|
|
icon: mdi-cellphone-message
|
|
href: "http://localhost:8889"
|
|
description: Self-hosted push notifications (port 8889)
|
|
container: gotify-changemaker
|
|
|
|
- cAdvisor:
|
|
icon: mdi-docker
|
|
href: "http://localhost:8080"
|
|
description: Container resource metrics (port 8080)
|
|
container: cadvisor-changemaker
|
|
|
|
- Node Exporter:
|
|
icon: mdi-server
|
|
href: "http://localhost:9100/metrics"
|
|
description: System-level metrics exporter (port 9100)
|
|
container: node-exporter-changemaker
|
|
|
|
- Redis Exporter:
|
|
icon: mdi-database-export
|
|
href: "http://localhost:9121/metrics"
|
|
description: Redis metrics exporter (port 9121)
|
|
container: redis-exporter-changemaker
|