Strengthen credential security rules after violation

This commit is contained in:
Hoid 2026-02-09 00:11:27 +00:00
parent 66423cf66b
commit faff102d34
7 changed files with 136 additions and 29 deletions

View file

@ -2,7 +2,9 @@
# AI News RSS helper - aggregates multiple AI-focused feeds
set -e
FIVEFILTERS_URL="https://fivefilters.cloonar.com"
CRED_FILE="${CRED_FILE:-$(dirname "$0")/../.credentials/services.env}"
source "$CRED_FILE"
SEEN_FILE="${AINEWS_SEEN_FILE:-$HOME/clawd/memory/ainews-seen.txt}"
CURL="curl -skL"