Skip to content

Commit 38ff879

Browse files
committed
chore: add preview
1 parent 31fb469 commit 38ff879

File tree

8 files changed

+14
-0
lines changed

8 files changed

+14
-0
lines changed

.github/assets/preview.jpg

231 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
HTTP management UI built with Golang Echo to view and manage multiple self-hosted GitHub Actions Runners on one machine. YAML-based config, no database required.
88

9+
![](.github/assets/preview.jpg)
10+
911
## Highlights
1012

1113
- **Zero database**: YAML-only config, no external deps; config is your backup and easy to version.

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**文档 / Docs:** [EN](.) · [中文](zh/) · [Français](fr/) · [Deutsch](de/) · [한국어](ko/) · [日本語](ja/)
44

5+
![](../.github/assets/preview.jpg)
6+
57
- **[User Guide](guide.md)** — Deployment, configuration, adding runners, security & troubleshooting
68
- **[Development & Build](development.md)** — Build, API, Makefile
79

docs/de/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**文档 / Docs:** [EN](../) · [中文](../zh/) · [Français](../fr/) · Deutsch · [한국어](../ko/) · [日本語](../ja/)
44

5+
![](../../.github/assets/preview.jpg)
6+
57
- **[Benutzerhandbuch](guide.md)** — Bereitstellung, Konfiguration, Runner hinzufügen, Sicherheit und Fehlerbehebung
68
- **[Entwicklung & Build](development.md)** — Build, API, Makefile
79

docs/fr/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**文档 / Docs:** [EN](../) · [中文](../zh/) · Français · [Deutsch](../de/) · [한국어](../ko/) · [日本語](../ja/)
44

5+
![](../../.github/assets/preview.jpg)
6+
57
- **[Guide d'utilisation](guide.md)** — Déploiement, configuration, ajout de runners, sécurité et dépannage
68
- **[Développement et build](development.md)** — Build, API, Makefile
79

docs/ja/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**文档 / Docs:** [EN](../) · [中文](../zh/) · [Français](../fr/) · [Deutsch](../de/) · [한국어](../ko/) · 日本語
44

5+
![](../../.github/assets/preview.jpg)
6+
57
- **[ユーザーガイド](guide.md)** — デプロイ、設定、Runner 追加、セキュリティとトラブルシューティング
68
- **[開発とビルド](development.md)** — ビルド、API、Makefile
79

docs/ko/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**文档 / Docs:** [EN](../) · [中文](../zh/) · [Français](../fr/) · [Deutsch](../de/) · 한국어 · [日本語](../ja/)
44

5+
![](../../.github/assets/preview.jpg)
6+
57
- **[사용 가이드](guide.md)** — 배포, 설정, Runner 추가, 보안 및 문제 해결
68
- **[개발 및 빌드](development.md)** — 빌드, API, Makefile
79

docs/zh/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**文档 / Docs:** [EN](../) · 中文 · [Français](../fr/) · [Deutsch](../de/) · [한국어](../ko/) · [日本語](../ja/)
44

5+
![](../../.github/assets/preview.jpg)
6+
57
- **[使用指南](guide.md)**:部署、配置、添加 Runner、安全与排障
68
- **[开发与构建](development.md)**:构建、API、Makefile
79

0 commit comments

Comments
 (0)