all repos

smutok @ cfe45f84e943de1ee39f995f3029727d4034b1d9

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
10
11
log_level = "info" # or "debug", "error", "warn"

[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"