1
0
Fork 0
Commit Graph

9232 Commits

Author SHA1 Message Date
renovate[bot] c19e6b03c6
chore(deps): update headscale/headscale docker tag to v0.27.1 (#2459) 2025-11-11 22:32:03 +00:00
pooneyy 510bd2559d
feat(bettafish): add version 1.2.1 application configuration
- 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
2025-11-12 03:26:03 +08:00
renovate[bot] d27723e6aa
chore(deps): update linuxserver/netbox docker tag to v4.4.6 (#2456) 2025-11-11 18:00:56 +00:00
renovate[bot] 74bb347783
chore(deps): update jc21/nginx-proxy-manager docker tag to v2.13.3 (#2455) 2025-11-11 18:00:51 +00:00
renovate[bot] f9986542e4
chore(deps): update filebrowser/filebrowser docker tag to v2.45.1 (#2454) 2025-11-11 10:40:54 +00:00
renovate[bot] 3b8960ba49
chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.2.1 (#2453) 2025-11-11 10:40:49 +00:00
renovate[bot] dc350d0050
chore(deps): update moonrailgun/tianji docker tag to v1.30.9 (#2452) 2025-11-11 06:33:10 +00:00
renovate[bot] 2e7d59ab53
chore(deps): update mariadb docker tag to v11.8.4 (#2451) 2025-11-11 06:32:54 +00:00
pooneyy 1548c773ea
feat(docker): add pull policy to postgres services
- 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
2025-11-11 11:30:49 +08:00
renovate[bot] 6941d23d84
chore(deps): update linuxserver/speedtest-tracker docker tag to v1.7.2 (#2450) 2025-11-11 03:12:25 +00:00
renovate[bot] 25aaa01bcf
chore(deps): update flaresolverr/flaresolverr docker tag to v3.4.5 (#2449) 2025-11-11 03:11:44 +00:00
renovate[bot] 252ef4e6fe
chore(deps): update certimate/certimate docker tag to v0.4.4 (#2447) 2025-11-10 19:22:01 +00:00
renovate[bot] 142c4a62d2
chore(deps): update greper/certd docker tag to v1.37.6 (#2448) 2025-11-10 19:21:58 +00:00
renovate[bot] f21be9251b
chore(deps): update mattermost/mattermost-team-edition docker tag to v11.1.0 (#2444) 2025-11-10 15:01:30 +00:00
renovate[bot] a057d36820
chore(deps): update qyg2297248353/ammds docker tag to v1.6.31 (#2443) 2025-11-10 15:01:23 +00:00
renovate[bot] 629e8bd03e
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.4.0 (#2442) 2025-11-10 14:05:38 +00:00
renovate[bot] 564341eba7
chore(deps): update casbin/casdoor docker tag to v2.133.0 (#2441) 2025-11-10 14:05:31 +00:00
renovate[bot] d2f513b1e1
chore(deps): update pingcap to v8.5.3 (#2440) 2025-11-10 13:56:28 +00:00
renovate[bot] 1a8939c06a
chore(deps): update openlistteam/openlist docker tag to v4.1.7 (#2439) 2025-11-10 13:56:24 +00:00
renovate[bot] 8eb6a6a431
chore(deps): update bestrui/bestsub docker tag to v1.7.0 (#2438) 2025-11-10 08:15:06 +00:00
renovate[bot] 4d86d113c6
chore(deps): update pingcap/tikv docker tag to v8.5.3 (#2437) 2025-11-10 08:14:53 +00:00
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- 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
2025-11-10 16:10:24 +08:00
pooneyy 69fb87be1a
feat(home-assistant): update to version 2025.12.0.dev202511100241
- 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
2025-11-10 16:09:08 +08:00
pooneyy 1177e766ca
feat(filecodebox): add version 2.2.1 configuration files
- 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
2025-11-10 16:08:41 +08:00
pooneyy dfee375a22
feat(mixspace): update to version 8.4.0
- 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
2025-11-10 16:07:58 +08:00
pooneyy 2d7c9d3671
feat(dify): add comprehensive environment configuration template
- 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
2025-11-10 16:06:50 +08:00
pooneyy 9ee8206a5a
🐛 fix(vaultwarden): amendment docker compose
- remove duplicate environment section and unused volume mount
- remove HTTPS port mapping and environment variables
- delete unused .env.sample file
2025-11-10 16:05:46 +08:00
renovate[bot] a44fe01a86
chore(deps): update matrixdotorg/synapse docker tag to v1.141.0 (#2434) 2025-11-10 04:51:54 +00:00
renovate[bot] e1f8f72521
chore(deps): update anheyu blog to v1.5.6 (#2433) 2025-11-10 04:51:48 +00:00
renovate[bot] 57ae67f87a
chore(deps): update linuxserver/speedtest-tracker docker tag to v1.7.1 (#2432) 2025-11-10 02:07:56 +00:00
renovate[bot] cc8709c6fe
chore(deps): update casbin/casdoor docker tag to v2.131.0 (#2431) 2025-11-10 02:07:50 +00:00
renovate[bot] 89613d52c9
chore(deps): update moonrailgun/tianji docker tag to v1.30.7 (#2429) 2025-11-09 22:14:56 +00:00
renovate[bot] bd4182c338
chore(deps): update xhongc/music_tag_web docker tag to v2.6.3 (#2430) 2025-11-09 22:14:54 +00:00
renovate[bot] 189e8a7ec4
chore(deps): update linuxserver/bookstack docker tag to v25.11.20251109 (#2428) 2025-11-09 16:50:29 +00:00
renovate[bot] 5a87ee3e0d
chore(deps): update lfnovo/open_notebook docker tag to v1.2.1 (#2427) 2025-11-09 16:50:25 +00:00
pooneyy 80ae2433e5
feat(v2raya): add log file configuration for both global proxy and standard versions
- add V2RAYA_LOG_FILE environment variable set to /tmp/v2raya.log
- apply logging configuration to both v2raya-global and v2raya services
2025-11-10 00:47:34 +08:00
pooneyy 5fbc84872a
feat(v2raya): update app type to website
- change app type from 'tool' to 'website'
2025-11-10 00:26:49 +08:00
renovate[bot] 14e888999d
chore(deps): update hamster1963/nezha-dash docker tag to v3.1.0 (#2425) 2025-11-09 15:52:33 +00:00
renovate[bot] c4ba5b764d
chore(deps): update langgenius/dify-plugin-daemon docker tag to v0.4.0 (#2426) 2025-11-09 15:52:32 +00:00
pooneyy 0b914616b3
🔧 chore(v2raya-global): update logo binary file 2025-11-09 23:48:28 +08:00
pooneyy 3c707e166b
feat(v2raya): enhance configuration and update documentation
- add multiple proxy port configurations (socks5, http, http with shunt rule)
- update docker-compose to use environment variables for proxy ports
- improve volume configuration with timezone and kernel modules
- clean up readme by removing build status badges and usage sections
- update logo image

📝 docs(v2raya): simplify readme content

- remove docker build status badges and travis-ci build status
- remove language selection links and usage instructions
- remove screenshots, notices, acknowledgments and license sections
- keep only essential project description and repository link
2025-11-09 23:47:10 +08:00
renovate[bot] 278a3be6d8
chore(deps): update ghcr.io/tbphp/gpt-load docker tag to v1.4.0 (#2424) 2025-11-09 13:38:45 +00:00
renovate[bot] 008ccba94d
chore(deps): update jc21/nginx-proxy-manager docker tag to v2.13.2 (#2423) 2025-11-09 13:38:36 +00:00
renovate[bot] 3a41a8360e
chore(deps): update johannesjo/super-productivity docker tag to v16.3.0 (#2422) 2025-11-09 08:50:54 +00:00
renovate[bot] 9803309ffe
chore(deps): update hanxi/xiaomusic docker tag to v0.3.100 (#2421) 2025-11-09 08:50:48 +00:00
renovate[bot] ba5d723c6f
chore(deps): update cym1102/nginxwebui docker tag to v4.3.5 (#2419) 2025-11-09 06:41:47 +00:00
renovate[bot] 8847389a50
chore(deps): update xhongc/music_tag_web docker tag to v2.6.2 (#2420) 2025-11-09 06:41:43 +00:00
renovate[bot] d3eaf7f97e
chore(deps): update ghcr.io/karakeep-app/karakeep docker tag to v0.28.0 (#2418) 2025-11-09 01:49:33 +00:00
renovate[bot] 8b5dfc18fd
chore(deps): update greper/certd docker tag to v1.37.5 (#2417) 2025-11-09 01:49:31 +00:00
renovate[bot] 95055fcd70
chore(deps): update itushan/mtab docker tag to v2.9.0 (#2415) 2025-11-08 20:40:22 +00:00