Files
tolelom.xyz/data/sites.js

22 lines
972 B
JavaScript

const sites = {
projects: [
{ name: "Blog", url: "https://blog.tolelom.xyz", icon: "📝", description: "개인 블로그" },
{ name: "One of the Plans", url: "https://a301.tolelom.xyz", icon: "🎮", description: "MMORPG Unity 게임" },
{
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: "Jetson 자율주행 모니터링" }
],
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: "서버 모니터링" }
]
};