From 0435def8a0509900ca07f68034e2d374b525d437 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 2 Sep 2026 23:01:44 -0700 Subject: [PATCH] Update .woodpecker/deploy.yml Added Open WebUI and LiteLLM secrets --- .woodpecker/deploy.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index b5b5e6c..4862619 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -173,12 +173,38 @@ steps: from_secret: ai_litellm_salt_key AI_LITELLM_DB_PASSWORD: from_secret: ai_litellm_db_password + AI_LITELLM_DATABASE_MIGRATIONS: + from_secret: litellm_database_migrations + AI_LITELLM_MODIFY_PARAMS: + from_secret: litellm_modify_params AI_WEBUI_SECRET_KEY: from_secret: ai_webui_secret_key AI_OPEN_WEBUI_DATABASE_URL: from_secret: ai_open_webui_database_url AI_OAUTH_CLIENT_SECRET: from_secret: ai_oauth_client_secret + AI_OPEN_WEB_UI_ENABLE_OAUTH_SIGNUP: + from_secret: ai_open_web_ui_enable_oauth_signup + AI_OPEN_WEB_UI_OAUTH_MERGE_ACCOUNTS_BY_EMAIL: + from_secret: ai_open_web_ui_oauth_merge_accounts_by_email + AI_OPEN_WEB_UI_ENABLE_OAUTH_SIGNUP: + from_secret: ai_open_web_ui_enable_oauth_signup + AI_OPEN_WEB_UI_OAUTH_PROVIDER_NAME: + from_secret: ai_open_web_ui_oauth_provider_name + AI_OPEN_WEB_UI_OPENID_PROVIDER_URL: + from_secret: ai_open_web_ui_openid_provider_url + AI_OPEN_WEB_UI_OAUTH_CLIENT_ID: + from_secret: ai_open_web_ui_oauth_client_id + AI_OPEN_WEB_UI_OAUTH_SCOPES: + from_secret: ai_open_web_ui_oauth_scopes + AI_OPEN_WEB_UI_OPENID_REDIRECT_URI: + from_secret: ai_open_web_ui_openid_redirect_uri + AI_LITELLM_DATABASE_URL: + from_secret: ai_litellm_database_url + AI_LITELLM_POSTGRES_PASSWORD: + from_secret: ai_litellm_postgres_password + AI_AWS_REGION_NAME: + from_secret: ai_aws_region_name FLOWAGENT_AZURE_CLIENT_ID: from_secret: flowagent_azure_client_id FLOWAGENT_AZURE_TENANT_ID: