From 609e9f62bac571bfc2ddb3cf1b838f76c1835c14 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 6 Apr 2025 14:03:02 -0400 Subject: [PATCH] Typo fixes. --- .../{apprise_apprise.ym.j2 => apprise_apprise.yml.j2} | 2 +- ansible/app-configs/homepage_settings.yaml.j2 | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename ansible/app-configs/{apprise_apprise.ym.j2 => apprise_apprise.yml.j2} (84%) diff --git a/ansible/app-configs/apprise_apprise.ym.j2 b/ansible/app-configs/apprise_apprise.yml.j2 similarity index 84% rename from ansible/app-configs/apprise_apprise.ym.j2 rename to ansible/app-configs/apprise_apprise.yml.j2 index 317a8329..aec79e2d 100644 --- a/ansible/app-configs/apprise_apprise.ym.j2 +++ b/ansible/app-configs/apprise_apprise.yml.j2 @@ -1,3 +1,3 @@ urls: - gotify://gotify/{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['APPRISE_GOTIFY_TOKEN'] }} - - mailtos://{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['POSTAL_SMTP_AUTH_USER'] }}:{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['POSTAL_SMTP_AUTH_PASSWORDz'] }}@trez.wtf25?smtp=postal-smtp&from=noreply@trez.wtf \ No newline at end of file + - mailtos://{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['POSTAL_SMTP_AUTH_USER'] }}:{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token_cleaned)['secret']['POSTAL_SMTP_AUTH_PASSWORD'] }}@trez.wtf25?smtp=postal-smtp&from=noreply@trez.wtf \ No newline at end of file diff --git a/ansible/app-configs/homepage_settings.yaml.j2 b/ansible/app-configs/homepage_settings.yaml.j2 index f8a53954..155c7238 100644 --- a/ansible/app-configs/homepage_settings.yaml.j2 +++ b/ansible/app-configs/homepage_settings.yaml.j2 @@ -50,7 +50,7 @@ layout: columns: 3 Downloaders: style: row - columns: 3 + columns: 2 Media Library: style: row columns: 3 diff --git a/docker-compose.yml b/docker-compose.yml index 4aa8b81f..628b88bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3044,7 +3044,7 @@ services: restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - - ${DOCKER_VOLUME_CONFIG}/loggifly/config.yaml:/app/config.yaml # Path to your config file (ignore if you are only using environment variables) + - ${DOCKER_VOLUME_CONFIG}/loggifly/config.yml:/app/config.yml # Path to your config file (ignore if you are only using environment variables) maloja: container_name: maloja environment: