Commit Graph

25 Commits

Author SHA1 Message Date
878df8da40
Start graceful shutdown on SIGTERM
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m32s
2025-04-20 00:58:18 +02:00
27f6119905
Second ctrl-c forces application to stop directly
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m21s
2025-04-20 00:26:23 +02:00
c7b0cfc888
Gracefully shutdown if LDAP connection is lost 2025-04-20 00:24:32 +02:00
7851d6bb12
Implemented more graceful shutdown
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m27s
2025-04-20 00:14:24 +02:00
75bfd4d5cf
Fixed version string
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 2m30s
2025-04-18 14:12:30 +02:00
e0812f28aa
Output json logs except when running through cargo
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m25s
2025-04-17 16:54:37 +02:00
13f27ef878
Improved error message when failing to parse ports
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m28s
2025-04-17 15:04:53 +02:00
ff19d6b23b
Changed name to siranga 2025-04-17 13:58:52 +02:00
bcf4d41785
Fixed reported version 2025-04-17 11:53:23 +02:00
e21c9fd428
Reformat imports properly
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m43s
2025-04-16 03:00:07 +02:00
19ec3714a6
Reorganized files 2025-04-16 02:59:43 +02:00
4fe64981d0
Moved http service out of Registry into separate struct 2025-04-16 02:15:53 +02:00
3ada40d4ae
Massive refactor
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 6m12s
2025-04-16 01:53:24 +02:00
4bd7f9d411
Ports can be configured through env and AUTHZ_ENDPOINT is now required 2025-04-14 17:49:09 +02:00
1515ff236a
Check if public key is associated with the user 2025-04-14 17:38:01 +02:00
c637bd7427
Small refactor 2025-04-10 17:32:12 +02:00
31532493cb
Improved error handling 2025-04-08 15:16:47 +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
4a1c7f0279
Cleanup and improve logging 2025-04-05 03:04:59 +02:00
72819faa8f
Load env variables from .env file 2025-04-05 02:44:58 +02:00
c32c18ffc0
Made tunnel domain configurable through env 2025-04-05 02:43:30 +02:00
0378d2d90c
Turned Tunnels into hyper service 2025-04-04 19:19:41 +02:00
bb50a59316
Refactor tunnel 2025-04-04 16:56:47 +02:00
2bd26f1db2
Reorganization ssh 2025-04-04 16:14:13 +02:00
95c1ec2b96
Initial implementation 2025-04-04 16:13:11 +02:00