Strengthen credential security rules after violation
This commit is contained in:
parent
66423cf66b
commit
faff102d34
7 changed files with 136 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue