Add statistics and data-consistency menus, recently-added folder

This commit is contained in:
2026-07-02 06:10:14 +02:00
parent b5c2023212
commit f0f38d4257
17 changed files with 498 additions and 78 deletions
+3 -7
View File
@@ -1,13 +1,9 @@
# systemd timer for tipy-dne.service — regenerates "Tipy dne" daily.
# Enable with: systemctl enable --now tipy-dne.timer
[Unit]
Description=Daily regeneration of the "Tipy dne" Filmotéka folder
Description=Daily regeneration of the "Tipy dne" Filmoteka folder
[Timer]
# Every day at 06:00 (server local time). Change as needed, e.g. "hourly".
OnCalendar=*-*-* 06:00:00
# Catch up if the machine was off at the scheduled time.
# Kazdy den o pulnoci (mistni cas serveru = CEST/CET)
OnCalendar=*-*-* 00:00:00
Persistent=true
[Install]