Commit Graph

9 Commits

Author SHA1 Message Date
4fa885843f
Tunnels are now always stored in the handler
If tunnel.domain is set that means the tunnel is actually open.
This should make it possible to retry a failed tunnel in the future.
2025-04-11 17:03:39 +02:00
750713b6b0
Implemented initial user interface 2025-04-10 15:05:18 +02:00
31532493cb
Improved error handling 2025-04-08 15:16:47 +02:00
3937e06660
Improved key generation tool 2025-04-08 12:49:10 +02:00
5213aee232
Store tunnel access in Arc<RwLock> and keep a copy in the handler
This should make it easier to access a tunnel in the handler and to
modify its access
2025-04-08 02:01:18 +02:00
01457a185f
Tunnels can now by default only be accessed by the owner, a flag is provided to make the tunnel public 2025-04-07 17:05:21 +02:00
9a1eeb9b69
Parse exec request using clap 2025-04-07 17:01:11 +02:00
72819faa8f
Load env variables from .env file 2025-04-05 02:44:58 +02:00
95c1ec2b96
Initial implementation 2025-04-04 16:13:11 +02:00