iamt 1.1.27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iamt/__init__.py +67 -0
- iamt/__main__.py +5 -0
- iamt/client_config/client_config.py +354 -0
- iamt/completers/customCompleter.py +143 -0
- iamt/composes/5425CICD/gitea/.rdm.md +4 -0
- iamt/composes/5425CICD/gitea/docker-compose.yml +52 -0
- iamt/composes/5425CICD/gitlab/.rdm.md +20 -0
- iamt/composes/5425CICD/gitlab/config/ssl/.gitkeep +0 -0
- iamt/composes/5425CICD/gitlab/docker-compose.yml +32 -0
- iamt/composes/5425CICD/gitlabDocs/.rdm.md +3 -0
- iamt/composes/5425CICD/gitlabRunner/.rdm.md +5 -0
- iamt/composes/5425CICD/sonarQube/.rdm.md +14 -0
- iamt/composes/5425CICD/sonarQube/docker-compose.yml +46 -0
- iamt/composes/5425CICD/sonarQube/docker-compose3.yml +41 -0
- iamt/composes/5425CICD/sonarQube/docker-compose4.yml +33 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_conf/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_data/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_extensions/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_logs/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_temp/.gitkeep +0 -0
- iamt/composes/5435PROMPT/.rdm.md +11 -0
- iamt/composes/5435PROMPT/langfuse/.env +276 -0
- iamt/composes/5435PROMPT/langfuse/.rdm.md +3 -0
- iamt/composes/5435PROMPT/langfuse/docker-compose.yml +166 -0
- iamt/composes/5435PROMPT/prompt-optimizer/.rdm.md +3 -0
- iamt/composes/5465BASE/alpine/.rdm.md +6 -0
- iamt/composes/5465BASE/mysql/.rdm.md +40 -0
- iamt/composes/5465BASE/mysql/conf/my.cnf +52 -0
- iamt/composes/5465BASE/mysql/docker-compose.yml +31 -0
- iamt/composes/5465BASE/mysql/init/01-init.sql +14 -0
- iamt/composes/5465BASE/nginx/.rdm.md +16 -0
- iamt/composes/5465BASE/nginx/docker-compose.yml +29 -0
- iamt/composes/5465BASE/nginx/html/index.html +11 -0
- iamt/composes/5465BASE/nginx/nginx/conf.d/default.conf +22 -0
- iamt/composes/5465BASE/nginx/nginx/nginx.conf +35 -0
- iamt/composes/5465BASE/node/.rdm.md +0 -0
- iamt/composes/5465BASE/node/docker-compose.yml +0 -0
- iamt/composes/5465BASE/php/.rdm.md +0 -0
- iamt/composes/5465BASE/php/docker-compose.yml +0 -0
- iamt/composes/5465BASE/redis/.env +11 -0
- iamt/composes/5465BASE/redis/.rdm.md +7 -0
- iamt/composes/5465BASE/redis/config/redis.conf +57 -0
- iamt/composes/5465BASE/redis/docker-compose.yml +35 -0
- iamt/composes/5475TTS/GPTsovits/.rdm.md +4 -0
- iamt/composes/5475TTS/GPTsovits/docker-compose.yml +34 -0
- iamt/composes/5475TTS/indexTTS/.rdm.md +3 -0
- iamt/composes/5485MCP/.rdm.md +5 -0
- iamt/composes/5485MCP/mcpGateway/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpGateway/docker-compose.yml +0 -0
- iamt/composes/5485MCP/mcpProxy/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpProxy/config.json +53 -0
- iamt/composes/5485MCP/mcpProxy/docker-compose.yml +34 -0
- iamt/composes/5485MCP/superGateway/.env +2 -0
- iamt/composes/5485MCP/superGateway/.rdm.md +17 -0
- iamt/composes/5485MCP/superGateway/docker-compose.yml +21 -0
- iamt/composes/5495LLM/ollama_nvidia/.rdm.md +21 -0
- iamt/composes/5495LLM/ollama_nvidia/docker-compose.yml +24 -0
- iamt/composes/5555RAG/QAnything/.rdm.md +5 -0
- iamt/composes/5555RAG/bisheng/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/docker-compose.yml +81 -0
- iamt/composes/5555RAG/kotaemon/.rdm.md +3 -0
- iamt/composes/5555RAG/kotaemon/docker-compose.yml +3 -0
- iamt/composes/5555RAG/llama_index/.rdm.md +3 -0
- iamt/composes/5555RAG/ragflow/.rdm.md +4 -0
- iamt/composes/5555RAG/ragflow/docker-compose.yml +0 -0
- iamt/composes/5556LLMAPI/litellm/.env +29 -0
- iamt/composes/5556LLMAPI/litellm/.rdm.md +17 -0
- iamt/composes/5556LLMAPI/litellm/config.yaml +211 -0
- iamt/composes/5556LLMAPI/litellm/docker-compose.yml +68 -0
- iamt/composes/5556LLMAPI/litellm/prometheus.yml +9 -0
- iamt/composes/5556LLMAPI/newapi/.env +7 -0
- iamt/composes/5556LLMAPI/newapi/docker-compose.yml +54 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.env +3 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.rdm.md +15 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5556LLMAPI/oneapi/.env +5 -0
- iamt/composes/5556LLMAPI/oneapi/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_postgresql/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/.rdm.md +10 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5557AICLIENT/chatgpt-web-midjourney-proxy/.rdm.md +4 -0
- iamt/composes/5557AICLIENT/librechat/.env +511 -0
- iamt/composes/5557AICLIENT/librechat/.env.example +509 -0
- iamt/composes/5557AICLIENT/librechat/README.md +10 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.override.yml +21 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.yml +70 -0
- iamt/composes/5557AICLIENT/librechat/librechat.yaml +19 -0
- iamt/composes/5557AICLIENT/librechat/litellm-config.yml +21 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.env +535 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.rdm.md +19 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.override.yml +14 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.yml +72 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/librechat.yaml +42 -0
- iamt/composes/5557AICLIENT/nextChat/.rdm.md +13 -0
- iamt/composes/5557AICLIENT/nextChat/docker-compose.yml +2 -0
- iamt/composes/5557AICLIENT/openwebui/.env +15 -0
- iamt/composes/5557AICLIENT/openwebui/.rdm.md +6 -0
- iamt/composes/5557AICLIENT/openwebui/docker-compose.yml +33 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.env +193 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.rdm.md +15 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/README.md +71 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/atlas.hcl +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703095335_initial.sql +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703115304_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250704040445_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250708075302_update.sql +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250710100212_update.sql +38 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250711034533_update.sql +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250717125913_update.sql +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/atlas.sum +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/opencoze_latest_schema.hcl +4057 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark.yaml +133 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-lite.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-256k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-32k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-pro.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-lite.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-flash.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-thinking.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-r1.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-v3.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_basic.yaml +201 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_claude.yaml +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_deepseek.yaml +107 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_gemini.yaml +139 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ollama.yaml +84 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_openai.yaml +171 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/common/oauth_schema.json +42 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/bocha_search.yaml +179 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/chestnut_sign.yaml +50 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/gaode_map.yaml +754 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/image_compression.yaml +58 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_authentication_authorization.yaml +56 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_base.yaml +1172 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_calendar.yaml +479 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_docx.yaml +552 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_message.yaml +499 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_sheet.yaml +795 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_task.yaml +409 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_wiki.yaml +95 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/library_search.yaml +73 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/maker_smart_design.yaml +82 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/plugin_meta.yaml +913 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sky_eye_check.yaml +431 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sohu_hot_news.yaml +69 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/wolfram_alpha.yaml +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/worth_buying.yaml +77 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/messages_to_query_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/nl2sql_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/docker-compose.yml +549 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/go.mod +3 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/proxy.go +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/analysis-smartcn.zip +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/elasticsearch.yml +14 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/coze_resource.index-template.json +74 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/project_draft.index-template.json +79 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/setup_es.sh +142 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/etcd/etcd.conf.yml +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/.mc/config.json +1 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/claude_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-api.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-chat-sdk.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-coze.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/deepseek_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_agent_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_app_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_database_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_dataset_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_prompt_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_workflow_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/doubao_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/gemini_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/image_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/ollama.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/openai_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/plugin_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/qwen_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_10coz_folder.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_11coz_trans_switch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_12coz_location.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_13coz_link.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_14coz_clock.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_1coz_ai.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_2icon_ai_writing.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_3coz_imageflow.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_4icon_aisearch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_5icon_summary.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_6icon_digest.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_7icon_video.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_8icon_audio.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_9coz_variables.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/table_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/team_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7416518827749425204.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7418535986059067392.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/text_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/user_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_ai_ppt.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_bocha_search.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chat_ppt.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chestnut_sign.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_constellation.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_gaode_map.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_image_compression.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_authentication_authorization.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_base.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_calendar.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_docx.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_message.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_sheet.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_task.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_wiki.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_library_search.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_liepin.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_maker_smart_design.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sky_eye_check.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sohu_hot_news.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_wolfram_alpha.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_worth_buying.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/schema.sql +836 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/sql_init.sql +666 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/rocketmq/broker.conf +28 -0
- iamt/composes/5558AIWORKFLOW/dify/.env +1090 -0
- iamt/composes/5558AIWORKFLOW/dify/.rdm.md +11 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/README.md +76 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/docker-entrypoint.sh +30 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/update-cert.template.txt +19 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/Dockerfile +4 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/init-cbserver.sh +44 -0
- iamt/composes/5558AIWORKFLOW/dify/docker-compose.yml +1174 -0
- iamt/composes/5558AIWORKFLOW/dify/elasticsearch/docker-entrypoint.sh +25 -0
- iamt/composes/5558AIWORKFLOW/dify/image.png +0 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/conf.d/default.conf.template +48 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/https.conf.template +9 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/nginx.conf.template +34 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/proxy.conf.template +11 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/ssl/.gitkeep +0 -0
- iamt/composes/5558AIWORKFLOW/dify/pgvector/docker-entrypoint.sh +24 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/squid.conf.template +56 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init.sh +13 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init_user.script +10 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/pd.toml +4 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash-learner.toml +13 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash.toml +19 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/docker-compose.yaml +62 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/myscale/config/users.d/custom_users_config.xml +17 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/oceanbase/init.d/vec_memory.sql +1 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/opensearch/opensearch_dashboards.yml +222 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml +14 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml.example +35 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/dependencies/python-requirements.txt +0 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/.rdm.md +14 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/docker-compose-pgvector.yml +177 -0
- iamt/composes/5558AIWORKFLOW/langflow/.rdm.md +9 -0
- iamt/composes/5558AIWORKFLOW/langflow/docker-compose.yml +30 -0
- iamt/composes/5558AIWORKFLOW/n8n/.env +6 -0
- iamt/composes/5558AIWORKFLOW/n8n/.rdm.md +24 -0
- iamt/composes/5558AIWORKFLOW/n8n/docker-compose.yml +52 -0
- iamt/composes/5558AIWORKFLOW/n8n/init-data.sh +13 -0
- iamt/composes/5558AIWORKFLOW/n8n/n8n_storage/.gitkeep +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy/.rdm.md +10 -0
- iamt/composes/5559MJAPI/midjourney-proxy/docker-compose.yml +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/.rdm.md +5 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/3xui/.rdm.md +12 -0
- iamt/composes/5655PROXY/3xui/docker-compose.yml +15 -0
- iamt/composes/5655PROXY/hui/.rdm.md +6 -0
- iamt/composes/5655PROXY/hui/docker-compose.yml +18 -0
- iamt/composes/5655PROXY/mihomo/.rdm.config.md +17 -0
- iamt/composes/5655PROXY/mihomo/.rdm.md +40 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/config.yaml +584 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/geoip.metadb +0 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub1.yaml +7 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub2.yaml +56 -0
- iamt/composes/5655PROXY/mihomo/docker-compose.yml +33 -0
- iamt/composes/5655PROXY/nginx/.rdm +2 -0
- iamt/composes/5655PROXY/nginx/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/sub-web/.rdm.md +9 -0
- iamt/composes/5655PROXY/sub2clash/.rdm.md +3 -0
- iamt/composes/5655PROXY/sub2clash/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/subconverter/.rdm.md +4 -0
- iamt/composes/5655PROXY/v2ray/.rdm.md +3 -0
- iamt/composes/5655PROXY/v2raya/.rdm.md +33 -0
- iamt/composes/5655PROXY/v2raya/docker-compose.yml +19 -0
- iamt/composes/5655PROXY/xui/.rdm.md +3 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/.rdm.md +18 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/Dockerfile-for-Mainland-China +42 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/docker-compose.yml +39 -0
- iamt/composes/5755COMFYUI/comfyui_boot/.rdm.md +29 -0
- iamt/composes/5755COMFYUI/comfyui_boot/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.env +1 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.rdm.md +20 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/docker-compose.yml +45 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/storage/.gitkeep +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/.rdm.md +22 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/docker-compose.yml +31 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/.rdm.md +26 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.env +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.rdm.md +23 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/docker-compose.yml +24 -0
- iamt/composes/5755COMFYUI/swarmui/.rdm.md +5 -0
- iamt/composes/5755COMFYUI/swarmui/docker-compose.yml +38 -0
- iamt/composes/5855MEDIA/any-listen/.rdm.md +7 -0
- iamt/composes/5855MEDIA/any-listen/data/config.cjs +20 -0
- iamt/composes/5855MEDIA/any-listen/docker-compose.yml +10 -0
- iamt/composes/5855MEDIA/blackcandy/.rdm.md +1 -0
- iamt/composes/5855MEDIA/koel/.rdm.md +17 -0
- iamt/composes/5855MEDIA/koel/docker-compose.yml +41 -0
- iamt/composes/5855MEDIA/navidrome/.rdm.md +15 -0
- iamt/composes/5855MEDIA/navidrome/docker-compose.yml +15 -0
- iamt/composes/5955BACKUP/gobackup/.rdm.md +9 -0
- iamt/composes/5955BACKUP/gobackup/docker-compose.yml +19 -0
- iamt/composes/5955BACKUP/gobackup/gobackup/gobackup.yml +5 -0
- iamt/composes/5955BACKUP/rclone/.rdm.md +6 -0
- iamt/composes/5955BACKUP/rclone/docker-compose.yml +0 -0
- iamt/composes/5965SYNC/verysync/.rdm.md +16 -0
- iamt/composes/5965SYNC/verysync/docker-compose.yml +22 -0
- iamt/composes/6055DATABASE/adminer/.rdm.md +13 -0
- iamt/composes/6055DATABASE/cloudbeaver/.rdm.md +10 -0
- iamt/composes/6055DATABASE/mongodb/.env +7 -0
- iamt/composes/6055DATABASE/mongodb/.rdm.md +8 -0
- iamt/composes/6055DATABASE/mongodb/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mongodbExpress/.env +10 -0
- iamt/composes/6055DATABASE/mongodbExpress/.rdm.md +14 -0
- iamt/composes/6055DATABASE/mongodbExpress/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mysql/.env +0 -0
- iamt/composes/6055DATABASE/mysql/.rdm.md +0 -0
- iamt/composes/6055DATABASE/mysql/docker-compose.yml +26 -0
- iamt/composes/6055DATABASE/mysql/my.cnf +107 -0
- iamt/composes/6155AUTH/authentik/.env +10 -0
- iamt/composes/6155AUTH/authentik/.rdm.md +7 -0
- iamt/composes/6155AUTH/authentik/docker-compose.yml +90 -0
- iamt/composes/6155AUTH/casdoor/conf/app.conf +30 -0
- iamt/composes/6155AUTH/casdoor/docker-compose.yml +20 -0
- iamt/composes/6255Monitor/dcgm_exporter/.rdm.md +5 -0
- iamt/composes/6255Monitor/dcgm_exporter/docker-compose.yml +34 -0
- iamt/composes/6255Monitor/grafana/.env +5 -0
- iamt/composes/6255Monitor/grafana/.rdm.md +0 -0
- iamt/composes/6255Monitor/grafana/docker-compose.yml +22 -0
- iamt/composes/6255Monitor/node_exporter/.env +1 -0
- iamt/composes/6255Monitor/node_exporter/docker-compose.yml +19 -0
- iamt/composes/6255Monitor/prometheus/.env +6 -0
- iamt/composes/6255Monitor/prometheus/.rdm.md +8 -0
- iamt/composes/6255Monitor/prometheus/conf/prometheus.yml +39 -0
- iamt/composes/6255Monitor/prometheus/docker-compose.yml +28 -0
- iamt/composes/6255Monitor/prometheus/prometheus/.gitkeep +0 -0
- iamt/composes/6355SSL/certbot/.rdm.md +4 -0
- iamt/composes/6355SSL/certd/.rdm.md +4 -0
- iamt/composes/6355SSL/certimate/.rdm.md +23 -0
- iamt/composes/6355SSL/certimate/docker-compose.yml +17 -0
- iamt/composes/6455Storage/fileBrowser/.env +5 -0
- iamt/composes/6455Storage/fileBrowser/.rdm.md +17 -0
- iamt/composes/6455Storage/fileBrowser/docker-compose.yml +14 -0
- iamt/composes/6455Storage/fileBrowser/filebrowser.db +0 -0
- iamt/composes/6455Storage/fileBrowser/settings.json +8 -0
- iamt/composes/6455Storage/kskypro/.env +3 -0
- iamt/composes/6455Storage/kskypro/.rdm.md +30 -0
- iamt/composes/6455Storage/kskypro/buildimg/000-default.conf.template +45 -0
- iamt/composes/6455Storage/kskypro/buildimg/Dockerfile +97 -0
- iamt/composes/6455Storage/kskypro/buildimg/LICENSE +661 -0
- iamt/composes/6455Storage/kskypro/buildimg/entrypoint.sh +29 -0
- iamt/composes/6455Storage/kskypro/buildimg/ports.conf.template +2 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/certs/ssl-cert-snakeoil.pem +21 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/private/ssl-cert-snakeoil.key +28 -0
- iamt/composes/6455Storage/kskypro/docker-compose.yml +43 -0
- iamt/composes/6455Storage/kskypro/env.conf +43 -0
- iamt/composes/6455Storage/kskypro/mysql/conf/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/data/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/log/.gitkeep +0 -0
- iamt/composes/6455Storage/lskypro/.rdm.md +15 -0
- iamt/composes/6455Storage/lskypro/Dockerfile +12 -0
- iamt/composes/6455Storage/lskypro/docker-compose.yml +51 -0
- iamt/composes/6455Storage/minio/.rdm.md +1 -0
- iamt/composes/6455Storage/minio/docker-compose.yml +31 -0
- iamt/composes/6455Storage/nextcloud/.rdm.md +0 -0
- iamt/composes/6455Storage/nextcloud/docker-compose.yml +25 -0
- iamt/composes/6455Storage/seafile/.env +46 -0
- iamt/composes/6455Storage/seafile/.rdm.md +31 -0
- iamt/composes/6455Storage/seafile/caddy.yml +26 -0
- iamt/composes/6455Storage/seafile/seadoc.yml +39 -0
- iamt/composes/6455Storage/seafile/seafile-server.yml +79 -0
- iamt/composes/6555DNS/ddnsgo/.env +8 -0
- iamt/composes/6555DNS/ddnsgo/.rdm.md +7 -0
- iamt/composes/6555DNS/ddnsgo/docker-compose.yml +17 -0
- iamt/composes/6555DNS/lucky/.rdm.md +4 -0
- iamt/composes/6555DNS/lucky/docker-compose.yml +14 -0
- iamt/composes/6655CONTAINER/harbor/.rdm.md +1 -0
- iamt/composes/6755SHOP/dujiaoka/.rdm.md +10 -0
- iamt/composes/6755SHOP/dujiaoka/docker-compose.yml +37 -0
- iamt/composes/6755SHOP/dujiaoka/env.conf +46 -0
- iamt/composes/6755SHOP/dujiaoka/storage/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka/uploads/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka2/.rdm.md +3 -0
- iamt/composes/8888Others/apitable/docker-compose.yml +233 -0
- iamt/composes/8888Others/changeDetect/README +18 -0
- iamt/composes/8888Others/changeDetect/docker-compose.yml +44 -0
- iamt/composes/8888Others/codeServer/.rdm.md +7 -0
- iamt/composes/8888Others/codeServer/docker-compose.yml +39 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/.rdm.md +19 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/config.yaml +32 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/docker-compose.yml +17 -0
- iamt/composes/8888Others/kasmweb_chrome/.rdm.md +19 -0
- iamt/composes/8888Others/kasmweb_chrome/docker-compose.yml +17 -0
- iamt/composes/8888Others/meilisearch/.env +10 -0
- iamt/composes/8888Others/meilisearch/config/config.toml +132 -0
- iamt/composes/8888Others/meilisearch/docker-compose.yml +34 -0
- iamt/composes/8888Others/memcached/.env +8 -0
- iamt/composes/8888Others/memcached/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/minio +9 -0
- iamt/composes/8888Others/neko/README.md +11 -0
- iamt/composes/8888Others/neko/docker-compose.yml +16 -0
- iamt/composes/8888Others/ocrmypdf/README.md +14 -0
- iamt/composes/8888Others/outline/docker-compose.yml +76 -0
- iamt/composes/8888Others/outline/docker.env +164 -0
- iamt/composes/8888Others/outline/redis.conf +0 -0
- iamt/composes/8888Others/pandas_ai/.rdm.md +5 -0
- iamt/composes/8888Others/pandas_ai/docker-compose.yml +49 -0
- iamt/composes/8888Others/rancher/.rdm.md +4 -0
- iamt/composes/8888Others/rustdesk/.env +10 -0
- iamt/composes/8888Others/rustdesk/docker-compose.yml +29 -0
- iamt/composes/8888Others/ttrss/docker-compose.yml +74 -0
- iamt/composes/8888Others/vultrCLI/.rdm.md +9 -0
- iamt/composes/8888Others/wewerss/docker-compose.yml +44 -0
- iamt/dcd/dcd.py +337 -0
- iamt/decorators/singleton.py +224 -0
- iamt/modules/_utils/_utils.py +1 -0
- iamt/modules/_utils/arch.py +22 -0
- iamt/modules/_utils/cleanup_network_config.py +68 -0
- iamt/modules/_utils/github.py +123 -0
- iamt/modules/_utils/setup_apt_sources.py +94 -0
- iamt/modules/_utils/steps.py +26 -0
- iamt/modules/claudecode/claudecode.py +0 -0
- iamt/modules/dcdtask/dcdtask.py +164 -0
- iamt/modules/docker/docker.py +370 -0
- iamt/modules/docker/roles/role.py +54 -0
- iamt/modules/docker/templates/daemon/daemon_multi_mirrors.json +21 -0
- iamt/modules/docker/templates/gpgkey/debian_gpgkey +62 -0
- iamt/modules/docker/templates/gpgkey/ubuntu_gpgkey +62 -0
- iamt/modules/github/ghcli.py +197 -0
- iamt/modules/nvm/nvm.py +183 -0
- iamt/modules/nvm/roles/role.py +24 -0
- iamt/modules/runlinetask/runlinetask.py +22 -0
- iamt/modules/ubuntud/antigravity.py +191 -0
- iamt/modules/ubuntud/chrome.py +111 -0
- iamt/modules/ubuntud/fcitx5.py +0 -0
- iamt/modules/ubuntud/ibus.py +53 -0
- iamt/modules/ubuntud/kiro.py +41 -0
- iamt/modules/ubuntud/rime_ice.py +173 -0
- iamt/modules/ubuntud/roles/role.py +28 -0
- iamt/modules/ubuntud/templates/ibus/ibus_rime.custom.yaml +3 -0
- iamt/modules/ubuntud/v2ray-core.py +238 -0
- iamt/modules/ubuntud/v2rayN.py +127 -0
- iamt/modules/ubuntud/vscode.py +162 -0
- iamt/modules/uv/roles/role.py +56 -0
- iamt/modules/uv/templates/uv.toml +5 -0
- iamt/modules/uv/uv.py +315 -0
- iamt/modules/vagrant/templates/Vagrantfile +25 -0
- iamt/modules/vagrant/vagrant.py +91 -0
- iamt/modules/vboxinit/base_box_init.py +142 -0
- iamt/modules/vboxinit/roles/role.py +15 -0
- iamt/role/role.py +134 -0
- iamt/run_file/run_file.py +121 -0
- iamt/run_line/commands.py +70 -0
- iamt/run_line/run_line.py +78 -0
- iamt/task/task.py +108 -0
- iamt/utils/__init__.py +6 -0
- iamt/utils/config_saver.py +90 -0
- iamt/utils/task_tracker.py +136 -0
- iamt-1.1.27.dist-info/METADATA +19 -0
- iamt-1.1.27.dist-info/RECORD +482 -0
- iamt-1.1.27.dist-info/WHEEL +4 -0
- iamt-1.1.27.dist-info/entry_points.txt +5 -0
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Copyright OpenSearch Contributors
|
|
3
|
+
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
|
|
5
|
+
# Description:
|
|
6
|
+
# Default configuration for OpenSearch Dashboards
|
|
7
|
+
|
|
8
|
+
# OpenSearch Dashboards is served by a back end server. This setting specifies the port to use.
|
|
9
|
+
# server.port: 5601
|
|
10
|
+
|
|
11
|
+
# Specifies the address to which the OpenSearch Dashboards server will bind. IP addresses and host names are both valid values.
|
|
12
|
+
# The default is 'localhost', which usually means remote machines will not be able to connect.
|
|
13
|
+
# To allow connections from remote users, set this parameter to a non-loopback address.
|
|
14
|
+
# server.host: "localhost"
|
|
15
|
+
|
|
16
|
+
# Enables you to specify a path to mount OpenSearch Dashboards at if you are running behind a proxy.
|
|
17
|
+
# Use the `server.rewriteBasePath` setting to tell OpenSearch Dashboards if it should remove the basePath
|
|
18
|
+
# from requests it receives, and to prevent a deprecation warning at startup.
|
|
19
|
+
# This setting cannot end in a slash.
|
|
20
|
+
# server.basePath: ""
|
|
21
|
+
|
|
22
|
+
# Specifies whether OpenSearch Dashboards should rewrite requests that are prefixed with
|
|
23
|
+
# `server.basePath` or require that they are rewritten by your reverse proxy.
|
|
24
|
+
# server.rewriteBasePath: false
|
|
25
|
+
|
|
26
|
+
# The maximum payload size in bytes for incoming server requests.
|
|
27
|
+
# server.maxPayloadBytes: 1048576
|
|
28
|
+
|
|
29
|
+
# The OpenSearch Dashboards server's name. This is used for display purposes.
|
|
30
|
+
# server.name: "your-hostname"
|
|
31
|
+
|
|
32
|
+
# The URLs of the OpenSearch instances to use for all your queries.
|
|
33
|
+
# opensearch.hosts: ["http://localhost:9200"]
|
|
34
|
+
|
|
35
|
+
# OpenSearch Dashboards uses an index in OpenSearch to store saved searches, visualizations and
|
|
36
|
+
# dashboards. OpenSearch Dashboards creates a new index if the index doesn't already exist.
|
|
37
|
+
# opensearchDashboards.index: ".opensearch_dashboards"
|
|
38
|
+
|
|
39
|
+
# The default application to load.
|
|
40
|
+
# opensearchDashboards.defaultAppId: "home"
|
|
41
|
+
|
|
42
|
+
# Setting for an optimized healthcheck that only uses the local OpenSearch node to do Dashboards healthcheck.
|
|
43
|
+
# This settings should be used for large clusters or for clusters with ingest heavy nodes.
|
|
44
|
+
# It allows Dashboards to only healthcheck using the local OpenSearch node rather than fan out requests across all nodes.
|
|
45
|
+
#
|
|
46
|
+
# It requires the user to create an OpenSearch node attribute with the same name as the value used in the setting
|
|
47
|
+
# This node attribute should assign all nodes of the same cluster an integer value that increments with each new cluster that is spun up
|
|
48
|
+
# e.g. in opensearch.yml file you would set the value to a setting using node.attr.cluster_id:
|
|
49
|
+
# Should only be enabled if there is a corresponding node attribute created in your OpenSearch config that matches the value here
|
|
50
|
+
# opensearch.optimizedHealthcheckId: "cluster_id"
|
|
51
|
+
|
|
52
|
+
# If your OpenSearch is protected with basic authentication, these settings provide
|
|
53
|
+
# the username and password that the OpenSearch Dashboards server uses to perform maintenance on the OpenSearch Dashboards
|
|
54
|
+
# index at startup. Your OpenSearch Dashboards users still need to authenticate with OpenSearch, which
|
|
55
|
+
# is proxied through the OpenSearch Dashboards server.
|
|
56
|
+
# opensearch.username: "opensearch_dashboards_system"
|
|
57
|
+
# opensearch.password: "pass"
|
|
58
|
+
|
|
59
|
+
# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
|
|
60
|
+
# These settings enable SSL for outgoing requests from the OpenSearch Dashboards server to the browser.
|
|
61
|
+
# server.ssl.enabled: false
|
|
62
|
+
# server.ssl.certificate: /path/to/your/server.crt
|
|
63
|
+
# server.ssl.key: /path/to/your/server.key
|
|
64
|
+
|
|
65
|
+
# Optional settings that provide the paths to the PEM-format SSL certificate and key files.
|
|
66
|
+
# These files are used to verify the identity of OpenSearch Dashboards to OpenSearch and are required when
|
|
67
|
+
# xpack.security.http.ssl.client_authentication in OpenSearch is set to required.
|
|
68
|
+
# opensearch.ssl.certificate: /path/to/your/client.crt
|
|
69
|
+
# opensearch.ssl.key: /path/to/your/client.key
|
|
70
|
+
|
|
71
|
+
# Optional setting that enables you to specify a path to the PEM file for the certificate
|
|
72
|
+
# authority for your OpenSearch instance.
|
|
73
|
+
# opensearch.ssl.certificateAuthorities: [ "/path/to/your/CA.pem" ]
|
|
74
|
+
|
|
75
|
+
# To disregard the validity of SSL certificates, change this setting's value to 'none'.
|
|
76
|
+
# opensearch.ssl.verificationMode: full
|
|
77
|
+
|
|
78
|
+
# Time in milliseconds to wait for OpenSearch to respond to pings. Defaults to the value of
|
|
79
|
+
# the opensearch.requestTimeout setting.
|
|
80
|
+
# opensearch.pingTimeout: 1500
|
|
81
|
+
|
|
82
|
+
# Time in milliseconds to wait for responses from the back end or OpenSearch. This value
|
|
83
|
+
# must be a positive integer.
|
|
84
|
+
# opensearch.requestTimeout: 30000
|
|
85
|
+
|
|
86
|
+
# List of OpenSearch Dashboards client-side headers to send to OpenSearch. To send *no* client-side
|
|
87
|
+
# headers, set this value to [] (an empty list).
|
|
88
|
+
# opensearch.requestHeadersWhitelist: [ authorization ]
|
|
89
|
+
|
|
90
|
+
# Header names and values that are sent to OpenSearch. Any custom headers cannot be overwritten
|
|
91
|
+
# by client-side headers, regardless of the opensearch.requestHeadersWhitelist configuration.
|
|
92
|
+
# opensearch.customHeaders: {}
|
|
93
|
+
|
|
94
|
+
# Time in milliseconds for OpenSearch to wait for responses from shards. Set to 0 to disable.
|
|
95
|
+
# opensearch.shardTimeout: 30000
|
|
96
|
+
|
|
97
|
+
# Logs queries sent to OpenSearch. Requires logging.verbose set to true.
|
|
98
|
+
# opensearch.logQueries: false
|
|
99
|
+
|
|
100
|
+
# Specifies the path where OpenSearch Dashboards creates the process ID file.
|
|
101
|
+
# pid.file: /var/run/opensearchDashboards.pid
|
|
102
|
+
|
|
103
|
+
# Enables you to specify a file where OpenSearch Dashboards stores log output.
|
|
104
|
+
# logging.dest: stdout
|
|
105
|
+
|
|
106
|
+
# Set the value of this setting to true to suppress all logging output.
|
|
107
|
+
# logging.silent: false
|
|
108
|
+
|
|
109
|
+
# Set the value of this setting to true to suppress all logging output other than error messages.
|
|
110
|
+
# logging.quiet: false
|
|
111
|
+
|
|
112
|
+
# Set the value of this setting to true to log all events, including system usage information
|
|
113
|
+
# and all requests.
|
|
114
|
+
# logging.verbose: false
|
|
115
|
+
|
|
116
|
+
# Set the interval in milliseconds to sample system and process performance
|
|
117
|
+
# metrics. Minimum is 100ms. Defaults to 5000.
|
|
118
|
+
# ops.interval: 5000
|
|
119
|
+
|
|
120
|
+
# Specifies locale to be used for all localizable strings, dates and number formats.
|
|
121
|
+
# Supported languages are the following: English - en , by default , Chinese - zh-CN .
|
|
122
|
+
# i18n.locale: "en"
|
|
123
|
+
|
|
124
|
+
# Set the allowlist to check input graphite Url. Allowlist is the default check list.
|
|
125
|
+
# vis_type_timeline.graphiteAllowedUrls: ['https://www.hostedgraphite.com/UID/ACCESS_KEY/graphite']
|
|
126
|
+
|
|
127
|
+
# Set the blocklist to check input graphite Url. Blocklist is an IP list.
|
|
128
|
+
# Below is an example for reference
|
|
129
|
+
# vis_type_timeline.graphiteBlockedIPs: [
|
|
130
|
+
# //Loopback
|
|
131
|
+
# '127.0.0.0/8',
|
|
132
|
+
# '::1/128',
|
|
133
|
+
# //Link-local Address for IPv6
|
|
134
|
+
# 'fe80::/10',
|
|
135
|
+
# //Private IP address for IPv4
|
|
136
|
+
# '10.0.0.0/8',
|
|
137
|
+
# '172.16.0.0/12',
|
|
138
|
+
# '192.168.0.0/16',
|
|
139
|
+
# //Unique local address (ULA)
|
|
140
|
+
# 'fc00::/7',
|
|
141
|
+
# //Reserved IP address
|
|
142
|
+
# '0.0.0.0/8',
|
|
143
|
+
# '100.64.0.0/10',
|
|
144
|
+
# '192.0.0.0/24',
|
|
145
|
+
# '192.0.2.0/24',
|
|
146
|
+
# '198.18.0.0/15',
|
|
147
|
+
# '192.88.99.0/24',
|
|
148
|
+
# '198.51.100.0/24',
|
|
149
|
+
# '203.0.113.0/24',
|
|
150
|
+
# '224.0.0.0/4',
|
|
151
|
+
# '240.0.0.0/4',
|
|
152
|
+
# '255.255.255.255/32',
|
|
153
|
+
# '::/128',
|
|
154
|
+
# '2001:db8::/32',
|
|
155
|
+
# 'ff00::/8',
|
|
156
|
+
# ]
|
|
157
|
+
# vis_type_timeline.graphiteBlockedIPs: []
|
|
158
|
+
|
|
159
|
+
# opensearchDashboards.branding:
|
|
160
|
+
# logo:
|
|
161
|
+
# defaultUrl: ""
|
|
162
|
+
# darkModeUrl: ""
|
|
163
|
+
# mark:
|
|
164
|
+
# defaultUrl: ""
|
|
165
|
+
# darkModeUrl: ""
|
|
166
|
+
# loadingLogo:
|
|
167
|
+
# defaultUrl: ""
|
|
168
|
+
# darkModeUrl: ""
|
|
169
|
+
# faviconUrl: ""
|
|
170
|
+
# applicationTitle: ""
|
|
171
|
+
|
|
172
|
+
# Set the value of this setting to true to capture region blocked warnings and errors
|
|
173
|
+
# for your map rendering services.
|
|
174
|
+
# map.showRegionBlockedWarning: false%
|
|
175
|
+
|
|
176
|
+
# Set the value of this setting to false to suppress search usage telemetry
|
|
177
|
+
# for reducing the load of OpenSearch cluster.
|
|
178
|
+
# data.search.usageTelemetry.enabled: false
|
|
179
|
+
|
|
180
|
+
# 2.4 renames 'wizard.enabled: false' to 'vis_builder.enabled: false'
|
|
181
|
+
# Set the value of this setting to false to disable VisBuilder
|
|
182
|
+
# functionality in Visualization.
|
|
183
|
+
# vis_builder.enabled: false
|
|
184
|
+
|
|
185
|
+
# 2.4 New Experimental Feature
|
|
186
|
+
# Set the value of this setting to true to enable the experimental multiple data source
|
|
187
|
+
# support feature. Use with caution.
|
|
188
|
+
# data_source.enabled: false
|
|
189
|
+
# Set the value of these settings to customize crypto materials to encryption saved credentials
|
|
190
|
+
# in data sources.
|
|
191
|
+
# data_source.encryption.wrappingKeyName: 'changeme'
|
|
192
|
+
# data_source.encryption.wrappingKeyNamespace: 'changeme'
|
|
193
|
+
# data_source.encryption.wrappingKey: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
|
|
194
|
+
|
|
195
|
+
# 2.6 New ML Commons Dashboards Feature
|
|
196
|
+
# Set the value of this setting to true to enable the ml commons dashboards
|
|
197
|
+
# ml_commons_dashboards.enabled: false
|
|
198
|
+
|
|
199
|
+
# 2.12 New experimental Assistant Dashboards Feature
|
|
200
|
+
# Set the value of this setting to true to enable the assistant dashboards
|
|
201
|
+
# assistant.chat.enabled: false
|
|
202
|
+
|
|
203
|
+
# 2.13 New Query Assistant Feature
|
|
204
|
+
# Set the value of this setting to false to disable the query assistant
|
|
205
|
+
# observability.query_assist.enabled: false
|
|
206
|
+
|
|
207
|
+
# 2.14 Enable Ui Metric Collectors in Usage Collector
|
|
208
|
+
# Set the value of this setting to true to enable UI Metric collections
|
|
209
|
+
# usageCollection.uiMetric.enabled: false
|
|
210
|
+
|
|
211
|
+
opensearch.hosts: [https://localhost:9200]
|
|
212
|
+
opensearch.ssl.verificationMode: none
|
|
213
|
+
opensearch.username: admin
|
|
214
|
+
opensearch.password: 'Qazwsxedc!@#123'
|
|
215
|
+
opensearch.requestHeadersWhitelist: [authorization, securitytenant]
|
|
216
|
+
|
|
217
|
+
opensearch_security.multitenancy.enabled: true
|
|
218
|
+
opensearch_security.multitenancy.tenants.preferred: [Private, Global]
|
|
219
|
+
opensearch_security.readonly_mode.roles: [kibana_read_only]
|
|
220
|
+
# Use this setting if you are running opensearch-dashboards without https
|
|
221
|
+
opensearch_security.cookie.secure: false
|
|
222
|
+
server.host: '0.0.0.0'
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
app:
|
|
2
|
+
port: 8194
|
|
3
|
+
debug: True
|
|
4
|
+
key: dify-sandbox
|
|
5
|
+
max_workers: 4
|
|
6
|
+
max_requests: 50
|
|
7
|
+
worker_timeout: 5
|
|
8
|
+
python_path: /usr/local/bin/python3
|
|
9
|
+
enable_network: True # please make sure there is no network risk in your environment
|
|
10
|
+
allowed_syscalls: # please leave it empty if you have no idea how seccomp works
|
|
11
|
+
proxy:
|
|
12
|
+
socks5: ''
|
|
13
|
+
http: ''
|
|
14
|
+
https: ''
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
app:
|
|
2
|
+
port: 8194
|
|
3
|
+
debug: True
|
|
4
|
+
key: dify-sandbox
|
|
5
|
+
max_workers: 4
|
|
6
|
+
max_requests: 50
|
|
7
|
+
worker_timeout: 5
|
|
8
|
+
python_path: /usr/local/bin/python3
|
|
9
|
+
python_lib_path:
|
|
10
|
+
- /usr/local/lib/python3.10
|
|
11
|
+
- /usr/lib/python3.10
|
|
12
|
+
- /usr/lib/python3
|
|
13
|
+
- /usr/lib/x86_64-linux-gnu
|
|
14
|
+
- /etc/ssl/certs/ca-certificates.crt
|
|
15
|
+
- /etc/nsswitch.conf
|
|
16
|
+
- /etc/hosts
|
|
17
|
+
- /etc/resolv.conf
|
|
18
|
+
- /run/systemd/resolve/stub-resolv.conf
|
|
19
|
+
- /run/resolvconf/resolv.conf
|
|
20
|
+
- /etc/localtime
|
|
21
|
+
- /usr/share/zoneinfo
|
|
22
|
+
- /etc/timezone
|
|
23
|
+
# add more paths if needed
|
|
24
|
+
python_pip_mirror_url: https://pypi.tuna.tsinghua.edu.cn/simple
|
|
25
|
+
nodejs_path: /usr/local/bin/node
|
|
26
|
+
enable_network: True
|
|
27
|
+
allowed_syscalls:
|
|
28
|
+
- 1
|
|
29
|
+
- 2
|
|
30
|
+
- 3
|
|
31
|
+
# add all the syscalls which you require
|
|
32
|
+
proxy:
|
|
33
|
+
socks5: ''
|
|
34
|
+
http: ''
|
|
35
|
+
https: ''
|
|
File without changes
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# 数据库的默认账号和密码仅首次运行时设置有效
|
|
2
|
+
# 如果修改了账号密码,记得改数据库和项目连接参数,别只改一处~
|
|
3
|
+
# 该配置文件只是给快速启动,测试使用。正式使用,记得务必修改账号密码,以及调整合适的知识库参数,共享内存等。
|
|
4
|
+
# 如何无法访问 dockerhub 和 git,可以用阿里云(阿里云没有arm包)
|
|
5
|
+
|
|
6
|
+
version: '3.3'
|
|
7
|
+
services:
|
|
8
|
+
# db
|
|
9
|
+
pg:
|
|
10
|
+
image: pgvector/pgvector:0.7.0-pg15 # docker hub
|
|
11
|
+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/pgvector:v0.7.0 # 阿里云
|
|
12
|
+
container_name: pg
|
|
13
|
+
restart: always
|
|
14
|
+
ports: # 生产环境建议不要暴露
|
|
15
|
+
- 5432:5432
|
|
16
|
+
networks:
|
|
17
|
+
- fastgpt
|
|
18
|
+
environment:
|
|
19
|
+
# 这里的配置只有首次运行生效。修改后,重启镜像是不会生效的。需要把持久化数据删除再重启,才有效果
|
|
20
|
+
- POSTGRES_USER=username
|
|
21
|
+
- POSTGRES_PASSWORD=password
|
|
22
|
+
- POSTGRES_DB=postgres
|
|
23
|
+
volumes:
|
|
24
|
+
- ./pg/data:/var/lib/postgresql/data
|
|
25
|
+
mongo:
|
|
26
|
+
image: mongo:5.0.18 # dockerhub
|
|
27
|
+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.18 # 阿里云
|
|
28
|
+
# image: mongo:4.4.29 # cpu不支持AVX时候使用
|
|
29
|
+
container_name: mongo
|
|
30
|
+
restart: always
|
|
31
|
+
ports:
|
|
32
|
+
- 27017:27017
|
|
33
|
+
networks:
|
|
34
|
+
- fastgpt
|
|
35
|
+
command: mongod --keyFile /data/mongodb.key --replSet rs0
|
|
36
|
+
environment:
|
|
37
|
+
- MONGO_INITDB_ROOT_USERNAME=myusername
|
|
38
|
+
- MONGO_INITDB_ROOT_PASSWORD=mypassword
|
|
39
|
+
volumes:
|
|
40
|
+
- ./mongo/data:/data/db
|
|
41
|
+
entrypoint:
|
|
42
|
+
- bash
|
|
43
|
+
- -c
|
|
44
|
+
- |
|
|
45
|
+
openssl rand -base64 128 > /data/mongodb.key
|
|
46
|
+
chmod 400 /data/mongodb.key
|
|
47
|
+
chown 999:999 /data/mongodb.key
|
|
48
|
+
echo 'const isInited = rs.status().ok === 1
|
|
49
|
+
if(!isInited){
|
|
50
|
+
rs.initiate({
|
|
51
|
+
_id: "rs0",
|
|
52
|
+
members: [
|
|
53
|
+
{ _id: 0, host: "mongo:27017" }
|
|
54
|
+
]
|
|
55
|
+
})
|
|
56
|
+
}' > /data/initReplicaSet.js
|
|
57
|
+
# 启动MongoDB服务
|
|
58
|
+
exec docker-entrypoint.sh "$$@" &
|
|
59
|
+
|
|
60
|
+
# 等待MongoDB服务启动
|
|
61
|
+
until mongo -u myusername -p mypassword --authenticationDatabase admin --eval "print('waited for connection')" > /dev/null 2>&1; do
|
|
62
|
+
echo "Waiting for MongoDB to start..."
|
|
63
|
+
sleep 2
|
|
64
|
+
done
|
|
65
|
+
|
|
66
|
+
# 执行初始化副本集的脚本
|
|
67
|
+
mongo -u myusername -p mypassword --authenticationDatabase admin /data/initReplicaSet.js
|
|
68
|
+
|
|
69
|
+
# 等待docker-entrypoint.sh脚本执行的MongoDB服务进程
|
|
70
|
+
wait $$!
|
|
71
|
+
|
|
72
|
+
# fastgpt
|
|
73
|
+
sandbox:
|
|
74
|
+
container_name: sandbox
|
|
75
|
+
image: ghcr.io/labring/fastgpt-sandbox:v4.8.23-fix # git
|
|
76
|
+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.23-fix # 阿里云
|
|
77
|
+
networks:
|
|
78
|
+
- fastgpt
|
|
79
|
+
restart: always
|
|
80
|
+
fastgpt:
|
|
81
|
+
container_name: fastgpt
|
|
82
|
+
image: ghcr.io/labring/fastgpt:v4.8.23-fix # git
|
|
83
|
+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.23-fix # 阿里云
|
|
84
|
+
ports:
|
|
85
|
+
- 3000:3000
|
|
86
|
+
networks:
|
|
87
|
+
- fastgpt
|
|
88
|
+
depends_on:
|
|
89
|
+
- mongo
|
|
90
|
+
- pg
|
|
91
|
+
- sandbox
|
|
92
|
+
restart: always
|
|
93
|
+
environment:
|
|
94
|
+
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。
|
|
95
|
+
- FE_DOMAIN=
|
|
96
|
+
# root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。
|
|
97
|
+
- DEFAULT_ROOT_PSW=1234
|
|
98
|
+
# AI模型的API地址哦。务必加 /v1。这里默认填写了OneApi的访问地址。
|
|
99
|
+
- OPENAI_BASE_URL=http://oneapi:3000/v1
|
|
100
|
+
# AI模型的API Key。(这里默认填写了OneAPI的快速默认key,测试通后,务必及时修改)
|
|
101
|
+
- CHAT_API_KEY=sk-fastgpt
|
|
102
|
+
# 数据库最大连接数
|
|
103
|
+
- DB_MAX_LINK=30
|
|
104
|
+
# 登录凭证密钥
|
|
105
|
+
- TOKEN_KEY=any
|
|
106
|
+
# root的密钥,常用于升级时候的初始化请求
|
|
107
|
+
- ROOT_KEY=root_key
|
|
108
|
+
# 文件阅读加密
|
|
109
|
+
- FILE_TOKEN_KEY=filetoken
|
|
110
|
+
# MongoDB 连接参数. 用户名myusername,密码mypassword。
|
|
111
|
+
- MONGODB_URI=mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
|
|
112
|
+
# pg 连接参数
|
|
113
|
+
- PG_URL=postgresql://username:password@pg:5432/postgres
|
|
114
|
+
# sandbox 地址
|
|
115
|
+
- SANDBOX_URL=http://sandbox:3000
|
|
116
|
+
# 日志等级: debug, info, warn, error
|
|
117
|
+
- LOG_LEVEL=info
|
|
118
|
+
- STORE_LOG_LEVEL=warn
|
|
119
|
+
# 工作流最大运行次数
|
|
120
|
+
- WORKFLOW_MAX_RUN_TIMES=1000
|
|
121
|
+
# 批量执行节点,最大输入长度
|
|
122
|
+
- WORKFLOW_MAX_LOOP_TIMES=100
|
|
123
|
+
# 自定义跨域,不配置时,默认都允许跨域(多个域名通过逗号分割)
|
|
124
|
+
- ALLOWED_ORIGINS=
|
|
125
|
+
# 是否开启IP限制,默认不开启
|
|
126
|
+
- USE_IP_LIMIT=false
|
|
127
|
+
volumes:
|
|
128
|
+
- ./config.json:/app/data/config.json
|
|
129
|
+
|
|
130
|
+
# oneapi
|
|
131
|
+
mysql:
|
|
132
|
+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/mysql:8.0.36 # 阿里云
|
|
133
|
+
image: mysql:8.0.36
|
|
134
|
+
container_name: mysql
|
|
135
|
+
restart: always
|
|
136
|
+
ports:
|
|
137
|
+
- 3306:3306
|
|
138
|
+
networks:
|
|
139
|
+
- fastgpt
|
|
140
|
+
command: --default-authentication-plugin=mysql_native_password
|
|
141
|
+
environment:
|
|
142
|
+
# 默认root密码,仅首次运行有效
|
|
143
|
+
MYSQL_ROOT_PASSWORD: oneapimmysql
|
|
144
|
+
MYSQL_DATABASE: oneapi
|
|
145
|
+
volumes:
|
|
146
|
+
- ./mysql:/var/lib/mysql
|
|
147
|
+
oneapi:
|
|
148
|
+
container_name: oneapi
|
|
149
|
+
image: ghcr.io/songquanpeng/one-api:v0.6.7
|
|
150
|
+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/one-api:v0.6.6 # 阿里云
|
|
151
|
+
ports:
|
|
152
|
+
- 3001:3000
|
|
153
|
+
depends_on:
|
|
154
|
+
- mysql
|
|
155
|
+
networks:
|
|
156
|
+
- fastgpt
|
|
157
|
+
restart: always
|
|
158
|
+
environment:
|
|
159
|
+
# mysql 连接参数
|
|
160
|
+
- SQL_DSN=root:oneapimmysql@tcp(mysql:3306)/oneapi
|
|
161
|
+
# 登录凭证加密密钥
|
|
162
|
+
- SESSION_SECRET=oneapikey
|
|
163
|
+
# 内存缓存
|
|
164
|
+
- MEMORY_CACHE_ENABLED=true
|
|
165
|
+
# 启动聚合更新,减少数据交互频率
|
|
166
|
+
- BATCH_UPDATE_ENABLED=true
|
|
167
|
+
# 聚合更新时长
|
|
168
|
+
- BATCH_UPDATE_INTERVAL=10
|
|
169
|
+
# 初始化的 root 密钥(建议部署完后更改,否则容易泄露)
|
|
170
|
+
- INITIAL_ROOT_TOKEN=fastgpt
|
|
171
|
+
volumes:
|
|
172
|
+
- ./oneapi:/data
|
|
173
|
+
networks:
|
|
174
|
+
fastgpt:
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
# oneapi 其实可以独立部署起来
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
services:
|
|
2
|
+
langflow:
|
|
3
|
+
image: langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow
|
|
4
|
+
pull_policy: always # set to 'always' when using 'latest' image
|
|
5
|
+
ports:
|
|
6
|
+
- "7860:7860"
|
|
7
|
+
depends_on:
|
|
8
|
+
- postgres
|
|
9
|
+
environment:
|
|
10
|
+
- LANGFLOW_DATABASE_URL=postgresql://langflow:langflow@postgres:5432/langflow
|
|
11
|
+
# This variable defines where the logs, file storage, monitor data and secret keys are stored.
|
|
12
|
+
- LANGFLOW_CONFIG_DIR=app/langflow
|
|
13
|
+
volumes:
|
|
14
|
+
- langflow-data:/app/langflow
|
|
15
|
+
|
|
16
|
+
postgres:
|
|
17
|
+
image: postgres:16
|
|
18
|
+
environment:
|
|
19
|
+
POSTGRES_USER: langflow
|
|
20
|
+
POSTGRES_PASSWORD: langflow
|
|
21
|
+
POSTGRES_DB: langflow
|
|
22
|
+
ports:
|
|
23
|
+
- "5432:5432"
|
|
24
|
+
volumes:
|
|
25
|
+
- langflow-postgres:/var/lib/postgresql/data
|
|
26
|
+
|
|
27
|
+
volumes:
|
|
28
|
+
langflow-postgres:
|
|
29
|
+
langflow-data:
|
|
30
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
https://docs.n8n.io/hosting/installation/docker/
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
docker volume create n8n_data
|
|
5
|
+
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
|
|
6
|
+
# 一定要先创建volume 而不能进行本地文件夹映射 要不然 有文件夹权限问题 会直接报错
|
|
7
|
+
# 然后就算运行起来也访问不了 因为有TLS问题 N8N_SECURE_COOKIE 设置为 false 可以解决这个问题
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
官方也有docker compose教程 但是我看了一下用不了
|
|
11
|
+
还是自己把命令转换成compose吧
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
https://github.com/n8n-io/n8n-hosting/tree/main
|
|
15
|
+
# 原来有个专门的 hosting 仓库 还是要仔细看文档
|
|
16
|
+
# 使用上面的 withPostgres 然后采用目录映射的方式是运行不了的 n8n 容器没有操作 本地 n8n_storage 文件夹的权限
|
|
17
|
+
# 经过我的一番折腾 可以正常启动 但是还是需要把 N8N_SECURE_COOKIE 设置为 false 才能用
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# n8n 容器使用的 alpine 作为基础系统
|
|
21
|
+
# 运行的 用户是node 它的id是1000 正好和vagrant(1000) 相同
|
|
22
|
+
uid=1000(node) gid=1000(node) groups=1000(node)
|
|
23
|
+
# 这应该就是目前我用 vagrant 能够连接成功的原因
|
|
24
|
+
# 后面这里最好优化一下 更改 n8n_storage 文件夹的权限 sudo chown -R 1000:1000 n8n_storage
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
version: '3.8'
|
|
2
|
+
|
|
3
|
+
# volumes:
|
|
4
|
+
# db_storage:
|
|
5
|
+
# n8n_storage:
|
|
6
|
+
|
|
7
|
+
services:
|
|
8
|
+
postgres:
|
|
9
|
+
image: postgres:16
|
|
10
|
+
restart: always
|
|
11
|
+
environment:
|
|
12
|
+
- POSTGRES_USER
|
|
13
|
+
- POSTGRES_PASSWORD
|
|
14
|
+
- POSTGRES_DB
|
|
15
|
+
- POSTGRES_NON_ROOT_USER
|
|
16
|
+
- POSTGRES_NON_ROOT_PASSWORD
|
|
17
|
+
volumes:
|
|
18
|
+
- ./db_storage:/var/lib/postgresql/data
|
|
19
|
+
- ./init-data.sh:/docker-entrypoint-initdb.d/init-data.sh
|
|
20
|
+
healthcheck:
|
|
21
|
+
test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}']
|
|
22
|
+
interval: 5s
|
|
23
|
+
timeout: 5s
|
|
24
|
+
retries: 10
|
|
25
|
+
|
|
26
|
+
n8n:
|
|
27
|
+
image: registry.cn-shenzhen.aliyuncs.com/lppx/n8n
|
|
28
|
+
# image: docker.n8n.io/n8nio/n8n
|
|
29
|
+
container_name: n8n
|
|
30
|
+
user: 1000:1000
|
|
31
|
+
restart: always
|
|
32
|
+
environment:
|
|
33
|
+
- DB_TYPE=postgresdb
|
|
34
|
+
- DB_POSTGRESDB_HOST=postgres
|
|
35
|
+
- DB_POSTGRESDB_PORT=5432
|
|
36
|
+
- DB_POSTGRESDB_DATABASE=${POSTGRES_DB}
|
|
37
|
+
- DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER}
|
|
38
|
+
- DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
|
|
39
|
+
- N8N_LOG_LEVEL=debug
|
|
40
|
+
- N8N_SECURE_COOKIE=false
|
|
41
|
+
ports:
|
|
42
|
+
- 5678:5678
|
|
43
|
+
links:
|
|
44
|
+
- postgres
|
|
45
|
+
volumes:
|
|
46
|
+
- ./n8n_storage:/home/node/.n8n
|
|
47
|
+
depends_on:
|
|
48
|
+
postgres:
|
|
49
|
+
condition: service_healthy
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
# 环境变量设置有个大坑 等于号和环境变量的值之间不能有空格
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
set -e;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
if [ -n "${POSTGRES_NON_ROOT_USER:-}" ] && [ -n "${POSTGRES_NON_ROOT_PASSWORD:-}" ]; then
|
|
6
|
+
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
|
|
7
|
+
CREATE USER ${POSTGRES_NON_ROOT_USER} WITH PASSWORD '${POSTGRES_NON_ROOT_PASSWORD}';
|
|
8
|
+
GRANT ALL PRIVILEGES ON DATABASE ${POSTGRES_DB} TO ${POSTGRES_NON_ROOT_USER};
|
|
9
|
+
GRANT CREATE ON SCHEMA public TO ${POSTGRES_NON_ROOT_USER};
|
|
10
|
+
EOSQL
|
|
11
|
+
else
|
|
12
|
+
echo "SETUP INFO: No Environment variables given!"
|
|
13
|
+
fi
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
services:
|
|
3
|
+
midjourney-proxy:
|
|
4
|
+
container_name: mjopen
|
|
5
|
+
restart: always
|
|
6
|
+
ports:
|
|
7
|
+
- 8086:8080
|
|
8
|
+
user: root
|
|
9
|
+
volumes:
|
|
10
|
+
- ./logs:/app/logs:rw
|
|
11
|
+
- ./data:/app/data:rw
|
|
12
|
+
- ./attachments:/app/wwwroot/attachments:rw
|
|
13
|
+
- ./ephemeral-attachments:/app/wwwroot/ephemeral-attachments:rw
|
|
14
|
+
- /etc/localtime:/etc/localtime:ro
|
|
15
|
+
- /etc/timezone:/etc/timezone:ro
|
|
16
|
+
environment:
|
|
17
|
+
- TZ=Asia/Shanghai
|
|
18
|
+
image: trueaiorg/midjourney-proxy
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# docker pull registry.cn-guangzhou.aliyuncs.com/trueai-org/midjourney-proxy
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
https://github.com/MHSanaei/3x-ui
|
|
2
|
+
https://github.com/MHSanaei/3x-ui/blob/main/docker-compose.yml
|
|
3
|
+
https://github.com/MHSanaei/3x-ui/blob/main/README.zh_CN.md
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
# docker 容器默认端口是 2053
|
|
8
|
+
# docker 部署的默认用户名和密码都是admin
|
|
9
|
+
# 一个主机上其实可以部署多个3xui实例
|
|
10
|
+
|
|
11
|
+
# https://github.com/mhsanaei/3x-ui/pkgs/container/3x-ui
|
|
12
|
+
# 这玩意居然还有ARM的镜像 挺好的
|