mirror of
https://github.com/fotoente/MIsskey-ebooks-bot
synced 2024-11-12 22:57:08 +00:00
Added information about new config file to README.md
This commit is contained in:
parent
ada1a9a06b
commit
6ba3b1a719
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ You can find the bot on Dockerhub just use `docker pull fotoente/misskey-ebooks-
|
|||
Following things can be edited:
|
||||
|Name|Values|Explanation|
|
||||
|----|----|----|
|
||||
|instance_read|domain.tld|Put here the domain of the Misskey instance you want to read the notes from. Only domain name and TLD, no `/`,`:` or `https`
|
||||
|user_read|`username`|The user you want to read the notes from|
|
||||
|users|`@username1@domain1.tld;@username2@domain2.tld`|The users you want to read the notes from, separated by semicolon (`;`). For single user just provide one `username@domain.tld`|
|
||||
|instance_write|domain.tld|Put here the domain of the Misskey instance your bot is running. Only domain name and TLD, no `/`,`:` or `https`
|
||||
|token|`String`|The token from your bot. Needs right to write notes and read notification|
|
||||
|min_notes|`interger`|How many posts should be read at the initial start. Please state a number in 100 increments. Higher number means more variety but also more load when loading those and a bigger database and json file. 5000 notes resulted in ~3 MB disk space used. Default `5000`|
|
||||
|
|
Loading…
Reference in a new issue