diff --git a/pulsenode/config/config.yml b/pulsenode/config/config.yml index 0a64a80..7d2136f 100644 --- a/pulsenode/config/config.yml +++ b/pulsenode/config/config.yml @@ -15,19 +15,24 @@ groups: apiUrl: http://traefik:8080/api interval: 15s - - type: docker + - type: service + service: coolify name: Coolify containerName: coolify icon: coolify href: https://${TRAEFIK_HOST_COOLIFY} - interval: 10s + apiToken: ${COOLIFY_API_TOKEN} + interval: 15s - - type: docker + - type: service + service: gitea name: Gitea containerName: gitea icon: gitea href: https://${TRAEFIK_HOST_GITEA} - interval: 10s + username: Valknar + apiToken: ${GITEA_API_TOKEN} + interval: 15s - type: docker name: Code Server @@ -35,19 +40,23 @@ groups: href: https://${TRAEFIK_HOST_CODE} interval: 10s - - type: docker + - type: service + service: immich name: Immich containerName: immich icon: immich href: https://${TRAEFIK_HOST_IMMICH} - interval: 10s + apiKey: ${IMMICH_API_KEY} + interval: 15s - - type: docker + - type: service + service: n8n name: n8n containerName: n8n icon: n8n href: https://${TRAEFIK_HOST_N8N} - interval: 10s + apiKey: ${N8N_API_KEY} + interval: 15s - type: docker name: Passbolt @@ -63,9 +72,11 @@ groups: href: https://${TRAEFIK_HOST_UMAMI} interval: 10s - - type: docker + - type: service + service: headscale name: Headscale containerName: headscale icon: headscale href: https://${TRAEFIK_HOST_HEADSCALE} - interval: 10s + apiToken: ${HEADSCALE_API_TOKEN} + interval: 15s