- New video card block for GrapesJS landing pages, email templates, MkDocs export, and documentation editor Insert dropdown - Shared HTML generators in admin/src/utils/videoCardHtml.ts - MkDocs video-player.js hydrates .video-card-block elements: thumbnail fix via MEDIA_API_URL, click-to-play inline, Gallery link - Media API CORS: auto-add MkDocs + docs subdomain origins - env_config_hook.py: smart Docker hostname detection, ADMIN_PORT resolution, pass env vars to MkDocs container - Gallery URL uses /gallery?expanded=ID format - VideoPickerModal: fix double /api prefix and Docker hostname thumbs - Seed: default-video-card PageBlock - Remove V1 legacy code (influence/, map/) Bunker Admin
81 lines
1.8 KiB
YAML
Executable File
81 lines
1.8 KiB
YAML
Executable File
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/settings/
|
|
|
|
title: Changemaker Lite
|
|
description: Self-hosted platform for documentation, development, and automation
|
|
theme: dark # or light
|
|
color: purple
|
|
|
|
background:
|
|
image: /images/background.png
|
|
blur: xs # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
|
saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
|
brightness: 75 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
|
opacity: 50 # 0-100
|
|
|
|
cardBlur: xl # xs, md,
|
|
headerStyle: boxed
|
|
|
|
layout:
|
|
# Production Tab Groups
|
|
Production - Application:
|
|
tab: Production
|
|
style: column
|
|
Production - Content & Docs:
|
|
tab: Production
|
|
style: column
|
|
Production - Automation & Services:
|
|
tab: Production
|
|
style: column
|
|
Production - Infrastructure:
|
|
tab: Production
|
|
style: column
|
|
Production - Monitoring:
|
|
tab: Production
|
|
style: column
|
|
|
|
# Local Development Tab Groups
|
|
Local - Application:
|
|
tab: Local
|
|
style: column
|
|
Local - Content & Docs:
|
|
tab: Local
|
|
style: column
|
|
Local - Automation & Services:
|
|
tab: Local
|
|
style: column
|
|
Local - Infrastructure:
|
|
tab: Local
|
|
style: column
|
|
Local - Monitoring:
|
|
tab: Local
|
|
style: column
|
|
|
|
docker:
|
|
widget:
|
|
# Set this to false to hide CPU, memory, and network stats
|
|
showStats: false
|
|
|
|
# You can still keep health indicators
|
|
showHealth: true
|
|
|
|
|
|
quicklaunch:
|
|
searchDescriptions: true
|
|
hideInternetSearch: true
|
|
showSearchSuggestions: true
|
|
hideVisitURL: true
|
|
provider: duckduckgo
|
|
|
|
showStats: true
|
|
|
|
bookmarks:
|
|
showCategories: true
|
|
showIcons: true
|
|
target: _blank
|
|
columns: 3
|
|
pinned:
|
|
- Essential Tools:Code Server
|
|
- Content & Documentation:MkDocs (Live)
|
|
- Automation & Infrastructure:n8n |