-
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rongrong <[email protected]>
- Loading branch information
1 parent
22300b0
commit 65abe1a
Showing
7 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,18 +43,19 @@ | |
|
||
### Misc settings | ||
|
||
| Key | Description | Example | Default | | ||
|----------------------|---------------------------------------------------------------------------|-----------------------------------------------|-------------------------------------------------| | ||
| `MULTIUSER` | Enable multi-user feature or not? | `0` | `1` | | ||
| `CRON_SECOND` | Run the feed monitoring task at the n-th second of each minute? (0-59) | `30` | `0` | | ||
| `IMG_RELAY_SERVER` | Media relay server URL | `https://wsrv.nl/?url=` | `https://rsstt-img-relay.rongrong.workers.dev/` | | ||
| `IMAGES_WESERV_NL` | https://github.com/weserv/images instance | `https://t0.nl/` | `https://wsrv.nl/` | | ||
| `DATABASE_URL` | Database URL [^7] | `postgres://user:[email protected]:5432/table` | `sqlite://path/to/config/db.sqlite3` | | ||
| `TABLE_TO_IMAGE` | Convert tables to image (causing higher CPU load) or just drop them? | `1` | `0` | | ||
| `MANAGER_PRIVILEGED` | Allow the bot manager to manipulate any users' subscriptions or not? [^8] | `1` | `0` | | ||
| `NO_UVLOOP` | Never enable `uvloop` (even if it is found) or not? | `1` | `0` | | ||
| `MULTIPROCESSING` | Enable multiprocessing (up to `min(3, CPU_COUNT)`) or not? [^9] | `1` | `0` | | ||
| `DEBUG` | Enable debug logging or not? | `1` | `0` | | ||
| Key | Description | Example | Default | | ||
|-------------------------------|-----------------------------------------------------------------------------|-----------------------------------------------|-------------------------------------------------| | ||
| `MULTIUSER` | Enable multi-user feature or not? | `0` | `1` | | ||
| `CRON_SECOND` | Run the feed monitoring task at the n-th second of each minute? (0-59) | `30` | `0` | | ||
| `IMG_RELAY_SERVER` | Media relay server URL | `https://wsrv.nl/?url=` | `https://rsstt-img-relay.rongrong.workers.dev/` | | ||
| `IMAGES_WESERV_NL` | https://github.com/weserv/images instance | `https://t0.nl/` | `https://wsrv.nl/` | | ||
| `DATABASE_URL` | Database URL [^7] | `postgres://user:[email protected]:5432/table` | `sqlite://path/to/config/db.sqlite3` | | ||
| `TABLE_TO_IMAGE` | Convert tables to image (causing higher CPU load) or just drop them? | `1` | `0` | | ||
| `MANAGER_PRIVILEGED` | Allow the bot manager to manipulate any users' subscriptions or not? [^8] | `1` | `0` | | ||
| `NO_UVLOOP` | Never enable `uvloop` (even if it is found) or not? | `1` | `0` | | ||
| `MULTIPROCESSING` | Enable multiprocessing (up to `min(3, CPU_COUNT)`) or not? [^9] | `1` | `0` | | ||
| `EXECUTOR_NICENESS_INCREMENT` | The niceness increment of subprocesses (if `MULTIPROCESSING=1`) and threads | `5` | `2` | | ||
| `DEBUG` | Enable debug logging or not? | `1` | `0` | | ||
|
||
## Manager options | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters