[PR #1] [MERGED] [nitter] Add Basic Authentication #10

Closed
opened 2025-10-31 16:55:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/1
Author: @ricoberger
Created: 9/5/2023
Status: Merged
Merged: 9/5/2023
Merged by: @ricoberger

Base: mainHead: nitter-add-basic-auth


📝 Commits (1)

  • f932b21 [nitter] Add Basic Authentication

📊 Changes

3 files changed (+22 additions, -4 deletions)

View changed files

📝 supabase/.env.example (+1 -0)
📝 supabase/functions/_shared/feed/nitter.ts (+18 -4)
📝 supabase/functions/_shared/utils/constants.ts (+3 -0)

📄 Description

It is now possible to use a Nitter instance, where the RSS endpoints are protected via basic authentication. For that a new "FEEDDECK_SOURCE_NITTER_BASIC_AUTH" environment variable was added, which can be used to set the value for the authentication header.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/1 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/5/2023 **Status:** ✅ Merged **Merged:** 9/5/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `nitter-add-basic-auth` --- ### 📝 Commits (1) - [`f932b21`](https://github.com/feeddeck/feeddeck/commit/f932b2190fb6077cbf880d456b569ce1c7c58050) [nitter] Add Basic Authentication ### 📊 Changes **3 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `supabase/.env.example` (+1 -0) 📝 `supabase/functions/_shared/feed/nitter.ts` (+18 -4) 📝 `supabase/functions/_shared/utils/constants.ts` (+3 -0) </details> ### 📄 Description It is now possible to use a Nitter instance, where the RSS endpoints are protected via basic authentication. For that a new "FEEDDECK_SOURCE_NITTER_BASIC_AUTH" environment variable was added, which can be used to set the value for the authentication header. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#10