yusing
99e43fe340
(non-breaking) rebrand changed environment variables
2024-11-04 03:29:26 +08:00
yusing
cf1ecbc826
added option to disable default app categories
2024-11-04 01:44:58 +08:00
yusing
5ff27b9e3d
fixed extra output for ls-* commands
2024-11-04 01:32:26 +08:00
yusing
b63ebfcb3b
disabled auth by default (when no JWT secret is specified)
2024-11-04 00:32:19 +08:00
yusing
c6a9a816f6
copied default config into docker image, fixed ls-routes
2024-11-04 00:31:34 +08:00
yusing
d89d97b61f
added predefined homepage categories
2024-11-03 11:44:30 +08:00
yusing
01b7ec2a99
API server now protected with rate limiter, fixed extra dot on URL on frontend
2024-11-03 10:11:27 +08:00
yusing
0bbadc6d6d
removed default values
2024-11-03 07:34:16 +08:00
yusing
64584c73b2
rate limiter check host instead of full remote address
2024-11-03 07:16:59 +08:00
yusing
8df28628ec
removed unnecessary pointer indirection, added rate limiter middleware
2024-11-03 07:07:30 +08:00
yusing
3bf520541b
fixed stats websocket endpoint when no match_domains configured
2024-11-03 06:04:35 +08:00
yusing
625bf4dfdc
improved HTTP performance, especially when match_domains are used; api json string fix
2024-11-02 07:14:03 +08:00
yusing
46b4090629
moved env to .env.example, update setup method
2024-11-02 03:36:55 +08:00
yusing
91e012987e
added option for jwt token ttl
2024-11-02 03:21:47 +08:00
yusing
a86d316d07
refactor and typo fixes
2024-11-02 03:14:47 +08:00
yusing
76454df5e6
remove useless dummytask
2024-11-02 03:14:25 +08:00
yusing
67b6e40f85
remove unused code
2024-11-02 03:04:15 +08:00
yusing
00fc75b61b
update setup default branch
2024-10-31 03:07:03 +08:00
yusing
4ee93a1351
added logout endpoint
2024-10-31 00:58:35 +08:00
yusing
669d13b89a
fixed crash on some base64 jwt secret
2024-10-30 11:09:52 +08:00
yusing
5fa86b5eb7
fixed auth internal server error
2024-10-30 10:19:30 +08:00
yusing
369cdf8c4f
fixed config reload
2024-10-30 06:52:18 +08:00
yusing
0397f69853
fixed notification not being sent
2024-10-30 06:44:10 +08:00
yusing
81177926ff
implemented login and jwt auth
2024-10-30 06:25:32 +08:00
yusing
e5bbb18414
migrated from logrus to zerolog, improved error formatting, fixed concurrent map write, fixed crash on rapid page refresh for idle containers, fixed infinite recursion on gotfiy error, fixed websocket connection problem when using idlewatcher
2024-10-29 11:34:58 +08:00
yusing
cfa74d69ae
fixed out of range error on gotify message being sent
2024-10-22 16:46:12 +08:00
yusing
bee26f43d4
initial gotify support
2024-10-22 05:38:09 +08:00
yusing
a3ab32e9ab
reload no longer be skipped when there're errors
2024-10-20 15:05:04 +08:00
yusing
c847fe4747
fixed schema and json tag, hide http://:0
2024-10-20 11:04:44 +08:00
yusing
a278711421
fixed loadbalancer with idlewatcher, fixed reload issue
2024-10-20 09:46:02 +08:00
yusing
01ffe0d97c
simplified error messages
2024-10-19 14:25:28 +08:00
yusing
bd732dfa0a
fixed homepage item not showing
2024-10-19 01:30:34 +08:00
yusing
8b8e1773e8
fixed loadbalanced routes with same alias cause conflict
2024-10-19 01:20:08 +08:00
yusing
b296fb2965
fixed healthcheck failed to disable and nil dereference
2024-10-19 00:13:55 +08:00
yusing
53557e38b6
Fixed a few issues:
...
- Incorrect name being shown on dashboard "Proxies page"
- Apps being shown when homepage.show is false
- Load balanced routes are shown on homepage instead of the load balancer
- Route with idlewatcher will now be removed on container destroy
- Idlewatcher panic
- Performance improvement
- Idlewatcher infinitely loading
- Reload stucked / not working properly
- Streams stuck on shutdown / reload
- etc...
Added:
- support idlewatcher for loadbalanced routes
- partial implementation for stream type idlewatcher
Issues:
- graceful shutdown
2024-10-18 16:47:01 +08:00
yusing
c0c61709ca
fixed idlewatcher panic, dashboard app name, route not removing on container destroy
2024-10-16 00:57:10 +08:00
yusing
56b778f19c
fixed json output for ls-routes and its API and homepage api
2024-10-15 16:23:46 +08:00
yusing
f4d532598c
Improved healthcheck, idlewatcher support for loadbalanced routes, bug fixes
2024-10-15 15:34:27 +08:00
yusing
53fa28ae77
graceful shutdown and ref count related
2024-10-14 10:31:27 +08:00
yusing
f38b3abdbc
improved health check
2024-10-14 10:02:53 +08:00
yusing
99207ae606
routes in loadbalance pool no longer listed in ls-route and its API, the loadbalancer is listed instead. improved context handling and grateful shutdown
2024-10-14 09:28:54 +08:00
yusing
d3b8cb8cba
fixed possible memory leak for UDP stream
2024-10-14 08:57:46 +08:00
yusing
51c6eb4597
fixed problems related to reload and port selection
2024-10-14 08:55:49 +08:00
yusing
d47b672aa5
refactored some stuff, added healthcheck support, fixed 'include file' reload not showing in log
2024-10-12 13:56:38 +08:00
yusing
64e30f59e8
added missing json tags
2024-10-11 10:38:38 +08:00
yusing
cef7b3d396
updated tests for new behavior
2024-10-11 10:00:10 +08:00
yusing
7184c9cfe9
correcting some behaviors for $DOCKER_HOST, now uses container's private IP instead of localhost
2024-10-11 09:13:38 +08:00
yusing
da04a0dff4
added golangci-linting, refactor, simplified error msgs and fixed some error handling
2024-10-10 11:52:09 +08:00
yusing
d91b66ae87
performance improvement and small fix on loadbalancer
2024-10-09 18:10:51 +08:00
yusing
5c40f4aa84
added round_robin, least_conn and ip_hash load balance support, small refactoring
2024-10-09 10:39:07 +08:00