8 Commits

Author SHA1 Message Date
Jon Koops 956133bf45 docs: recommend Node.js built-in proxy support for corporate proxies (#33006)
Node.js 22.21.0+ natively supports HTTP_PROXY, HTTPS_PROXY, and
NO_PROXY environment variables via NODE_USE_ENV_PROXY, eliminating the
need for undici and global-agent workarounds. This also works with
node-fetch and cross-fetch since they delegate to node:http/node:https
without overriding the HTTP agent.

Add a new corporate proxy tutorial under docs/ with the recommended
approach and update the legacy guide in contrib/ to point to it.
Update proxy references in the deployment, keeping-backstage-updated,
and TechDocs CLI docs to mention NODE_USE_ENV_PROXY.

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2026-03-17 13:13:00 -04:00
Peter Macdonald b5baaf5723 moving docs around, updating deployment overview section to point to contrib folder for community deployment methods
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2024-11-18 09:13:42 +01:00
Aditya Kumar 582099e4d1 Updated the deployment documents
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2024-05-16 09:56:47 +05:30
Johan Haals 3ae9c3efb0 remove helm from deployment index
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-06-09 11:36:58 +02:00
Adam Harvey 28a0003fa7 Add missing period
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-09-14 19:15:15 -04:00
Adam Harvey e8c1793819 Fix sidebar
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-09-14 19:04:52 -04:00
Tim Hansen 68f3e891b8 Move Fargate doc to contrib
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-20 14:36:19 -06:00
Tim Hansen 7114108898 Move deployment documentation to its own section
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-14 20:48:42 -06:00