tools page; draft for article

This commit is contained in:
Jan Wolff 2022-12-05 22:59:23 +01:00
parent 83cbe179ac
commit 0b573f5b96
5 changed files with 94 additions and 8 deletions

31
content/tools/_index.md Normal file
View file

@ -0,0 +1,31 @@
---
title: "Tools"
date: 2022-12-05T22:19:44+01:00
draft: true
---
## sheldond
Sheldon Director is a server for the
[Gemini](https://gemini.circumlunar.space/) internet protocol.
The software is written in Rust and currently it only supports hosting static
files.
current version: 0.2.0
* [source code](/files/sheldond/sheldond-0.2.0.tar.gz) ([SHA256](/files/sheldond/sheldond-0.2.0.tar.gz.sha256))
* [git](https://git.janw.name/sheldond.git/)
---
## vma-extractor
[Proxmox](https://www.proxmox.com/de/) uses some self-built format to store VM
backups. It is implemented as a patch to their Qemu fork.
This is a tool to extract VMA backups. It is written in Python3.
current version: 1.1.1
* [source code](/files/vma-extractor/vma-extractor-1.1.1.tar.gz) ([SHA256](/files/vma-extractor/vma-extractor-1.1.1.tar.gz.sha256))
* [git](https://git.janw.name/vma-extractor.git/)