diff options
author | jfederico <jesus@123it.ca> | 2020-04-25 09:58:29 -0400 |
---|---|---|
committer | jfederico <jesus@123it.ca> | 2020-04-27 22:44:34 -0400 |
commit | a6e93f19e3147e2e21d4a838e6e232c9a99f8684 (patch) | |
tree | 620036dbe7e93800a8b1140c5b4990275eba45c7 /scripts/scalelite-auto-deployer.timer | |
parent | e3683c4abdd6abb055eee83b6d412c2dcf1ac8ff (diff) | |
download | scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.tar.gz scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.tar.bz2 scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.zip |
Added new version
Updated init-letsencrypt
updated init-letsencrypt with docker-compose-init
updated init-letsencrypt with docker-compose-init
restored init-letsencrypt
updates to certbot
updates to certbot
updates to certbot
updates to certbot
updates to certbot
updates to certbot
updates to certbot
added certbot to scalelite-nginx
fixed settings for acme-challenge
added blacklist
updated init-letsencrypt for working with scaleite-nginx
Removed unnecessary files
percisted certbot logs and added env options to init-letsencrypt
Diffstat (limited to 'scripts/scalelite-auto-deployer.timer')
-rw-r--r-- | scripts/scalelite-auto-deployer.timer | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/scalelite-auto-deployer.timer b/scripts/scalelite-auto-deployer.timer deleted file mode 100644 index ec51cc1..0000000 --- a/scripts/scalelite-auto-deployer.timer +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Runs scalelite-deploy every minute - -[Timer] -# Time to wait after booting before we run first time -OnBootSec=1min -# Time between running each consecutive time -OnUnitActiveSec=1m -Unit=scalelite-auto-deployer.service - -[Install] -WantedBy=multi-user.target |