1
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
pooneyy 710c63246f
♻️ refactor(linkstack): migrate to named volume and simplify init script
- update docker-compose.yml to use named volume (linkstack_data) with bind mount to ./data directory
- remove complex container export logic from init.sh, replace with simple directory creation (mkdir -p ./data)
2026-01-13 19:55:56 +08:00
pooneyy b22683d153
feat(linkstack): update documentation and simplify application configuration
- Rewrite README.md in Chinese and add README_en.md in English to focus on product introduction and main features
- Update data.yml with improved multilingual descriptions, architecture support, and simplified form fields (only HTTP port configuration)
- Simplify docker-compose.yml by removing unnecessary environment variables and using volume mount instead of named volume
- Add init.sh script for container initialization and update logo.png file
- Remove .env.sample file with complex environment variables
2026-01-06 02:20:39 +08: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 0dbe70f89d
🔧 chore(docker-compose): update docker image tags and app versions
- add explicit :latest tag to looking-glass-server, owjdxb, linkstack, and watchtower images
- update headscale-ui image from latest to specific version 2025.08.23
- update verysync image to specific version v2.20.1
- update headscale-ui from 2025.05.22 to 2025.08.23 version
- 【fix】amend clear app configuration file and update from v1.0.4 to v1.0.9
2025-10-07 15:04:53 +08:00
okxlin 7636f8ba0f feat:删除version设置 2024-06-01 18:07:27 +08:00
okxlin 9e41d75a89 feat:添加linkstack到列表 2024-04-29 16:53:10 +08:00