-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Add configuration for bridges, allowing private bridges #1343
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great solution 👍
I like that it works similar to PARAMETERS
which makes it easy to get used to.
Find below a few comments.
Is this pull request ready guys? we need it, as Instagram is showing for blacklisted IPs login windows instead of a channel. thanks. |
I have taken the review in account and am ready to merge. |
Thank you @teromene ! |
Ah, that's a neat new feature! Thank you all! :) Cheers |
Not sure if this will work or not, but trying to use PR RSS-Bridge#1343 to add access to private Patreon feeds.
Starting to work on option for bridges, in the same way as the
PARAMETERS
array, expanding on what @fulmeek did.In order for this to work, it works this way:
You create an optional array, named
CONFIGURATION
:The configuration can then be put in the configuration, like this:
If a bridge is in the whitelist, but the configuration options that are marked as
required
, then the bride will not be loaded. This allows for integration of private bridges without having to worry on hosts where all bridges are enabled.