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 @@
|
|||
# Der Standard RSS helper - fetches via internal fivefilters
|
||||
set -e
|
||||
|
||||
FIVEFILTERS_URL="https://fivefilters.cloonar.com"
|
||||
CRED_FILE="${CRED_FILE:-$(dirname "$0")/../.credentials/services.env}"
|
||||
source "$CRED_FILE"
|
||||
|
||||
RSS_SOURCE="https://www.derstandard.at/rss"
|
||||
SEEN_FILE="${DERSTANDARD_SEEN_FILE:-$HOME/clawd/memory/derstandard-seen.txt}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue