Self-Hosting Gitea Behind Nginx Proxy Manager
Problem GitHub started training Copilot models on the code it hosts. Although you can opt out (under Settings - Privacy), for my personal notes, prototypes, and homelab configs that’s a deal-breaker — I want a private git server that lives entirely inside my LAN, never reachable from the public internet, but still accessible with the convenience of a normal git push. Gitea is the obvious pick: small, single-binary (or single container), no JVM, web UI close enough to GitHub to feel familiar....