mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 12:41:00 +03:00
[CustomConfiguration] Add "Authentication"
parent
a44cf11f9c
commit
16049fd01d
1 changed files with 30 additions and 1 deletions
|
@ -14,15 +14,18 @@ __Notice__: If a parameter is not specified in your `config.ini.php` RSS-Bridge
|
|||
|
||||
# Available parameters
|
||||
|
||||
The configuration file is split into two sections:
|
||||
The configuration file is split into three sections:
|
||||
|
||||
* [cache](#cache)
|
||||
* [proxy](#proxy)
|
||||
* [authentication](#authentication)
|
||||
|
||||
_Cache_: This section is all about the caching behaviour of RSS-Bridge
|
||||
|
||||
_Proxy_: This section can be used to specify a proxy server for RSS-Bridge to utilize for fetching contents
|
||||
|
||||
_Authentication_: This section defines parameters to require authentication to use RSS-Bridge
|
||||
|
||||
## Cache
|
||||
|
||||
This section provides following parameters:
|
||||
|
@ -64,3 +67,29 @@ Allow users to disable proxy usage for specific requests.
|
|||
`true` = enabled
|
||||
|
||||
`false` = disabled (default)
|
||||
|
||||
## Authentication
|
||||
|
||||
This section provides following parameters:
|
||||
|
||||
- [enable](#enable)
|
||||
- [username](#username)
|
||||
- [password](#password)
|
||||
|
||||
### enable
|
||||
|
||||
Enables authentication for RSS-Bridge.
|
||||
|
||||
_Notice_: Login is required for all requests when enabled! Make sure to update feed subscriptions accordingly.
|
||||
|
||||
`true` = enabled
|
||||
|
||||
`false` = disabled (default)
|
||||
|
||||
### username
|
||||
|
||||
Defines the user name used for login.
|
||||
|
||||
### password
|
||||
|
||||
Defines the password used for login. Use a strong password to prevent others from guessing your login!
|
Loading…
Add table
Reference in a new issue