You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use for NixOS configuration work in /persist/nix-config: flakes, dendritic layout, package sets, scripts outside .nix, Go/go run instead of Python, host/container/service patterns, and gated verification.
NixOS Configurations
Use this skill for NixOS host, container, LXC, Home Manager, module, overlay,
package-set, service, build, deploy, and Nix documentation work in this
repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reproducible infrastructure-as-code solution for secure, self-updating Hugo website server
The candidate's task is to build a reproducible infrastructure-as-code solution where Terraform provisions a Hetzner VPS and Cloudflare DNS, and Ansible configures a secure, self-updating Hugo website server.
Core Architecture
Terraform (Infrastructure Layer)
Provider:hcloud (Hetzner) and cloudflare.
Compute:CX23 VPS (2 vCPU, 4GB RAM) in Nuremberg (nbg1).
Security:
Pre-configured SSH keys (referenced by name from Hetzner project).
Dedicated hcloud_firewall attached to the server allowing only TCP ports 22, 80, and 443.
Run opencode on windows using git-bash via server/client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEV-intro.md - Developer Introduction to STR Forms
Executive Summary
STR Forms is a multi-entity currency exchange ERP system built for local deployment (single Hetzner VPS). It handles transaction processing (5 types: exchange, expense, deposit, withdrawal, transfer), debt tracking, and financial reporting across multiple legal entities within a single organization. The system serves 4 user roles (admin, accountant, cashier, viewer) with role-based access control and entity-level data isolation.
Primary use case: Cashiers process currency exchanges at exchange bureaus. Accountants track expenses and generate P&L reports. Admins manage users, entities, wallets, and periods. Viewers (typically business owners) have read-only access to all reports.
Hermes Bot is a subscription service that notifies customers when specific Hermes products become available in their chosen country. The system leverages shengsho.com's email notifications which already contain complete product data (name, price, SKU, direct Hermes URL, images) - eliminating the need for web scraping entirely.