added github and gitea to projects, changed email and linkedin to links in contacts
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-18 15:15:02 -06:00
parent cc84cbad8d
commit 2c9df81c9e
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
<div id="projects">
<h3>Projects</h3>
[https://github.com/ewpt3ch](https://github.com/ewpt3ch) | [https://gitea.ewpt3ch.dev/ewpt3ch](https://gitea.ewpt3ch.dev/ewpt3ch)
**pkgstash** - [https://github.com/ewpt3ch/pkgstash](https://github.com/ewpt3ch/pkgstash)
To reduce duplication in update management for local Arch Linux systems I built a sparse caching server. It reduces external traffic in a local network that has multiple Arch Linux systems. By replicating the structure of a full mirror it provides a drop in replacement for any standard mirror. Clients use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time.