all repos

smutok @ cadefa6

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"