linspector.github.io/projects/gadgets/index.html

30 lines
935 B
HTML

---
layout: default
title: Gadgets
metasub: projects
keywords: projects,shell,interface,management,gadgets,view,rpc,json,frontend,rush
---
<h2>Gadgets</h2>
<h3>Introduction</h3>
<p>Gadgets is a collection of tools to manage Linspector. Rush for example is a Remote User Shell for Linspector.</p>
<p>Rush connects to a Linspector instance using JSON-RPC and provides a similiar
interface like the builtin in Lish.</p>
<p>This is currently just for testing and debugging some stuff. Be sure, that the
JSON-RPC interface of Linspector does not provide authentication nor
encrytion like SSL!</p>
<p>The code is hosted here: <a href="https://github.com/linspector/gadgets" class="ext">https://github.com/linspector/gadgets</a></p>
<h3>Commit Log</h3>
<div id="github-commits"></div>
<script>
$(function() {
$('#github-commits').githubInfoWidget({ user: 'linspector', repo: 'gadgets', branch: 'master', last: 30 });
});
</script>