removed css content from cloudflare run. added new setup for OVH object storage for fastdl for css content

This commit is contained in:
jenz
2025-08-06 00:30:00 +02:00
parent 9bdaa4f383
commit 3a56e55c8a
9 changed files with 384 additions and 33 deletions
@@ -0,0 +1,9 @@
[Unit]
Description=Rclones to OVH bucket every 10 minutes
[Service]
Type=simple
User=gameservers
Group=gameservers
WorkingDirectory=/home/gameservers/fastdl_sync
ExecStart=/home/gameservers/fastdl_sync/update_ovh_bucket.sh
@@ -0,0 +1,9 @@
[Unit]
Description=rclones new content every 10 minutes to OVH
Requires=ovh_bucket_rclone.service
[Timer]
OnCalendar=*-*-* *:0,10,20,30,40,50
[Install]
WantedBy=multi-user.target