mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-27 04:07:16 +00:00
feat(rss): implement URLs for RSS
This commit is contained in:
parent
ee364bb1c8
commit
bb0e2c23b8
7 changed files with 41 additions and 11 deletions
|
@ -382,6 +382,7 @@ Assign a default value for each instance-specific setting by passing environment
|
|||
| `PUSHSHIFT_FRONTEND` | String | `undelete.pullpush.io` | Allows the server to set the Pushshift frontend to be used with "removed" links. |
|
||||
| `PORT` | Integer 0-65535 | `8080` | The **internal** port Redlib listens on. |
|
||||
| `ENABLE_RSS` | `["on", "off"]` | `off` | Enables RSS feed generation. |
|
||||
| `FULL_URL` | String | (empty) | Allows for proper URLs (for now, only needed by RSS)
|
||||
## Default user settings
|
||||
|
||||
Assign a default value for each user-modifiable setting by passing environment variables to Redlib in the format `REDLIB_DEFAULT_{Y}`. Replace `{Y}` with the setting name (see list below) in capital letters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue