Enforcing Commit Conventions (Conventional Commits) With CI
Adopt Conventional Commits and let CI enforce, lint, and validate them so releases and changelogs generate automatically.
NetBay journal
Practical guides for Linux, containers, CI/CD, self-hosting, and running VPS infrastructure from Netbay Engineering.
499 articles · 24 topics
Adopt Conventional Commits and let CI enforce, lint, and validate them so releases and changelogs generate automatically.
Bundle repeated step groups into reusable composite GitHub Actions that run inside the calling job with no extra checkout, to keep your pipeline files DRY.
Auto-assign reviewers from a rotating team list and label every PR by what it touches, so review load stays fair and nobody misses a change.
Run Vaultwarden, the lightweight Bitwarden-compatible server, with hardened TLS, invitation-only signup, and encrypted off-box vault backups.
Versioning is a trust exercise: increment deliberately, overlap old and new versions, and retire v1 only when real traffic says it is time.
Read certificate chains, pick sane ciphersuite defaults, and understand why renegotiation matters when you operate an HTTPS proxy edge.
Store float32 embeddings in SQLite or Postgres on one VPS, skip a hosted vector database, and run honest nearest-neighbor search you can backup.
A practical map of the FHS standard directories, what goes in each, and why the layout matters for server administration.
Rocky and AlmaLinux both rebuild RHEL for free, yet governance differs. Learn the compatibility and tooling gaps before you standardize a CentOS successor.
Organize growing playbooks into reusable roles with defaults, handlers, and tags so you can run only the steps you need at any moment.
An overview of ext4, XFS, btrfs, and ZFS for VPS workloads: maturity, snapshots, checksums, and where each filesystem clearly wins or costs you.
Configure a static IP address on an Ubuntu or CentOS VPS by choosing between Netplan and NetworkManager correctly.