Imported old code.

This commit is contained in:
Johannes Findeisen 2023-08-22 03:14:43 +02:00
commit 89d94c38b6
243 changed files with 26457 additions and 0 deletions

View file

@ -0,0 +1,30 @@
---
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>