01:24

foyer — Config-Driven Homelab Dashboard, No Build Step

Lightweight self-hosted start page with a sidebar of services that load into an in-page iframe pane. Fully configurable via YAML: services, icons, grouping, URL rules, dashboard grid, clock widget. Supports multi-profile switching, folded/expanded sidebar, collapsible groups, dark/light theme, and bookmarklet quick-add. No build step — plain HTML/JS/CSS. MIT, 9 stars.
21:34

r/Proxmox — What Do You Do First After a Fresh PVE Install?

Community thread on post-install Proxmox VE setup steps: running the community-scripts.github.io post-install helper script, securing SSH (disable root login, 2FA), setting up Tailscale + ufw firewall, upgrading kernel for newer hardware support, ACME certs, cluster join, backups, KSM tuning, and disabling the subscription nag screen.
10:07

SubTrackr: Self-Hosted Subscription Tracker (Go)

Self-hosted subscription/recurring-payment tracker built in Go with dark mode, multi-currency support, Telegram renewal reminders, and Wallos import.
06:33

Live Docker Backups with btrbk (Btrfs)

A guide to using btrbk with Btrfs for point-in-time snapshots and efficient replication of live Docker data. It covers backup atomicity, Btrfs setup, local snapshot/replication configuration, incremental transfers, and scheduling recurring backups with systemd.
15:36

Back Up Docker Data to Backblaze B2 with restic and Backrest

A practical guide to using restic and Backrest to create scheduled, encrypted, incremental backups of live Docker data. It covers deploying Backrest, configuring a Backblaze B2 S3-compatible repository, setting backup plans and schedules, and checking or restoring snapshots.