diff --git a/conf/env b/conf/env index d8ee1f1..5ef7895 100644 --- a/conf/env +++ b/conf/env @@ -7,5 +7,8 @@ DATA_DIR=__DATA_DIR__ # Endpoint Ollama (optionnel : dégradation gracieuse si injoignable). OLLAMA_URL=__OLLAMA_URL__ +# Endpoint ComfyUI pour les smoke tests (optionnel : dégradation gracieuse). +COMFYUI_URL=__COMFYUI_URL__ + # Token Bearer protégeant POST /api/alerts (généré à l'install — secret). ALERTS_TOKEN=__ALERTS_TOKEN__ diff --git a/manifest.toml b/manifest.toml index 90fb9d0..8e224ab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,6 +46,13 @@ ram.runtime = "150M" default = "http://127.0.0.1:11434" optional = true + [install.comfyui_url] + ask.fr = "URL de l'API ComfyUI pour les smoke tests (optionnel — dégradation gracieuse)" + ask.en = "ComfyUI API URL for smoke tests (optional — graceful degradation)" + type = "string" + default = "http://127.0.0.1:8188" + optional = true + [resources] # Archive de l'app, publiée par tag sur la forge (procédure de release : README racine). # sha256 recalculé après chaque tag : sha256sum vX.Y.Z.tar.gz