- No-ill 프로젝트 링크 추가 - Skills에서 Redis Backend 중복 제거, Prometheus 추가 - Education 섹션 id 추가 및 nav 링크 추가 - Sitemap infra에 Tolchain RPC 추가 - Sitemap 홀수 카드 레이아웃 수정 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
1.3 KiB
JavaScript
28 lines
1.3 KiB
JavaScript
const sites = {
|
|
projects: [
|
|
{ name: "Blog", url: "https://blog.tolelom.xyz", icon: "📝", description: "개인 블로그" },
|
|
{ name: "Hongik", url: "https://hongik.tolelom.xyz", icon: "🔤", description: "한글 프로그래밍 언어 플레이그라운드",
|
|
subLinks: [
|
|
{ label: "문서", url: "https://hongik.docs.tolelom.xyz" }
|
|
]
|
|
},
|
|
{ name: "One of the Plans", url: "https://a301.tolelom.xyz", icon: "🎮", description: "블록체인 연동 게임 플랫폼" },
|
|
{
|
|
name: "No-ill",
|
|
url: "https://no-ill.tolelom.xyz",
|
|
icon: "🏥",
|
|
description: "독거노인 낙상 감지 · 케어 서비스",
|
|
subLinks: [
|
|
{ label: "보호자 앱", url: "https://no-ill-app.tolelom.xyz" }
|
|
]
|
|
},
|
|
{ name: "SION", url: "https://sion.tolelom.xyz", icon: "🚗", description: "AGV 실시간 경로 제어 · 모니터링" }
|
|
],
|
|
infra: [
|
|
{ name: "Git", url: "https://git.tolelom.xyz", icon: "🗃️", description: "셀프호스팅 Git" },
|
|
{ name: "Portainer", url: "https://port.tolelom.xyz", icon: "🐳", description: "Docker 관리" },
|
|
{ name: "Monitoring", url: "https://monitoring.tolelom.xyz", icon: "📊", description: "서버 모니터링" },
|
|
{ name: "Tolchain RPC", url: "https://rpc.tolelom.xyz/status", icon: "⛓️", description: "블록체인 RPC 상태" }
|
|
]
|
|
};
|