forked from SunRed/discord-tweeter
feat(web): Support redirecting to custom url for index page
This commit is contained in:
parent
d27348ca0b
commit
15bf56a1e7
3 changed files with 15 additions and 1 deletions
|
@ -1,13 +1,19 @@
|
|||
username = ""
|
||||
password = "asd123"
|
||||
#proxyaddr = "socks5://localhost:5555"
|
||||
hostURL = "https://my.domain.tld"
|
||||
|
||||
#usewebserver = false
|
||||
indextarget = "https://discord.gg/Kw4MFGxYEj" # Optional
|
||||
hostURL = "https://my.domain.tld" # Can be omitted if not using webserver
|
||||
|
||||
webhook = "https://domain.tld/api/webhooks/"
|
||||
|
||||
channels = [
|
||||
"NinEverything",
|
||||
"NintendoEurope",
|
||||
"NintendoAmerica",
|
||||
]
|
||||
|
||||
# Binary representation for efficient filtering
|
||||
# Bit from left to right (most to least significant bit): IsSelfThread, IsRetweet, IsReply, IsPin, IsQuoted
|
||||
filter = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue