From a90d5f76dbb2b9dbf19d9aaf324bf63ee5fd030f Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 21 Dec 2025 21:21:23 -0500 Subject: [PATCH] ahaaaa --- tasks/kotio.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/kotio.yml b/tasks/kotio.yml index e1a41bf..bcf73f8 100644 --- a/tasks/kotio.yml +++ b/tasks/kotio.yml @@ -33,13 +33,13 @@ name: gabehf/koito tag: latest env: - KOTIO_DATABASE_URL: "postgres://postgres:{{ KOTIO_DB_PASS }}@kotio_db:5432/kotio_db" - KOTIO_ALLOWED_HOSTS: kotio.fntz.net + KOITO_DATABASE_URL: "postgres://postgres:{{ KOTIO_DB_PASS }}@kotio_db:5432/kotio_db" + KOITO_ALLOWED_HOSTS: koito.fntz.net volumes: - "{{ data_dir }}/koito/app:/etc/koito" labels: traefik.enable: "true" - traefik.http.routers.kotio.rule: Host(`kotio.fntz.net`) + traefik.http.routers.kotio.rule: Host(`koito.fntz.net`) traefik.http.routers.kotio.entrypoints: webSecure traefik.http.routers.kotio.tls.certresolver: letsencrypt traefik.http.services.kotio.loadbalancer.server.port: "4110"