mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #1] [MERGED] [nitter] Add Basic Authentication #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head: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.