Skip to content

v25.9.1

Latest

Choose a tag to compare

@pycook pycook released this 16 Sep 11:19
· 5 commits to main since this release

πŸš€ Release v25.9.1 (2025-09-16)

✨ Features

  • Deploy: Add domain-based deployment configuration with webproxy support
  • Deploy: Add docker-compose.domain.yaml for 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 -d

NEW: 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 -d

Domain Configuration:

  1. Modify ONETERM_DOMAIN in docker-compose.domain.yaml
  2. Configure DNS records to point to your server
  3. For HTTPS: Uncomment SSL volume mount and port configurations

Access:

  • Management UI: http://yourdomain.com
  • WebProxy: http://webproxy.yourdomain.com