Membership features
Everything your membership includes
WEDC delivers three pillars of technical resources — updated weekly, immediately accessible, designed for developers who run their own infrastructure.
Educational Content
The WEDC content library spans every layer of the modern self-hosted developer stack. Tutorials are structured for practitioners — not beginners, not abstract theory — with runnable code, tested configurations, and real-world trade-off analysis.
Topics include AI automation pipelines (n8n, LangChain, local LLMs with Ollama), Kubernetes for solo developers (k3s, k0s), Linux hardening and intrusion detection, self-hosted media servers, home-lab networking, and cloud-native configuration patterns.
- AI automation pipelines with n8n and Ollama
- Kubernetes for solo developers (k3s / k0s)
- Linux hardening and fail2ban configuration
- Self-hosted media servers and backup stacks
- Home-lab networking and VLAN segmentation
- Cloud infrastructure patterns (Terraform, Pulumi)
Sample content topics
+ new content every week
Utility library snapshot
vaultcli RustEncrypted credential and note store with GPG key integration
syncmesh GoMulti-device file manifest and diff utility for Syncthing workflows
cfglock PythonConfiguration file encryptor with per-field access controls
infracheck TypeScriptLightweight self-hosted infrastructure health checker
Downloadable Software Utilities
Every month, Pro and Team members receive new downloadable software utilities: command-line tools, small desktop applications, and helper scripts purpose-built for privacy-focused, self-hosted workflows.
All utility applications are distributed as pre-built binaries for Linux (x86-64, ARM64), macOS, and Windows. Source code is included for transparency and self-compilation. Tools are signed and checksummed.
- Encrypted note-taking and credential CLI tools
- Multi-device file manifest and sync helpers
- Password vault sync and audit utilities
- Configuration file encryptors with access controls
- Self-hosted infrastructure health checkers
- Developer dotfile managers with GPG integration
Cloud & Self-Hosted Configs
Production-ready infrastructure configuration guides form the backbone of the WEDC library. Each configuration is battle-tested, documented with explanations of every decision, and includes an upgrade path.
The monthly configuration release bundle (Pro/Team) includes curated Terraform modules for popular cloud providers, Ansible playbooks for Linux fleet management, and Docker Compose stacks for the most requested self-hosted applications.
- Terraform modules for AWS, Hetzner, and Vultr
- Ansible playbooks for Linux hardening and provisioning
- Docker Compose stacks for Vaultwarden, Nextcloud, Gitea
- Kubernetes manifests for k3s single-node deployments
- Caddy and Nginx web-gateway configuration templates
- Monitoring stacks: Grafana + Prometheus + Loki
Example: Vaultwarden Compose stack
# docker-compose.yml
services:
vaultwarden:
image: vaultwarden/server:latest
restart: unless-stopped
environment:
DOMAIN: "https://vault.yourdomain.com"
SIGNUPS_ALLOWED: "false"
WEBSOCKET_ENABLED: "true"
volumes:
- ./vw-data:/data
caddy:
image: caddy:latest
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data + 14 more production-ready stacks in the Pro bundle
Ready to access the full library?
Join WEDC and get immediate access to all three pillars of membership content.
See membership plans