mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.3 KiB
77 lines
2.3 KiB
{% extends '_without_nav_base.html' %}
|
|
{% load i18n %}
|
|
{% block body %}
|
|
<style>
|
|
li {
|
|
list-style: disc;
|
|
}
|
|
ul {
|
|
padding-left: 30px;
|
|
padding-top: 10px;
|
|
}
|
|
p {
|
|
padding-top: 10px;
|
|
}
|
|
</style>
|
|
<div style="margin: 0 200px">
|
|
<div class="group">
|
|
<h2>JumpServer {% trans 'Client' %} v1.1.7</h2>
|
|
<p>
|
|
{% trans 'JumpServer Client, currently used to launch the client, now only support launch RDP SSH client, The Telnet client will next' %}
|
|
</p>
|
|
<ul>
|
|
<li> <a href="/download/JumpServer-Client-Installer-x86_64.msi">jumpserver-client-windows-x86_64.msi</a></li>
|
|
<li> <a href="/download/JumpServer-Client-Installer.dmg">jumpserver-client-darwin.dmg</a></li>
|
|
<li> <a href="/download/JumpServer-Client-Installer-amd64.run">jumpserver-client-linux-amd64.run</a></li>
|
|
<li> <a href="/download/JumpServer-Client-Installer-arm64.run">jumpserver-client-linux-arm64.run</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="group">
|
|
<h2>{% trans 'Microsoft' %} RDP {% trans 'Official' %}{% trans 'Client' %} v10.6.7</h2>
|
|
<p>
|
|
{% trans 'macOS needs to download the client to connect RDP asset, which comes with Windows' %}
|
|
</p>
|
|
<ul>
|
|
<li><a href="/download/Microsoft_Remote_Desktop_10.6.7_installer.pkg">microsoft-remote-desktop-installer.pkg</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
{% if XPACK_ENABLED %}
|
|
<div class="group">
|
|
<h2>{% trans 'Windows Remote application publisher tools' %} v2.0</h2>
|
|
<p>{% trans 'Jmservisor is the program used to pull up remote applications in Windows Remote Application publisher' %}</p>
|
|
<ul>
|
|
<li><a href="/download/Jmservisor.msi">jmservisor.msi</a></li>
|
|
</ul>
|
|
</div>
|
|
{% endif %}
|
|
|
|
<div class="group">
|
|
<h2>JumpServer {% trans 'Offline video player' %} v0.1.5</h2>
|
|
<ul>
|
|
<li><a href="/download/JumpServer-Video-Player.dmg">jumpserver-video-player.dmg</a></li>
|
|
<li><a href="/download/JumpServer-Video-Player.exe">jumpserver-video-player.exe</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
<style>
|
|
ul {
|
|
list-style-type: disc;
|
|
}
|
|
li a {
|
|
color: blue;
|
|
}
|
|
|
|
.group {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.group ul {
|
|
padding-top: 10px;
|
|
}
|
|
</style>
|
|
|
|
{% endblock %}
|