CoreControl/docs/index.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2025-04-20 18:44:27 +02:00
---
layout: home
hero:
name: "CoreControl"
2025-04-20 19:54:58 +02:00
text: "Manage your server infrastructure"
2025-04-20 18:44:27 +02:00
actions:
- theme: brand
2025-04-20 19:54:58 +02:00
text: Install
link: /installation
2025-04-20 18:44:27 +02:00
- theme: alt
2025-04-20 19:54:58 +02:00
text: GitHub
link: https://github.com/crocofied/corecontrol
image:
src: /logo.png
alt: Logo
2025-04-20 18:44:27 +02:00
features:
2025-04-21 15:14:40 +02:00
- icon: 🚀
title: Easy Deployment
details: Deploy and manage your servers with just a few clicks - thanks to docker
- icon: 🔒
title: Secure Management
details: Secure connections with the panel and a more secure authentication system
- icon: 📊
title: Real-time Monitoring
details: Monitor server performance, resource usage and uptime in real-time
- icon: 🎮
title: Easy to Manage
details: Simple and intuitive management interface for all your needs
- icon: 🔔
title: Notifications
2025-04-25 22:57:48 +02:00
details: Stay informed with alerts and notifications about your servers & applications status
2025-04-21 15:14:40 +02:00
- icon: ✨
title: Clean UI
details: Modern and user-friendly interface designed for the best user experience
2025-04-20 18:44:27 +02:00
---
2025-04-20 19:54:58 +02:00
<style>
:root {
--vp-home-hero-image-background-image: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25));
--vp-home-hero-image-filter: blur(100px);
}
</style>