- Updated titles and descriptions for clarity and consistency across Helm, Kustomize, and troubleshooting guides.
- Enhanced the overview section to better describe deployment options and components.
- Revised prerequisites to streamline requirements for deploying Pangolin and Sites (Newt).
- Improved clarity on storage, networking, and security requirements, including detailed RBAC and NetworkPolicy considerations.
- Removed deprecated sections and added new information regarding Gerbil and proxy protocol handling.
- Adjusted resource planning guidelines to reflect best practices for Kubernetes deployments.
Signed-off-by: Marc Schäfer <git@marcschaeferger.de>
fix: #49
This PR adds a warning to the top of the Native GeoBlock article to a new dedicated community guide how to remove the legacy method of geoblocking
- Add manage/asnblocking.mdx documentation page covering ASN-based access control
- Explains benefits of blocking by Autonomous System Number
- Documents common ASNs (cloud providers, ISPs, VPN services, CDNs)
- Provides configuration patterns for VPN/proxy blocking, datacenter filtering
- Includes manual ASN entry support and ASN lookup resources
- Add self-host/advanced/enable-asnblocking.mdx setup guide
- Documents GeoLite2-ASN database installation steps
- Includes config.yml parameter (maxmind_asn_db_path)
- Mirrors enable-geoblocking.mdx structure for consistency
- Update docs.json navigation
- Add asnblocking to Access Control group (after geoblocking)
- Add enable-asnblocking to Advanced Configuration section
- Update self-host/community-guides/geolite2automation.mdx
- Add GeoLite2-ASN to GEOIPUPDATE_EDITION_IDS
- Add maxmind_asn_path configuration example
- Update text to reference both geoblocking and ASN blocking features