π Release v25.9.1 (2025-09-16)
β¨ Features
- Deploy: Add domain-based deployment configuration with webproxy support
- Deploy: Add
docker-compose.domain.yamlfor custom domain deployment - Deploy: Support WebProxy subdomain access pattern (
webproxy.yourdomain.com) - Backend: Store SSH private key encrypted in database instead of config file
- Backend: Convert from dynamic asset-{id} subdomain to fixed webproxy subdomain
π Bug Fixes
- UI: Fix logo navigation redirecting to 404 page
π₯ Installation & Upgrade
Standard Port Deployment
cd oneterm
git pull origin main
cd deploy
docker compose down && docker compose up -dNEW: Domain-Based Deployment
cd oneterm
git pull origin main
cd deploy
# Edit docker-compose.domain.yaml line ~123: modify ONETERM_DOMAIN
docker compose -f docker-compose.domain.yaml up -dDomain Configuration:
- Modify
ONETERM_DOMAINindocker-compose.domain.yaml - Configure DNS records to point to your server
- For HTTPS: Uncomment SSL volume mount and port configurations
Access:
- Management UI:
http://yourdomain.com - WebProxy:
http://webproxy.yourdomain.com