Added some more links
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
Jef Roosens 2023-07-20 17:17:35 +02:00
parent 4dcf759b8b
commit ff8ebbc1b0
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 16 additions and 0 deletions

View File

@ -7,5 +7,21 @@ title: "Links"
Vieter is an implementation of an Arch repository server written in V, combined
with a build system.
* [Source](https://git.rustybever.be/vieter-v/vieter)
* [Docs](/docs/vieter)
* [API Docs](/api-docs/vieter)
### 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)