Compare commits

...

2 commits

Author SHA1 Message Date
bb816656b6 필요없는 코드 제거 2026-03-02 15:53:40 +09:00
f1a0b7e87e chore: AFFiNE 서비스 항목 제거 2026-02-07 17:41:19 +09:00
2 changed files with 1 additions and 10 deletions

View file

@ -22,7 +22,6 @@ const SERVICES_URLS: &[(&str, &str)] = &[
("ffmpeg-downloader", "http://ffmpeg-gui:3000"), ("ffmpeg-downloader", "http://ffmpeg-gui:3000"),
("cloudbeaver", "http://cloudbeaver:8978"), ("cloudbeaver", "http://cloudbeaver:8978"),
("forgejo", "http://forgejo:3000"), ("forgejo", "http://forgejo:3000"),
("affine", "http://affine:3010"),
("hoppscotch", "http://hoppscotch:80") ("hoppscotch", "http://hoppscotch:80")
]; ];

View file

@ -6,7 +6,6 @@ import {
Server, Server,
Download, Download,
GitBranch, GitBranch,
FileText,
Zap, Zap,
Monitor, Monitor,
FolderCode, FolderCode,
@ -115,13 +114,6 @@ export const serviceCategories = [
icon: Download, icon: Download,
url: "https://ffmpeg.caadiq.co.kr", url: "https://ffmpeg.caadiq.co.kr",
}, },
{
id: "affine",
title: "AFFiNE",
desc: "문서 및 노트 관리",
icon: FileText,
url: "https://affine.caadiq.co.kr",
},
], ],
}, },
]; ];
@ -131,7 +123,7 @@ export const serviceCategories = [
* 백엔드 상태 체크 등에서 사용됩니다. * 백엔드 상태 체크 등에서 사용됩니다.
*/ */
export const serviceList = serviceCategories.flatMap( export const serviceList = serviceCategories.flatMap(
(category) => category.services (category) => category.services,
); );
// 각 카테고리 내 서비스들을 title 기준 알파벳순으로 자동 정렬 // 각 카테고리 내 서비스들을 title 기준 알파벳순으로 자동 정렬