Commit Graph

86 Commits

Author SHA1 Message Date
Dreaded_X 8cafe2b3ca Added support for upgrade requests
Build and deploy / Build container and manifests (push) Successful in 6m9s
2025-04-21 02:21:22 +02:00
Dreaded_X ed7770f792 Fixed spelling of shutdown during forceful shutdown 2025-04-21 02:21:22 +02:00
Dreaded_X dc1f75aee3 Close any remaining connections once the tui exits 2025-04-21 02:21:22 +02:00
Dreaded_X 0fe043acb5 Revert "Use store instead of fetch_add for atomics"
Build and deploy / Build container and manifests (push) Successful in 6m1s
This reverts commit d4bd0ef1ca.
2025-04-21 02:21:18 +02:00
Dreaded_X 878df8da40 Start graceful shutdown on SIGTERM
Build and deploy / Build container and manifests (push) Successful in 5m32s
v1.3.1
2025-04-20 00:58:18 +02:00
Dreaded_X 27f6119905 Second ctrl-c forces application to stop directly
Build and deploy / Build container and manifests (push) Successful in 5m21s
v1.3.0
2025-04-20 00:26:23 +02:00
Dreaded_X c7b0cfc888 Gracefully shutdown if LDAP connection is lost 2025-04-20 00:24:32 +02:00
Dreaded_X 7851d6bb12 Implemented more graceful shutdown
Build and deploy / Build container and manifests (push) Successful in 7m27s
2025-04-20 00:14:24 +02:00
Dreaded_X 49fd6d8a3a Added suggestion to enable quiet mode for ssh client 2025-04-20 00:14:23 +02:00
Dreaded_X ca742fe332 Updated authelia acl helper 2025-04-20 00:14:20 +02:00
Dreaded_X b5c832fb38 Updated crates
Build and deploy / Build container and manifests (push) Successful in 7m33s
2025-04-18 16:08:09 +02:00
Dreaded_X 526b9b0e0c Update rust 1.85 -> 1.86
Build and deploy / Build container and manifests (push) Successful in 7m24s
2025-04-18 15:56:49 +02:00
Dreaded_X e92b61b1a7 Set rust toolchain
Build and deploy / Build container and manifests (push) Successful in 6m53s
2025-04-18 15:30:38 +02:00
Dreaded_X a0b742b0b1 Changed syntax used in build.yaml 2025-04-18 15:08:07 +02:00
Dreaded_X d4bd0ef1ca Use store instead of fetch_add for atomics
Build and deploy / Build container and manifests (push) Successful in 2m48s
v1.2.0
2025-04-18 14:58:15 +02:00
Dreaded_X 95e47c708c Highlight port in red if tunnel failed to open 2025-04-18 14:57:31 +02:00
Dreaded_X 75bfd4d5cf Fixed version string
Build and deploy / Build container and manifests (push) Successful in 2m30s
v1.1.2
2025-04-18 14:12:30 +02:00
Dreaded_X 7fb8cb9c60 Added dockerignore to improve caching 2025-04-18 12:01:20 +02:00
Dreaded_X a370338780 Added LICENSE
Build and deploy / Build container and manifests (push) Successful in 7m10s
2025-04-18 11:44:41 +02:00
Dreaded_X 41de38613c Switch to authelia-controller
Build and deploy / Build container and manifests (push) Successful in 8m6s
v1.1.1
2025-04-18 03:45:47 +02:00
Dreaded_X e0812f28aa Output json logs except when running through cargo
Build and deploy / Build container and manifests (push) Successful in 5m25s
v1.1.0
2025-04-17 16:54:37 +02:00
Dreaded_X 62a85230a9 Fixed conflict with service links
Build and deploy / Build container and manifests (push) Successful in 5m31s
v1.0.1
2025-04-17 15:59:03 +02:00
Dreaded_X 13f27ef878 Improved error message when failing to parse ports
Build and deploy / Build container and manifests (push) Successful in 5m28s
2025-04-17 15:04:53 +02:00
Dreaded_X 6d70187560 Manifests latest tag now tracks latest tagged release instead of latest build 2025-04-17 14:32:56 +02:00
Dreaded_X ba3f891122 Added README
Build and deploy / Build container and manifests (push) Successful in 5m32s
v1.0.0
2025-04-17 13:58:52 +02:00
Dreaded_X 56fdcdf465 Removed test file 2025-04-17 13:58:52 +02:00
Dreaded_X ff19d6b23b Changed name to siranga 2025-04-17 13:58:52 +02:00
Dreaded_X bb19802f40 Simplified build
Build and deploy / Build container and manifests (push) Successful in 5m30s
2025-04-17 11:54:55 +02:00
Dreaded_X bcf4d41785 Fixed reported version 2025-04-17 11:53:23 +02:00
Dreaded_X 61d57d6de1 Automatically hide columns if they do not fit
Build and deploy / Build container and manifests (push) Successful in 6m4s
2025-04-17 01:51:10 +02:00
Dreaded_X 413d9f2157 Update tunnel stats every redraw, auto redraw once a second
Build and deploy / Build container and manifests (push) Successful in 6m21s
2025-04-16 21:05:22 +02:00
Dreaded_X fe1d5b8f72 Rendering now happens from a separate task
Build and deploy / Build container and manifests (push) Successful in 6m9s
2025-04-16 20:02:43 +02:00
Dreaded_X 9dab64c2e6 Get application version from git
Build and deploy / Build container and manifests (push) Successful in 6m27s
2025-04-16 18:03:40 +02:00
Dreaded_X 9dd01b2da5 Fixed help styling 2025-04-16 18:03:40 +02:00
Dreaded_X fba5e5b813 Clear screen properly on start 2025-04-16 18:03:40 +02:00
Dreaded_X 88068f9971 Add external dns entry for tunnel ssh service 2025-04-16 18:03:36 +02:00
Dreaded_X e21c9fd428 Reformat imports properly
Build and deploy / Build container and manifests (push) Successful in 5m43s
2025-04-16 03:00:07 +02:00
Dreaded_X 19ec3714a6 Reorganized files 2025-04-16 02:59:43 +02:00
Dreaded_X 4fe64981d0 Moved http service out of Registry into separate struct 2025-04-16 02:15:53 +02:00
Dreaded_X 693df6817a Tunnel tui functions are now implemented on Tunnel 2025-04-16 02:14:57 +02:00
Dreaded_X 3ada40d4ae Massive refactor
Build and deploy / Build container and manifests (push) Successful in 6m12s
2025-04-16 01:53:24 +02:00
Dreaded_X f75726b93a Improved how stats are handled
Build and deploy / Build container and manifests (push) Successful in 7m25s
2025-04-15 16:47:36 +02:00
Dreaded_X 3ba80ab202 Check for unused crates before commit 2025-04-15 16:23:27 +02:00
Dreaded_X a8e3fd9d2a Added tunnel stats 2025-04-15 16:20:42 +02:00
Dreaded_X cfa8a75962 Ignore paste unmaintained for now
Once ratatui has a new release this should be fixed
2025-04-15 16:18:25 +02:00
Dreaded_X 98d5d776e1 Insert header that is missing from traefik
Build and deploy / Build container and manifests (push) Successful in 5m59s
2025-04-15 02:50:33 +02:00
Dreaded_X 5f0a0ade8c Added build action and kubernetes manifests 2025-04-15 02:50:31 +02:00
Dreaded_X eaadf02220 Added pre-commit 2025-04-14 18:39:54 +02:00
Dreaded_X 4bd7f9d411 Ports can be configured through env and AUTHZ_ENDPOINT is now required 2025-04-14 17:49:09 +02:00
Dreaded_X ddc3416f58 Trim password loaded from file 2025-04-14 17:42:02 +02:00