Owen
f50df66e3a
Fix use_pangolin_dns
2025-10-13 14:27:51 -07:00
Owen
19210cbf7d
Hide cname and ns if not using dns
2025-10-13 14:22:06 -07:00
miloschwartz
9af206b69a
move schemas to folder
2025-10-13 14:13:26 -07:00
Owen
b6b9c71c5e
Pass this middleware correctly in saas
2025-10-13 12:27:45 -07:00
Owen
b6c1d9a592
Merge branch 'dev' into distribution
2025-10-13 12:04:41 -07:00
Pallavi Kumari
026e56aead
fix lint
2025-10-14 00:28:00 +05:30
Pallavi Kumari
c0cc81ed96
standardizing the targets input table
2025-10-14 00:27:24 +05:30
Owen
9c91a8db46
Update build process
2025-10-13 11:49:48 -07:00
miloschwartz
b160eee8d2
Merge branch 'dev' into distribution
2025-10-13 11:06:14 -07:00
miloschwartz
37ceabdf5d
add enterprise license system
2025-10-13 10:41:10 -07:00
Owen
e7828a43fa
Add flag for generate own certs
2025-10-13 10:32:41 -07:00
Owen
c7a40d59b7
Seperate managed node code to fosrl/pangolin-node
2025-10-12 16:34:36 -07:00
Owen
a50c0d84e9
Make easier to run in dev - fix a couple of things
2025-10-12 16:23:38 -07:00
Owen
f17a957058
Cleaning up more imports
2025-10-11 20:46:49 -07:00
Owen
2c63851130
Separate types & fix #private import
2025-10-11 19:02:15 -07:00
miloschwartz
6b125bba7c
reject user if no policies match and remove root user in auto provision
2025-10-10 11:52:45 -07:00
Owen
d92b87b7c8
Chungus 2.0
2025-10-10 11:27:15 -07:00
Owen
526307e192
Fix ssl undefined issue
2025-10-08 16:43:40 -07:00
Owen
02b1de3266
Make sure siteIds are numbers
...
Fixes PAN-145
2025-10-08 12:06:48 -07:00
Owen
4435d9a248
Merge branch 'dev'
2025-10-07 15:08:32 -07:00
Owen
7d0303e2be
Add postgres pool info to config
2025-10-07 15:06:42 -07:00
Owen
5a3bf2f758
Fix import issue
2025-10-06 11:06:41 -07:00
Owen
e121dd0d1d
Add to blueprints
2025-10-06 11:02:08 -07:00
Owen
2c46a37a53
Include in hybrid
2025-10-06 10:31:31 -07:00
Owen
850e9a734a
Adding HTTP Header Authentication
2025-10-06 10:14:02 -07:00
Owen
4c412528f5
Clean up and copy to getTraefikConfig
2025-10-06 09:55:35 -07:00
OddMagnet
a8fce47ba0
Update traefik dynamic config to also use resource name
2025-10-06 09:55:35 -07:00
Owen
cd285cc019
Clean up and copy to getTraefikConfig
2025-10-06 09:50:18 -07:00
OddMagnet
9e8e00d4bb
Update traefik dynamic config to also use resource name
2025-10-06 17:33:08 +02:00
Owen Schwartz
4447fb8202
Merge pull request #1459 from SigmaSquadron/revert-1281-push-nymutulytrsq
...
Revert "fix: change default integration_api to 3004"
2025-10-05 17:41:15 -07:00
Owen Schwartz
8f09561114
Merge pull request #1592 from Pallavikumarimdb/ordered-priority-in-path-routing-rules
...
Add ordered priority for path-based routing rules
2025-10-05 17:10:26 -07:00
miloschwartz
b167d94ead
update cors to check array
2025-10-05 16:50:46 -07:00
Owen
e4c0a157e3
Add to oss traefik config and fix create/update
2025-10-05 15:46:46 -07:00
miloschwartz
956869ab58
add strip duplicate sesion middleware
2025-10-05 15:41:05 -07:00
Owen
e5f4da9a99
Fix lint errors
2025-10-05 15:22:54 -07:00
Pallavi Kumari
22477b7e81
add removed rewrite schema
2025-10-06 02:16:06 +05:30
Pallavi Kumari
043834274d
fix priority inside blueprints
2025-10-06 02:08:41 +05:30
Owen
1e4ca69c89
priority add for traefik config setup
2025-10-06 02:08:41 +05:30
Owen
ff2bcfb0e7
backend setup
2025-10-06 02:08:41 +05:30
Owen
d51053ce86
Merge branch 'main' into dev
2025-10-05 10:57:15 -07:00
Owen Schwartz
229872589c
Merge pull request #1608 from iconoclasthero/patch-logger-docker
...
Patch logger for ISO8601 TZ offsets and Docker build fix
2025-10-05 10:52:51 -07:00
Owen
84fe2fb92e
Remove domains from price
2025-10-05 10:36:59 -07:00
Owen
c2c907852d
Chungus
2025-10-04 18:36:44 -07:00
Owen Schwartz
989b548ef9
Merge pull request #1580 from Pallavikumarimdb/feature/path-rewriting-rules
...
Rules for rewriting requests to another path
2025-10-03 18:16:56 -07:00
iconoclast hero
f52605289b
Patch logger for ISO8601 TZ offsets and fix Docker build
...
- server/logger.ts: timestamps now use local TZ offset instead of Z
- Dockerfile: replaced 'npm ci --omit=dev' with 'npm install --omit=dev' to fix Alpine build failure
- References discussion: https://github.com/orgs/fosrl/discussions/1025
- Note: timestamps default to +00:00 (UTC) unless the user sets environment: TZ=<timezone> in docker-compose.yaml
Optional future improvement: include tzdata in the container for shell/date consistency.
2025-10-03 09:33:43 -04:00
iconoclast hero
68e0911866
Patch logger for ISO8601 TZ offsets and fix Docker build
...
- server/logger.ts: timestamps now use local TZ offset instead of Z
- Dockerfile: replaced 'npm ci --omit=dev' with 'npm install --omit=dev' to fix Alpine build failure
- References discussion: https://github.com/orgs/fosrl/discussions/1025
- Note: timestamps default to +00:00 (UTC) unless the user sets environment: TZ=<timezone> in docker-compose.yaml
Optional future improvement: include tzdata in the container for shell/date consistency.
2025-10-03 09:25:45 -04:00
Owen
b5e04e8111
Add exit node name
2025-10-01 09:49:29 -07:00
Pallavi Kumari
8767d20c47
add missing path / validation
2025-10-01 13:06:09 +05:30
Owen
4cbf3fffb1
Quiet up logs
2025-10-01 13:06:09 +05:30
Owen
51fad19d0d
Sanitize all keys
2025-10-01 13:06:09 +05:30