Allow using our Root CA in Uptime Kuma

This commit is contained in:
Christer Warén
2025-09-14 15:14:11 +03:00
parent dd3909f6f5
commit b15547c2cb

View File

@@ -810,20 +810,13 @@
env: env:
HOST: 127.0.0.1 HOST: 127.0.0.1
PORT: 3001 PORT: 3001
NODE_EXTRA_CA_CERTS: /usr/local/share/ca-certificates/root.crt
when: when:
- (deployerTaskU1 is defined and deployerTaskU1.changed) or deployerTaskU1 is undefined - (deployerTaskU1 is defined and deployerTaskU1.changed) or deployerTaskU1 is undefined
tags: tags:
- uptime-kuma - uptime-kuma
- status - status
- name: "Deployer - Uptime Kuma - Configure - CA Certificates Update"
containers.podman.podman_container_exec:
name: uptime-kuma
command: "update-ca-certificates"
tags:
- uptime-kuma
- status
- name: "Deployer - Keycloak - Files - Create Folder" - name: "Deployer - Keycloak - Files - Create Folder"
ansible.builtin.file: ansible.builtin.file:
path: "/root/data/keycloak/" path: "/root/data/keycloak/"