site/content/links/index.md

34 lines
848 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
2023-10-14 21:40:45 +02:00
An implementation of an Arch repository server combined with a build system,
written in V.
2022-05-01 12:23:24 +02:00
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
2023-10-14 21:40:45 +02:00
Minecraft server process wrapper that automates creating (incremental) backups,
written in Rust.
2023-07-20 17:17:35 +02:00
* [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)
2023-10-14 21:40:45 +02:00
## Lander
My home-grown URL shortener & pastebin, written from the ground up in C.
* [Source](https://git.rustybever.be/Chewing_Bever/lander)