{% extends "base.html" %} {% block title %}Shell-Gen · 首页{% endblock %} {% block body %}

选择需要部署的服务

填写参数,实时生成可立即执行的 bash 脚本。所有脚本会先做 distro 检测 (Ubuntu/Debian/CentOS/RHEL/Rocky/Alma) 再安装,不会破坏现有服务。

{{ total }}
生成器
{% for cat in all_cats %} {% set n = all_cats|length %} {% endfor %}
{{ categories|length }}
分类
100%
开源
{% for cat in categories %}

{{ category_icons.get(cat, '📦') }} {{ category_labels.get(cat, cat) }}

{% for gid, gen in (request.application_generator_items if false else []) %}{% endfor %} {# Render via Python loop using all generators grouped by cat #} {% for gid, gen in [] %}{% endfor %}
{# Render in JS to keep templating simple #}
{% endfor %}

📚 全部生成器

{% endblock %}