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
|
@ -20,6 +20,7 @@ type Config struct {
|
|||
WebPort uint16
|
||||
UserAgents []string
|
||||
NitterBase string
|
||||
IndexTarget string
|
||||
}
|
||||
|
||||
func ConfigFromFile(filePath string) (*Config, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue