- add comprehensive data.yml with multi-language form fields for HTTP ports, database configuration, and multiple AI agent API keys
- add docker-compose.yml with service configuration, port mappings, and volume mounts
- add README files in Chinese and English describing the multi-agent public opinion analysis system
- add application metadata in data.yml with multi-language descriptions and architecture support
- add logo.png
- add bettafish project with chinese and english descriptions
- include project icon, name, and github url
- enable previously commented preview section
- add `pull_policy: always` to postgres services in both affine and lobe-chat-data deployments
- ensure latest pgvector images are always pulled for database services
- extract first tag from comma-separated image_tag input using cut command
- introduce FIRST_TAG environment variable for consistent tag reference
- update all image operations to use FIRST_TAG instead of IMAGE_TAG
- maintain backward compatibility while enabling multi-tag support
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
- update docker image version from 2023.8.0.dev20230723 to 2025.12.0.dev202511100241
- migrate directory structure to new version path
- maintain existing environment configuration and data structure
- add .env.sample with container name, port, and data path configuration
- add data.yml with form fields for port and data folder path settings
- add docker-compose.yml with service configuration and network setup
- rename directory from apps/mixspace/8 to apps/mixspace/8.4.0
- update docker image tag from innei/mx-server:8 to innei/mx-server:8.4.0
- maintain all existing configuration files with version update
- introduce .env.example with 1140+ configuration options for API service and worker
- enhance configuration coverage for database, redis, vector stores, and storage providers
- add new datasource configuration options for website readers (jinareader, firecrawl, watercrawl)
- expand vector store support with additional providers including matrixone, opengauss, tablestore, and vastbase
- improve workflow configuration with enhanced storage options and security settings
📝 docs(dify): update configuration templates and documentation
- enhance nginx configuration with improved variable substitution and MCP proxy support
- update squid proxy configuration with additional security rules and increased buffer size
- improve oracle database initialization scripts with world_lexer preference
- update tidb configuration files and docker-compose for version compatibility
♻️ refactor(structure): reorganize project directory layout
- move configuration files from conf/ subdirectory to app root for better clarity
- rename envs/dify.env to dify.env for consistency
- update file paths in docker-compose.yml to reflect new directory structure
- remove redundant configuration files and consolidate volumes
🔧 chore(dify): simplify form configuration and remove obsolete scripts
- remove database and vector store port configurations from data.yml form fields
- eliminate obsolete initialization and upgrade scripts
- add new pgvector docker-entrypoint.sh script for pg_bigm installation support
- update docker-compose.yml with enhanced environment variables and service configurations