site/content/links/index.md

28 lines
721 B
Markdown
Raw Normal View History

2022-05-01 12:23:24 +02:00
---
title: "Links"
2022-05-01 12:23:24 +02:00
---
### Vieter
Vieter is an implementation of an Arch repository server written in V, combined
with a build system.
2023-07-20 17:17:35 +02:00
* [Source](https://git.rustybever.be/vieter-v/vieter)
2022-05-01 12:23:24 +02:00
* [Docs](/docs/vieter)
* [API Docs](/api-docs/vieter)
2023-07-20 17:17:35 +02:00
### Alex
Alex is a Rust program that wraps a Minecraft server process and automates
creating incremental backups.
* [Source](https://git.rustybever.be/Chewing_Bever/alex)
### Site
This site is fully open-source, and the backend is a custom Rust web server
that I've designed to update the hosted files using POST requests from my CI.
* [Backend Source](https://git.rustybever.be/Chewing_Bever/site-backend)
* [Blog Source](https://git.rustybever.be/Chewing_Bever/site)