all repos

smutok @ ba3c93e86ed5f3c20aa97ec4ea3bf5a6d1adb481

yet another tui rss reader (not abandoned, just paused development)

smutok/internal/config/config.toml(view raw)

1
2
3
4
5
6
7
8
9
[freshrss]
host = "https://example.com/api/greader.php"
username = "username"
password = "password"

# you can set set the password form the env
#   password = "$env:ENV_VAR_NAME"
# or read it from file
#   password = "file:/path/to/file"