HERALD

NAME

    herald - RSS-to-Email via SSH

COMMANDS

    ls                  List uploaded feed configs
    cat <file>          Display config file contents
    rm <file>           Delete a config file
    activate <file>     Reactivate a deactivated config
    deactivate <file>   Stop emails for a config
    run <file>          Manually trigger feed fetch and email
    logs                View recent delivery logs

EXAMPLES

    # Upload a config
    scp -P 2223 feeds.txt herald@herald.dunkirk.sh:

    # Get your fingerprint (for web dashboard)
    # Your dashboard will be at:
    # https://herald.dunkirk.sh/<fingerprint>
    ssh -p 2223 herald@herald.dunkirk.sh

    # Check status
    ssh -p 2223 herald@herald.dunkirk.sh ls

    # View config
    ssh -p 2223 herald@herald.dunkirk.sh cat feeds.txt

    # Manual run
    ssh -p 2223 herald@herald.dunkirk.sh run feeds.txt