2026-05-12 final polish
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-12 22:16:22 -06:00
parent b4c90e7db7
commit 5a785932a4
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
**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 closely. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time.
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.
Go, golang.org/x/sync/singleflight, github.com/BurntSushi/toml, GitHub Actions
@@ -11,7 +11,7 @@ Go, golang.org/x/sync/singleflight, github.com/BurntSushi/toml, GitHub Actions
Automates the process of creating distributable resumes from easy to edit markdown files. Uses Woodpecker CI or GitHub Actions to create html and pdf then publish them on a website.
Python, uv, Woodpecker CI, Jinja2, htmltopdf, mdtohtml
Python, uv, Woodpecker CI, Jinja2, WeasyPrint, markdown-it-py
**FlaskFDX** - [https://gitea.ewpt3ch.dev/ewpt3ch/flaskfdx](https://gitea.ewpt3ch.dev/ewpt3ch/flaskfdx)