📖 Update X (twitter) Account
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>CheckCle is an open-source monitoring stack</title>
|
<title>CheckCle</title>
|
||||||
<meta name="description" content="An open-source monitoring platform offering real-time insights into server and service health, incident management, and operational transparency." />
|
<meta name="description" content="An open-source monitoring platform offering real-time insights into server and service health, incident management, and operational transparency." />
|
||||||
<meta name="author" content="Tola Leng" />
|
<meta name="author" content="Tola Leng" />
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<meta property="og:image" content="https://pub-4a4062303020445f8f289a2fee84f9e8.r2.dev/images/checkcle-black.png" />
|
<meta property="og:image" content="https://pub-4a4062303020445f8f289a2fee84f9e8.r2.dev/images/checkcle-black.png" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:site" content="@tlengoss" />
|
<meta name="twitter:site" content="@checkcle_oss" />
|
||||||
<meta name="twitter:image" content="https://pub-4a4062303020445f8f289a2fee84f9e8.r2.dev/images/checkcle-black.png" />
|
<meta name="twitter:image" content="https://pub-4a4062303020445f8f289a2fee84f9e8.r2.dev/images/checkcle-black.png" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ export const Header = ({
|
|||||||
variant="outline"
|
variant="outline"
|
||||||
size="icon"
|
size="icon"
|
||||||
className="rounded-full w-8 h-8 border-border"
|
className="rounded-full w-8 h-8 border-border"
|
||||||
onClick={() => window.open("https://x.com/tlengoss", "_blank")}
|
onClick={() => window.open("https://x.com/checkcle_oss", "_blank")}
|
||||||
>
|
>
|
||||||
<span className="sr-only">X (Twitter)</span>
|
<span className="sr-only">X (Twitter)</span>
|
||||||
<Twitter className="w-4 h-4" />
|
<Twitter className="w-4 h-4" />
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ export const AboutSystem: React.FC = () => {
|
|||||||
<FileText className={`h-5 w-5 ${theme === 'dark' ? 'text-white/80' : 'text-gray-700'}`} />
|
<FileText className={`h-5 w-5 ${theme === 'dark' ? 'text-white/80' : 'text-gray-700'}`} />
|
||||||
<span>{t('viewDocumentation')}</span>
|
<span>{t('viewDocumentation')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="outline" className="flex items-center justify-start gap-3 h-12 hover:bg-muted/50 transition-all duration-200" onClick={() => window.open("https://x.com/tlengoss", "_blank")}>
|
<Button variant="outline" className="flex items-center justify-start gap-3 h-12 hover:bg-muted/50 transition-all duration-200" onClick={() => window.open("https://x.com/checkcle_oss", "_blank")}>
|
||||||
<Twitter className={`h-5 w-5 ${theme === 'dark' ? 'text-white/80' : 'text-gray-700'}`} />
|
<Twitter className={`h-5 w-5 ${theme === 'dark' ? 'text-white/80' : 'text-gray-700'}`} />
|
||||||
<span>{t('followOnX')}</span>
|
<span>{t('followOnX')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ The roadmap is divided into the following stages:
|
|||||||
**Status:** 🔧 In Progress
|
**Status:** 🔧 In Progress
|
||||||
#### Tentative Features:
|
#### Tentative Features:
|
||||||
- [ ] ✅ Server and Service Table row clickable to detail page.
|
- [ ] ✅ Server and Service Table row clickable to detail page.
|
||||||
|
- [ ] ✅ Implement pagination for the SSL dashboard table
|
||||||
- [ ] 🔧 Server Agent (RPM, Docker container, and general binary package)
|
- [ ] 🔧 Server Agent (RPM, Docker container, and general binary package)
|
||||||
- [ ] 🔧 Notification System (Webhook, Telegram, Discord, Slack, Email, Google Chat)
|
- [ ] 🔧 Notification System (Webhook, Telegram, Discord, Slack, Email, Google Chat)
|
||||||
- [ ] 🔧 Improve Uptime Service and Server connection update based on status and notification.
|
- [ ] 🔧 Improve Uptime Service and Server connection update based on status and notification.
|
||||||
|
|||||||
+1
-1
@@ -162,7 +162,7 @@ CheckCleの改善にご協力いただける方法をご紹介します:
|
|||||||
- GitHubリポジトリ: ⭐ [CheckCle](https://github.com/operacle/checkcle.git)
|
- GitHubリポジトリ: ⭐ [CheckCle](https://github.com/operacle/checkcle.git)
|
||||||
- コミュニティチャンネル: ディスカッションやissuesで参加してください!
|
- コミュニティチャンネル: ディスカッションやissuesで参加してください!
|
||||||
- Discord: コミュニティに参加 [@discord](https://discord.gg/xs9gbubGwX)
|
- Discord: コミュニティに参加 [@discord](https://discord.gg/xs9gbubGwX)
|
||||||
- X: [@tlengoss](https://x.com/tlengoss)
|
- X: [@checkcle_oss](https://x.com/checkcle_oss)
|
||||||
|
|
||||||
## 📜 ライセンス
|
## 📜 ライセンス
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -163,7 +163,7 @@ services:
|
|||||||
- ឃ្លាំងផ្ទុកកូដ: ⭐ [CheckCle](https://github.com/operacle/checkcle.git)
|
- ឃ្លាំងផ្ទុកកូដ: ⭐ [CheckCle](https://github.com/operacle/checkcle.git)
|
||||||
- ទំនាក់ទំនងក្រុម: Engage via discussions and issues!
|
- ទំនាក់ទំនងក្រុម: Engage via discussions and issues!
|
||||||
- បណ្តាញសង្គម: Join our community [@discord](https://discord.gg/xs9gbubGwX)
|
- បណ្តាញសង្គម: Join our community [@discord](https://discord.gg/xs9gbubGwX)
|
||||||
- X: [@tlengoss](https://x.com/tlengoss)
|
- X: [@checkcle_oss](https://x.com/checkcle_oss)
|
||||||
|
|
||||||
## 📜 License
|
## 📜 License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user