mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
feat: add SSH access via Cloudflare Tunnel
- Add ssh.mana.how route to cloudflared config - Add client setup script for SSH via tunnel Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4ebe3ec574
commit
4023390c0c
2 changed files with 52 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ tunnel: bb0ea86d-8253-4a54-838b-107bb7945be9
|
|||
credentials-file: /Users/mana/.cloudflared/bb0ea86d-8253-4a54-838b-107bb7945be9.json
|
||||
|
||||
ingress:
|
||||
# SSH Access (requires cloudflared on client)
|
||||
- hostname: ssh.mana.how
|
||||
service: ssh://localhost:22
|
||||
|
||||
# Web Services
|
||||
- hostname: auth.mana.how
|
||||
service: http://localhost:3001
|
||||
- hostname: mana.how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue