Commit Graph
14 Commits
Author SHA1 Message Date
snxraven ff9447f0af Add built-in service targets for SSH on 127.0.0.1 (ports 22 and 2223) and a
CI / php (push) Successful in 1m1s
Custom Port option with ssh_custom_port validation in Admin.
List env.php-discovered services first; SSH shortcuts and Custom Port last.
Rename the custom option label to "Custom Port" and align tunnel labels/i18n.
Update tunnel UI (phtml/JS), EnvServicePortResolver, controller, tests, and docs.
2026-04-01 20:13:11 -05:00
snxraven f9d31a5efa Updates to install docs
CI / php (push) Successful in 2m59s
2026-03-22 02:27:04 -05:00
snxraven c79c78393f Change Copyright to Myself
CI / php (push) Successful in 3m0s
2026-03-21 23:10:29 -05:00
snxraven 960db9801c feat(tunnels): add Service type with dynamic env.php endpoint discovery
CI / php (push) Successful in 2m53s
- Add EnvServicePortResolver (DeploymentConfig) for MySQL, Redis frontends,
  session Redis, AMQP, http_cache_hosts, optional search
- Extend tunnel registry with tunnel_type, service_key, service metadata;
  provisionServiceTunnel without store/NGINX map; teardown guards
- Admin: Type (Website|Service), service dropdown, list Type column; JS toggle
- TunnelManager/start-server: forward to resolved host:port
- Tests: EnvServicePortResolver + service teardown; test stubs for Magento/PSR
- docs: admin-ui Type/Service and security notes
2026-03-21 04:38:37 -05:00
snxraven 4ec4791f27 feat(admin): copy buttons and shared clipboard helper
CI / php (push) Successful in 2m57s
- Add magesail-clipboard.js (clipboard API + execCommand fallback)
- Tunnel: copy store code, key, Holesail command, log tail; wire polling UI
- How-To: copy per code block; Howto block + magesail-howto-copy.js
- NGINX map: copy raw map from textarea; translations in Map block
- Document copy UX in docs/admin-ui.md
2026-03-21 04:03:13 -05:00
snxraven dcebbceb88 Testing/CI/ACL 2026-03-21 03:01:08 -05:00
snxraven ce2c11af59 ocs(admin): expand How-To and About pages
- How-To: recommend Holesail Browser; NGINX/Apache/NPM/cURL examples
- Add magesail-howto.css and layout head include
- About: module overview, capabilities, docs pointer; LIVEPORT copyright
- Add getCopyrightNotice(), magesail-about.css; update admin-ui.md
2026-03-21 02:21:25 -05:00
snxraven 24f58cb06c feat(admin): improve Holesail tunnel management UX
- Add Tunnels list / Add a tunnel tabs with hash navigation
- Show busy overlay during start/stop/remove/create AJAX
- Reload with #magesail-list after successful actions
- Only reload stop/remove on success; fix error handling
- Remove redundant Stores configuration link; drop getConfigUrl()
2026-03-21 01:50:24 -05:00
snxraven 3261cae37f Update docs 2026-03-21 01:36:59 -05:00
snxraven cc456a4cfa feat(magesail): multi-tunnel registry, per-tunnel stores, and admin UX
- Add TunnelRegistry (var/magesail_tunnels.json) and TunnelProcessPaths;
  migrate legacy magesail_tunnel_store.json and PID/key files
- Provision unique store codes per tunnel; website/group selection;
  stop vs remove; per-tunnel NGINX map, cron, status/logtail
- Fix log path: use DirectoryList::LOG (not LOG_DIR)
- Ignore missing store codes for MAGE_RUN_* (stale nginx / magesail_tunnel)
- Allow duplicate local ports; Admin port presets 443/80/8080 + custom;
  update docs and system.xml comments
2026-03-21 00:49:07 -05:00
snxraven 80981cfe62 feat(admin): accept hostname-only tunnel URLs (auto http/https)
TunnelStoreProvisioner expands bare hosts to http:// for unsecure and
https:// for optional secure; full URLs still work. Tunnel block strips
scheme for prefill display. Update tunnel template copy, Index error
text, and README/docs.
2026-03-21 00:11:47 -05:00
snxraven 6b73c6f781 Store views, Globalmaps - Confirmed Loading 2026-03-20 21:59:38 -05:00
snxraven db97652bc2 Updates: Allow automatic display of keys/Copy button ack 2026-03-12 17:41:54 -05:00
snxraven e5c229381b first commit 2026-03-12 17:05:22 -05:00