Commit graph

824 commits

Author SHA1 Message Date
Owen
aabfa91f80
Fix ping new integer 2025-08-14 11:11:01 -07:00
Owen
d5a11edd0c
Remove orgId 2025-08-14 10:38:22 -07:00
Owen
fcc86b07ba
Break out hole punch 2025-08-13 22:05:26 -07:00
Owen
50cf284273
Break out bandwidth 2025-08-13 21:45:44 -07:00
Owen
aaddde0a9b
Add export 2025-08-13 21:41:33 -07:00
Owen
ac87345b7a
Seperate get relays 2025-08-13 21:35:06 -07:00
Owen
23079d9ac0
Fix exit node ping message 2025-08-13 20:48:54 -07:00
Owen
b573d63648
Add cols to exit node 2025-08-13 20:41:29 -07:00
Owen
34d705a54e
Rename olm offline 2025-08-13 20:31:48 -07:00
Owen
b638adedff
Seperate get gerbil config 2025-08-13 20:27:48 -07:00
Owen
285e24cdc7
Use an epoch number for the clients online to fix query 2025-08-13 20:26:50 -07:00
Owen
dc50190dc3
Handle token 2025-08-13 17:30:59 -07:00
Owen
2c8bf4f18c
Handle oss tls 2025-08-13 16:23:24 -07:00
Owen
1f6379a7e6
Break out traefik config 2025-08-13 16:15:23 -07:00
Owen
ddd8eb1da0
Change sni proxy url 2025-08-13 16:02:03 -07:00
Owen
3d8869066a
Adjust pulling in config 2025-08-12 16:47:59 -07:00
Owen
880a123149
Import tcm 2025-08-12 16:31:53 -07:00
Owen
39e35bc1d6
Add traefik config management 2025-08-12 16:27:41 -07:00
Owen
f219f1e36b
Move remote proxy 2025-08-12 16:27:34 -07:00
Owen
25ed3d65f8
Make the proxy more general 2025-08-12 15:58:20 -07:00
Owen
30dbabd73d
Add internal proxy for gerbil endpoints 2025-08-12 15:27:03 -07:00
Owen
ea2e5bf486
Merge branch 'dev' into hybrid 2025-08-12 15:02:43 -07:00
Owen
ae52fcc757
Merge branch 'dev' into clients-multi-pop 2025-08-12 15:01:00 -07:00
Owen
b6c2f123e8
Add basic ws client 2025-08-12 14:30:23 -07:00
Owen
15f900317a
Basic client 2025-08-12 13:53:57 -07:00
Owen
22545cac8b
Basic verify session breakout 2025-08-12 13:40:59 -07:00
Owen
55b4a9eddb
Merge branch 'main' into dev 2025-08-10 10:16:47 -07:00
Owen
ea27075bab
Lint fix 2025-08-10 10:14:45 -07:00
Owen
e9e6b0bc4f
Merge branch 'main' into copilot/fix-1112 2025-08-10 10:10:10 -07:00
Owen
4701da201d
Fix a few consts to lets 2025-08-10 10:09:52 -07:00
Owen
d557832509
Send this right IP this time 2025-08-05 11:37:45 -07:00
Owen
fe5c91db29
Change how you send the desitnations 2025-08-05 11:25:54 -07:00
Owen
f6440753b6
Only update proxy mapping if there is an existing 2025-08-04 21:34:07 -07:00
Owen
17cf903804
publicKey optional 2025-08-04 21:29:40 -07:00
Owen
dcf530d237
Add backward compatability 2025-08-04 20:36:25 -07:00
Owen
6b1808dab1
Handle multiple hp messages 2025-08-04 20:34:27 -07:00
Owen
5889efd74a
Send all hp data now 2025-08-04 20:22:13 -07:00
Owen
1a9de1e5c5
Move endpoint to per site 2025-08-04 20:17:35 -07:00
Owen Schwartz
19902092ce
Merge pull request #1177 from Error-Gap/portbinding-fixes
Portbinding fixes
2025-08-03 11:37:30 -07:00
miloschwartz
84268e484d
update docs links 2025-08-01 22:34:02 -07:00
miloschwartz
7402590f49
remove api-key-org association for root keys 2025-08-01 15:56:03 -07:00
Owen
6d359b6bb9
Add createdAt to org insert 2025-07-31 17:53:11 -07:00
Owen
ea6f803e78
Add createdAt to org 2025-07-31 17:51:30 -07:00
Owen
0151f8a6a9
Fix bad sourcePort 2025-07-31 15:57:30 -07:00
Owen
36d0b83ed3
Fix errors again 2025-07-31 15:00:17 -07:00
Owen
f0138fad4f
Improve gerbil logging 2025-07-31 14:25:22 -07:00
Owen
69802e78f8
Org is not optional 2025-07-31 11:06:07 -07:00
Owen
92e69f561f
Org is not optional 2025-07-31 11:05:24 -07:00
miloschwartz
b351520e92
add clients enabled middleware 2025-07-30 23:18:51 -07:00
T Aviss
481714f095 Fix for issues with binding ports other than 80/443
server/routers/badger/verifySession.ts : verifyResourceSession() updated code behind "cleanHost" var to a regex which strips the trailing :port for any port (rather than a string match for 80/443)
src/app/auth/resource/[resourceId]/page.tsx : ResourceAuthPage() added a secondary match for serverResourceHost and redirectHost that accounts for ports
server/routers/badger/exchangeSession.ts : Updated exchangeSession() to use the same "cleanHost" type var (with port-stripping) as in verifyResourceSession(), replaced references to "host" with "cleanHost"
2025-07-30 22:16:46 -07:00