1
0
Fork 0
Commit Graph

2 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