updated install script with cron jobs
All checks were successful
Tests / Run Go Tests (push) Successful in 1m35s

This commit is contained in:
2026-01-07 19:55:00 +01:00
parent 4b9824c714
commit 3322f7e9bc
8 changed files with 95 additions and 109 deletions

4
Cron/autoLogout.sh Executable file
View File

@@ -0,0 +1,4 @@
# cron-timing: 55 23 * * *
# Calls endpoint to log out all users, still logged in for today
port=__PORT__
curl localhost:$port/auto/logout