Added function to control maximum post age
Build and Push Docker Image on Tag / build_and_push (push) Successful in 27s
Build and Push Docker Image on Tag / build_and_push (push) Successful in 27s
This commit is contained in:
@@ -12,6 +12,9 @@ BSKY_PASSWORD=your_bluesky_password
|
||||
# Intervall in Minuten für Feedprüfung
|
||||
INTERVAL_MINUTES=30
|
||||
|
||||
# Maximales Alter eines Beitrags (in Tagen), der gepostet werden darf (0 = nur heute, 1 = bis gestern, usw.)
|
||||
MAX_POST_AGE_DAYS=0
|
||||
|
||||
# E-Mail Einstellungen
|
||||
SMTP_HOST=smtp.example.com
|
||||
SMTP_PORT=587
|
||||
|
||||
Reference in New Issue
Block a user