Compare commits
2 commits
3e91702198
...
bb816656b6
| Author | SHA1 | Date | |
|---|---|---|---|
| bb816656b6 | |||
| f1a0b7e87e |
2 changed files with 1 additions and 10 deletions
|
|
@ -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")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 기준 알파벳순으로 자동 정렬
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue