mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
---
|
|
title: "Dashboard"
|
|
description: "A simple dashboard for your server."
|
|
og:
|
|
description: "Deploy customizable dashboard on Coolify for application shortcuts, bookmarks, service monitoring, and centralized access to self-hosted tools."
|
|
category: "Administration"
|
|
icon: "/docs/images/services/dashboard-logo.svg"
|
|
---
|
|
|
|
|
|
<Callout type="warn" title="SERVICE NOT AVAILABLE">
|
|
|
|
This service is currently not available in Coolify's service catalog.
|
|
|
|
</Callout>
|
|
|
|
|
|
<ZoomImage src="https://i.imgur.com/tOnPDYQ.png" alt="dashboard" />
|
|
|
|
## What is Dashboard?
|
|
|
|
Dashboard is just that - a dashboard. It's inspired by [SUI](https://github.com/jeroenpardon/sui) and has all the same features as SUI, such as simple customization through JSON-files and a handy search bar to search the internet more efficiently.
|
|
|
|
## Features
|
|
|
|
So what makes this project different from (or even better than) SUI?
|
|
|
|
- "Display URL" functionality (The URL displayed for apps can differ from the actual URL)
|
|
- Categorization for apps
|
|
- Themes and search providers can be changed using JSON
|
|
- Imprint functionality
|
|
|
|
## Links
|
|
|
|
- [GitHub](https://github.com/phntxx/dashboard?utm_source=coolify.io)
|