From f160c9dc88100e9d41c663c873aba0c380c923dc Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Sun, 5 Jan 2025 12:34:12 -0500 Subject: [PATCH] add to roadmap --- packages/docusaurus/docs/03-Pangolin/01-overview.md | 2 +- packages/docusaurus/docs/07-roadmap.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/docusaurus/docs/03-Pangolin/01-overview.md b/packages/docusaurus/docs/03-Pangolin/01-overview.md index f82cc04..75cc004 100644 --- a/packages/docusaurus/docs/03-Pangolin/01-overview.md +++ b/packages/docusaurus/docs/03-Pangolin/01-overview.md @@ -6,7 +6,7 @@ Pangolin is a self-hosted tunneled reverse proxy management server with identity Preview -_Sites page of Pangolin showing multiple site-to-site tunnels connected to the central server._ +_Sites page of Pangolin dashboard (dark mode) showing multiple tunnels connected to the central server._ ## Key Features diff --git a/packages/docusaurus/docs/07-roadmap.md b/packages/docusaurus/docs/07-roadmap.md index c883d50..7124d3f 100644 --- a/packages/docusaurus/docs/07-roadmap.md +++ b/packages/docusaurus/docs/07-roadmap.md @@ -43,6 +43,9 @@ Are you experienced with authentication procedures and best practices? We would - [ ] Google, GitHub, etc. OAuth support - [ ] Cache authentication in badger to speed up proxy requests - [ ] Nicely formatted error pages for badger +- [ ] Bearer token support for resources (useful for protecting APIs) +- [ ] Auth token in headers or URL parameters (useful for APIs) +- [ ] Ability to generate API keys for resources ### UI/UX Improvements - [ ] Improved sidebar and navigation @@ -62,4 +65,4 @@ Are you experienced with authentication procedures and best practices? We would - [ ] Allow connecting into your private network from Newt like a VPN client - [ ] SSH resource support to connect to non-HTTP based endpoints - [ ] Additional proxy features like headers to use Pangolin auth on downstream resources -- [ ] A CICD deployment workflow to Docker and Github \ No newline at end of file +- [ ] A CICD deployment workflow to Docker and Github