Commit Graph

54 Commits

Author SHA1 Message Date
Root-Core
3fac34f3ea Update DNS provider info to reference Lego documentation
Updated the information regarding DNS provider support to reference the Lego documentation instead of Traefik's documentation, which was removed and links to Lego's.
2026-03-09 04:10:02 +01:00
Owen
df1fc4b92d Merge branch 'main' of github.com:fosrl/docs-v2 2026-02-27 18:08:58 -08:00
Owen
5666805324 Update default values 2026-02-26 10:51:04 -08:00
miloschwartz
e09772c112 add windows cli and generate org ca to pangctl 2026-02-25 17:07:13 -08:00
Owen Schwartz
b599947471 Merge pull request #66 from LaurenceJJones/docs/netcup-wildcard-dns-firewall 2026-02-25 10:37:39 -08:00
miloschwartz
0bdd4f115e add diagram 2026-02-23 20:59:59 -08:00
Owen
77e98a259a Update docs 2026-02-23 20:25:27 -08:00
Laurence
fae58ba9fb reword it to be generic instead of focusing on netcup 2026-02-18 07:56:13 +00:00
Laurence
4ac01fecf9 enhance: clarify Netcup DNS-01 UDP firewall workaround 2026-02-18 07:51:15 +00:00
AstralDestiny
d22b90928b Attempt to undo what github thinks I did when it was only a 5 line update. 2026-02-15 11:05:28 -08:00
AstralDestiny
a32dec8a91 Remove Pangolin Cloud CTA from wildcard domains doc 2026-02-15 11:05:28 -08:00
miloschwartz
202e25b9f6 clean up client install/configure and add sidebar cta 2026-02-12 16:43:44 -08:00
Owen
6ed77d7b73 Add new flags and values 2026-02-11 19:53:09 -08:00
Laurence
df9b36cbe0 enhance(enterprise): Consistent naming scheme and update quick install
Standardize edition-gated terminology to Enterprise Edition across docs where feature availability is described.

Add links to /self-host/enterprise-edition so users can quickly understand edition differences before enabling gated features or selecting an installer edition.
2026-02-08 10:52:03 -08:00
Owen
3af7403373 Add clustering page 2026-02-01 17:31:18 -08:00
Matt Sartwell
a3a25608dd Clarify Pangolin docs for wildcard certificates
- add illustrative config.yml snippet
- extend highlight to capture relevant traefik line
- clarify pangolin dashboard is inaccessible at step 3 in the process
2026-01-30 12:25:32 -08:00
Balu
73ca2ec4d9 Align with installer created file
Aligned configuration file with the file created by the installer. Removed `cert_resolver`, since it is not in the installer file. Added "REPLACE" comments as are used in the manual installation section.
2026-01-28 14:42:50 -08:00
kapuett
7c23b6dfeb Fix indentation 2026-01-28 14:40:23 -08:00
ywaf
96454707c5 Typo 2026-01-27 18:49:33 -08:00
Owen
6c44067e2b Continuing to update docs for 1.15.0 2026-01-22 18:19:16 -08:00
miloschwartz
25fa50866e remove dns from config file 2026-01-15 21:39:35 -08:00
miloschwartz
1facaf44f0 add missing badger middlwares 2025-12-29 10:20:57 -05:00
Owen Schwartz
12b366301b Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-22 10:11:50 -05:00
Owen Schwartz
b6861f9031 Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-22 10:11:50 -05:00
Thomas Wilde
0ec73abcf3 Add ASN blocking documentation and configuration guides
- 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
2025-12-22 10:11:50 -05:00
miloschwartz
7ac8cfd5c7 update cloudflare proxy docs 2025-12-21 16:41:54 -05:00
miloschwartz
f637b458e6 add pangctl commands 2025-12-21 16:27:05 -05:00
miloschwartz
2e33e669dd Merge branch 'main' into 1.14.0 2025-12-21 16:17:43 -05:00
Owen
c52b68395c Add new clients_start_port to the config 2025-12-19 12:17:25 -05:00
miloschwartz
030c2fb7e1 add cf ip 2025-12-15 22:06:18 -05:00
miloschwartz
c31b0cecde many updates for 1.13 2025-12-10 15:20:41 -05:00
miloschwartz
5c2de2a7ab update config files 2025-12-09 16:14:40 -05:00
Owen
48679b02b4 Clarification updates 2025-11-08 15:01:45 -08:00
Owen Schwartz
4ea4c2b639 Merge pull request #22 from txwgnd/main
Add GeoLite2 automation community guide
2025-11-08 14:26:57 -08:00
Fred KISSIE
2a99ec9301 📝 Add notification config options under Application config 2025-11-08 01:32:18 +01:00
Owen
5a4d753035 Add missing config values 2025-11-02 14:52:54 -08:00
Marc Schäfer
f6b44e863d Adding OpenTelemetry Metrics Docs for Newt 2025-10-28 00:42:47 +01:00
txwgnd@noreply.codeberg.org
a02e360bfd Add tip for GeoLite2 community guide
Added a tip suggesting the use of Maxmind's Docker container to automate GeoIP database updates, with a link to a relevant community guide.
2025-10-20 22:15:37 +02:00
miloschwartz
1d85fdc081 move int api to 3003 2025-10-19 15:13:43 -07:00
miloschwartz
a10fd91d65 update integration api default port 2025-10-19 15:13:43 -07:00
miloschwartz
7eecb6015e change digpangolin.com tp pangolin.net 2025-10-19 15:13:43 -07:00
Owen
bf3df0f289 Fix typo 2025-10-19 15:13:42 -07:00
miloschwartz
6bf336a39b update config for remote nodes 2025-10-15 18:14:45 -07:00
miloschwartz
b7c3f45901 clean up for 1.11 2025-10-14 17:07:58 -07:00
Owen
dfd2349c7a Renaming to remote-nodes 2025-10-14 10:46:25 -07:00
iconoclast hero
ab84531f9f Add timezone configuration instructions for Docker containers 2025-10-05 19:01:53 -04:00
miloschwartz
e7be526939 make dashboard_url example be https 2025-09-18 15:16:36 -04:00
Owen
e126a20fff Update integration api port docs and gerbil cli 2025-08-25 14:42:54 -07:00
Owen
155cae2efb Fix broken links 2025-08-24 20:57:15 -07:00
miloschwartz
d2ce282f9c update docs 2025-08-24 20:40:58 -07:00