feat(ci): add GitLab CE + Jenkins LTS one-click generators

Add 'ci' category with two service generators (gitlab, jenkins),
following project conventions (quoted heredocs, PKG_INSTALL, bash_header,
warnings + post_steps). Jenkins WAR URLs pinned in a class dict to
avoid 404s. app.py + generators/__init__.py updated to register.
This commit is contained in:
Your Name
2026-08-07 15:57:56 +08:00
parent 893f5f5955
commit 956797f75b
3 changed files with 291 additions and 0 deletions
+2
View File
@@ -41,6 +41,7 @@ category_labels = {
"network": "网络工具",
"monitoring": "监控告警",
"security": "安全加固",
"ci": "CI/CD 平台",
}
category_icons = {
@@ -52,6 +53,7 @@ category_icons = {
"network": "🌐",
"monitoring": "📊",
"security": "🔒",
"ci": "🚀",
}