homepage/config
Vadym Samoilenko d71fbe6c75 Fix: prepend basePath to all client-side API calls + add server config
API path fixes:
- _app.jsx: SWR middleware prefixes all useSWR keys with NEXT_PUBLIC_BASE_PATH
- index.jsx: update fallback keys, raw fetch() calls, and Script src
- _document.jsx: update custom.css link hrefs
- revalidate.jsx, search.jsx, api-helpers.js: update raw fetch/proxy calls

Initial dashboard config (force-added, config/ is gitignored by default):
- settings.yaml: dark slate theme, English, two-row layout
- services.yaml: all 5 server apps with Docker container health links
- widgets.yaml: CPU/RAM/disk resources widget + datetime
- docker.yaml: local Docker socket for auto-discovery

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 12:43:03 +01:00
..
docker.yaml Fix: prepend basePath to all client-side API calls + add server config 2026-04-01 12:43:03 +01:00
services.yaml Fix: prepend basePath to all client-side API calls + add server config 2026-04-01 12:43:03 +01:00
settings.yaml Fix: prepend basePath to all client-side API calls + add server config 2026-04-01 12:43:03 +01:00
widgets.yaml Fix: prepend basePath to all client-side API calls + add server config 2026-04-01 12:43:03 +01:00