Refactor m3uproxy configuration to include GeoIP updates

This commit is contained in:
2024-09-25 21:01:16 +02:00
parent e0e2763069
commit 8f3a6c291a
3 changed files with 125 additions and 9 deletions
+9 -3
View File
@@ -16,14 +16,20 @@ locals {
nextcloud_sql_backup_cron_schedule = "40 2 * * *"
nextcloud_files_backup_cron_schedule = "50 2 * * *"
# collabora
collabora_fqdn = "office.alexpires.me"
collabora_version = "24.04.1.4.1"
# tvheadend
m3uproxy_version = "latest"
wireguard_version = "latest"
m3uproxy_fqdn = "tv.alexpires.me"
geoip_image = "maxmindinc/geoipupdate"
geoip_version = "latest"
geoip_cron_schedule = "0 0 * * *"
geoip_editions = [
"GeoLite2-Country",
"GeoLite2-City",
"GeoLite2-ASN"
]
# backup
local_backup_retention_days = 2