mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28:38 +02:00
small fix
This commit is contained in:
@@ -244,6 +244,14 @@ docker run --rm -it \
|
|||||||
httpd:2.4-alpine \
|
httpd:2.4-alpine \
|
||||||
htpasswd -B -c /data/users tomasr
|
htpasswd -B -c /data/users tomasr
|
||||||
|
|
||||||
|
######################################################################3
|
||||||
|
# freshrss-fav-archiver
|
||||||
|
###########################
|
||||||
|
|
||||||
|
step "Initializing freshrss-fav-archiver"
|
||||||
|
|
||||||
|
systemctl enable --now freshrss-fav-archiver.timer
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Done
|
# Done
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ def process():
|
|||||||
notify_failure(url)
|
notify_failure(url)
|
||||||
|
|
||||||
# avoid hammering services
|
# avoid hammering services
|
||||||
time.sleep(60)
|
time.sleep(300)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user