mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-17 16:19:48 +02:00
Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 313b10ce21 | |||
| b0e2fcadd4 | |||
| 65ccd5a89d | |||
| 76a4f50ccf | |||
| 1dfe0124be | |||
| aa52174f96 | |||
| e23ae5707f | |||
| 17053ac2bd | |||
| 2733ae1122 | |||
| 735787b183 | |||
| 2fb3507aa5 | |||
| 262ca8a1d0 | |||
| 66c9bdbfa3 | |||
| 4716a2a647 | |||
| 847f44197b | |||
| 6aacd4d185 | |||
| ab3db3bc68 | |||
| b52baceb50 | |||
| 0d2c8a37ef | |||
| 9298ec7cdb | |||
| 0fdff2feee | |||
| 8e042e6433 | |||
| 883ad14326 | |||
| 3cb41211ee | |||
| ee4a1a6b18 | |||
| a10972990a | |||
| 6d6e105711 |
@@ -142,6 +142,7 @@ Give users a landing page to quickly find and open the resources they can access
|
|||||||
* Create reusable views for common access patterns
|
* Create reusable views for common access patterns
|
||||||
|
|
||||||
<img src="public/screenshots/resource-launcher.png" alt="Resource Launcher" width="100%" />
|
<img src="public/screenshots/resource-launcher.png" alt="Resource Launcher" width="100%" />
|
||||||
|
<img src="public/screenshots/resource-launcher-expanded.png" alt="Resource Launcher Details Panel" width="100%" />
|
||||||
|
|
||||||
## Download Clients
|
## Download Clients
|
||||||
|
|
||||||
|
|||||||
@@ -234,6 +234,9 @@
|
|||||||
"clientResourceDescription": "Create and manage resources that are only accessible through a connected client",
|
"clientResourceDescription": "Create and manage resources that are only accessible through a connected client",
|
||||||
"privateResourcesBannerTitle": "Zero-Trust Private Access",
|
"privateResourcesBannerTitle": "Zero-Trust Private Access",
|
||||||
"privateResourcesBannerDescription": "Private resources use zero-trust security, ensuring users and machines can only access resources you explicitly grant. Connect user devices or machine clients to access these resources over a secure virtual private network.",
|
"privateResourcesBannerDescription": "Private resources use zero-trust security, ensuring users and machines can only access resources you explicitly grant. Connect user devices or machine clients to access these resources over a secure virtual private network.",
|
||||||
|
"licenseBillingBannerTitle": "Manage License Billing",
|
||||||
|
"licenseBillingBannerDescription": "To manage billing for your license keys, including payment methods and invoices, visit the billing page.",
|
||||||
|
"licenseBillingBannerButton": "Go to Billing",
|
||||||
"resourcesSearch": "Search resources...",
|
"resourcesSearch": "Search resources...",
|
||||||
"resourceAdd": "Add Resource",
|
"resourceAdd": "Add Resource",
|
||||||
"resourceErrorDelte": "Error deleting resource",
|
"resourceErrorDelte": "Error deleting resource",
|
||||||
|
|||||||
Generated
+129
-32
@@ -43,10 +43,10 @@
|
|||||||
"@react-email/render": "2.1.0",
|
"@react-email/render": "2.1.0",
|
||||||
"@react-email/tailwind": "2.0.7",
|
"@react-email/tailwind": "2.0.7",
|
||||||
"@simplewebauthn/browser": "14.0.0",
|
"@simplewebauthn/browser": "14.0.0",
|
||||||
"@simplewebauthn/server": "14.0.1",
|
"@simplewebauthn/server": "14.0.2",
|
||||||
"@tailwindcss/forms": "0.5.11",
|
"@tailwindcss/forms": "0.5.11",
|
||||||
"@tanstack/react-query": "5.102.8",
|
"@tanstack/react-query": "5.102.8",
|
||||||
"@tanstack/react-table": "8.21.3",
|
"@tanstack/react-table": "9.2.4",
|
||||||
"@xterm/addon-fit": "^0.11.0",
|
"@xterm/addon-fit": "^0.11.0",
|
||||||
"@xterm/addon-web-links": "^0.12.0",
|
"@xterm/addon-web-links": "^0.12.0",
|
||||||
"@xterm/xterm": "^6.0.0",
|
"@xterm/xterm": "^6.0.0",
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
"input-otp": "1.5.0",
|
"input-otp": "1.5.0",
|
||||||
"ioredis": "6.0.0",
|
"ioredis": "6.0.0",
|
||||||
"jmespath": "0.16.0",
|
"jmespath": "0.16.0",
|
||||||
"js-yaml": "5.4.1",
|
"js-yaml": "5.4.2",
|
||||||
"jsonwebtoken": "9.0.3",
|
"jsonwebtoken": "9.0.3",
|
||||||
"lru-cache": "11.5.2",
|
"lru-cache": "11.5.2",
|
||||||
"lucide-react": "1.45.0",
|
"lucide-react": "1.45.0",
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
"sshpk": "1.18.0",
|
"sshpk": "1.18.0",
|
||||||
"stripe": "22.6.2",
|
"stripe": "22.6.2",
|
||||||
"swagger-ui-express": "5.0.1",
|
"swagger-ui-express": "5.0.1",
|
||||||
"tailwind-merge": "3.6.0",
|
"tailwind-merge": "3.7.0",
|
||||||
"topojson-client": "3.1.0",
|
"topojson-client": "3.1.0",
|
||||||
"tw-animate-css": "1.4.0",
|
"tw-animate-css": "1.4.0",
|
||||||
"use-debounce": "10.1.1",
|
"use-debounce": "10.1.1",
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
"ws": "8.21.3",
|
"ws": "8.21.3",
|
||||||
"yaml": "2.9.1",
|
"yaml": "2.9.1",
|
||||||
"yargs": "18.1.0",
|
"yargs": "18.1.0",
|
||||||
"zod": "4.6.2",
|
"zod": "4.6.5",
|
||||||
"zod-validation-error": "5.0.0"
|
"zod-validation-error": "5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -5646,9 +5646,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@simplewebauthn/server": {
|
"node_modules/@simplewebauthn/server": {
|
||||||
"version": "14.0.1",
|
"version": "14.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-14.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-14.0.2.tgz",
|
||||||
"integrity": "sha512-kjWgcm9NdSv+Tobo4Swxd1WnEawsBogpYFMjg9pKsVLPN3FdCmR6BipkL+DcPDgmQ7UKbbBZqRqn3E3YaA7NBw==",
|
"integrity": "sha512-g+m/xv9/8FRWsDY22CwsTYRzt3WwS9fJrR3P7eY3Ti01FXH5FQ36Xn55v6D+5tb6VajlqOj4hywP/Vxsb6a3Sg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hexagon/base64": "^1.1.27",
|
"@hexagon/base64": "^1.1.27",
|
||||||
@@ -6297,6 +6297,72 @@
|
|||||||
"node": ">=14.0.0"
|
"node": ">=14.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
|
||||||
|
"version": "1.11.1",
|
||||||
|
"dev": true,
|
||||||
|
"inBundle": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@emnapi/wasi-threads": "1.2.2",
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
|
||||||
|
"version": "1.11.1",
|
||||||
|
"dev": true,
|
||||||
|
"inBundle": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
||||||
|
"version": "1.2.2",
|
||||||
|
"dev": true,
|
||||||
|
"inBundle": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
|
||||||
|
"version": "1.1.4",
|
||||||
|
"dev": true,
|
||||||
|
"inBundle": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@tybys/wasm-util": "^0.10.1"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/Brooooooklyn"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@emnapi/core": "^1.7.1",
|
||||||
|
"@emnapi/runtime": "^1.7.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
|
||||||
|
"version": "0.10.2",
|
||||||
|
"dev": true,
|
||||||
|
"inBundle": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
|
||||||
|
"version": "2.8.1",
|
||||||
|
"dev": true,
|
||||||
|
"inBundle": true,
|
||||||
|
"license": "0BSD",
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
||||||
"version": "4.3.3",
|
"version": "4.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
|
||||||
@@ -6400,24 +6466,42 @@
|
|||||||
"react": "^18 || ^19"
|
"react": "^18 || ^19"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tanstack/react-table": {
|
"node_modules/@tanstack/react-store": {
|
||||||
"version": "8.21.3",
|
"version": "0.11.1",
|
||||||
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.21.3.tgz",
|
"resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.11.1.tgz",
|
||||||
"integrity": "sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==",
|
"integrity": "sha512-HaIGKI3YLmjBYIvy5DFDY23oNaYZIsTZfngey07Uh5iLVJgM3bIGCnZeOFOqzjFld9JHWcaHJnasD/bKoGKwJQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tanstack/table-core": "8.21.3"
|
"@tanstack/store": "0.11.1",
|
||||||
},
|
"use-sync-external-store": "^1.6.0"
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/tannerlinsley"
|
"url": "https://github.com/sponsors/tannerlinsley"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": ">=16.8",
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||||
"react-dom": ">=16.8"
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tanstack/react-table": {
|
||||||
|
"version": "9.2.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-9.2.4.tgz",
|
||||||
|
"integrity": "sha512-Rzp1Q4e0/nIgEjmISYR5HeEgLTNtrG+C7NFZf/AbCxPO5hg+zC3yNGwcoECigUk8SFzzvhXbd2rFdtP2ZiGrfA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@tanstack/react-store": "^0.11.1",
|
||||||
|
"@tanstack/table-core": "9.2.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/tannerlinsley"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": ">=18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tanstack/react-virtual": {
|
"node_modules/@tanstack/react-virtual": {
|
||||||
@@ -6437,13 +6521,26 @@
|
|||||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tanstack/table-core": {
|
"node_modules/@tanstack/store": {
|
||||||
"version": "8.21.3",
|
"version": "0.11.1",
|
||||||
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.21.3.tgz",
|
"resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.11.1.tgz",
|
||||||
"integrity": "sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==",
|
"integrity": "sha512-mzTOBhypOuDJAy/D8n2MfUZ1HFkXnmSETviRyhqEC8LUE7/IZQExOTxMANj3KjTofYTkFNpBY67qaVrT41YccA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/tannerlinsley"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@tanstack/table-core": {
|
||||||
|
"version": "9.2.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.2.4.tgz",
|
||||||
|
"integrity": "sha512-GwdDyGGr6UXAtubF14yAwcXvdaogqfsQgIk89Suebjxob/Rjq2xvfmXsjDF1rQmKmhHsJm9TOY7myxv3i6geJw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@tanstack/store": "^0.11.1"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=20"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
@@ -12850,9 +12947,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/js-yaml": {
|
"node_modules/js-yaml": {
|
||||||
"version": "5.4.1",
|
"version": "5.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.2.tgz",
|
||||||
"integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==",
|
"integrity": "sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
@@ -16663,9 +16760,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tailwind-merge": {
|
"node_modules/tailwind-merge": {
|
||||||
"version": "3.6.0",
|
"version": "3.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.7.0.tgz",
|
||||||
"integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==",
|
"integrity": "sha512-XPPUyAc+cvspz3lHTcR/QgPfW2A0lv/xQNIjX3HGhLR+Nq2lHaLq5MtTesHn8GUr3W3DguT2KT5x3NVgRtYwmA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
@@ -17858,9 +17955,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/zod": {
|
"node_modules/zod": {
|
||||||
"version": "4.6.2",
|
"version": "4.6.5",
|
||||||
"resolved": "https://registry.npmjs.org/zod/-/zod-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.6.5.tgz",
|
||||||
"integrity": "sha512-lh5RCAGFa1Cm2hjtNwLQhSs/AsqdWnTQaBER9fEwN/88pSh7KOtJavtBx/0VlkN/uFd61SwYmljLMDAsHlvzBQ==",
|
"integrity": "sha512-v5l/aFXZQeai4awLbOpSoHecE9UiMrnfx75tEXLjNonXVARxQ5mOeipTjROUchszUNCqnE+hqAMujRsRHsut2Q==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/sponsors/colinhacks"
|
"url": "https://github.com/sponsors/colinhacks"
|
||||||
|
|||||||
+5
-5
@@ -66,10 +66,10 @@
|
|||||||
"@react-email/render": "2.1.0",
|
"@react-email/render": "2.1.0",
|
||||||
"@react-email/tailwind": "2.0.7",
|
"@react-email/tailwind": "2.0.7",
|
||||||
"@simplewebauthn/browser": "14.0.0",
|
"@simplewebauthn/browser": "14.0.0",
|
||||||
"@simplewebauthn/server": "14.0.1",
|
"@simplewebauthn/server": "14.0.2",
|
||||||
"@tailwindcss/forms": "0.5.11",
|
"@tailwindcss/forms": "0.5.11",
|
||||||
"@tanstack/react-query": "5.102.8",
|
"@tanstack/react-query": "5.102.8",
|
||||||
"@tanstack/react-table": "8.21.3",
|
"@tanstack/react-table": "9.2.4",
|
||||||
"@xterm/addon-fit": "^0.11.0",
|
"@xterm/addon-fit": "^0.11.0",
|
||||||
"@xterm/addon-web-links": "^0.12.0",
|
"@xterm/addon-web-links": "^0.12.0",
|
||||||
"@xterm/xterm": "^6.0.0",
|
"@xterm/xterm": "^6.0.0",
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
"input-otp": "1.5.0",
|
"input-otp": "1.5.0",
|
||||||
"ioredis": "6.0.0",
|
"ioredis": "6.0.0",
|
||||||
"jmespath": "0.16.0",
|
"jmespath": "0.16.0",
|
||||||
"js-yaml": "5.4.1",
|
"js-yaml": "5.4.2",
|
||||||
"jsonwebtoken": "9.0.3",
|
"jsonwebtoken": "9.0.3",
|
||||||
"lru-cache": "11.5.2",
|
"lru-cache": "11.5.2",
|
||||||
"lucide-react": "1.45.0",
|
"lucide-react": "1.45.0",
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
"sshpk": "1.18.0",
|
"sshpk": "1.18.0",
|
||||||
"stripe": "22.6.2",
|
"stripe": "22.6.2",
|
||||||
"swagger-ui-express": "5.0.1",
|
"swagger-ui-express": "5.0.1",
|
||||||
"tailwind-merge": "3.6.0",
|
"tailwind-merge": "3.7.0",
|
||||||
"topojson-client": "3.1.0",
|
"topojson-client": "3.1.0",
|
||||||
"tw-animate-css": "1.4.0",
|
"tw-animate-css": "1.4.0",
|
||||||
"use-debounce": "10.1.1",
|
"use-debounce": "10.1.1",
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
"ws": "8.21.3",
|
"ws": "8.21.3",
|
||||||
"yaml": "2.9.1",
|
"yaml": "2.9.1",
|
||||||
"yargs": "18.1.0",
|
"yargs": "18.1.0",
|
||||||
"zod": "4.6.2",
|
"zod": "4.6.5",
|
||||||
"zod-validation-error": "5.0.0"
|
"zod-validation-error": "5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 711 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 620 KiB After Width: | Height: | Size: 713 KiB |
@@ -93,9 +93,8 @@ export const EnterpriseEditionKeyGenerated = ({
|
|||||||
</EmailSection>
|
</EmailSection>
|
||||||
|
|
||||||
<EmailText>
|
<EmailText>
|
||||||
If you need to purchase additional license keys or
|
For any questions or concerns regarding your license
|
||||||
modify your existing license, please reach out to
|
or billing, please reach out to support at{" "}
|
||||||
our support team at{" "}
|
|
||||||
<a
|
<a
|
||||||
href="mailto:support@pangolin.net"
|
href="mailto:support@pangolin.net"
|
||||||
className="text-primary font-medium"
|
className="text-primary font-medium"
|
||||||
|
|||||||
@@ -0,0 +1,101 @@
|
|||||||
|
import { formatBackupTimestamp } from "./backupFileName";
|
||||||
|
import { assertEquals } from "@test/assert";
|
||||||
|
|
||||||
|
// Local-time constructors are used throughout, matching formatBackupTimestamp,
|
||||||
|
// so these cases do not depend on the machine's timezone.
|
||||||
|
|
||||||
|
function testMonthIsOneIndexed() {
|
||||||
|
console.log("Running month indexing tests...");
|
||||||
|
|
||||||
|
// The case from the report: a backup taken on 12 September 2026 was named
|
||||||
|
// db_2026-8-12_... because Date#getMonth is zero-indexed.
|
||||||
|
{
|
||||||
|
const result = formatBackupTimestamp(new Date(2026, 8, 12, 20, 35, 56));
|
||||||
|
assertEquals(
|
||||||
|
result,
|
||||||
|
"2026-09-12_20-35-56",
|
||||||
|
"September must render as 09, not 8"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// The other reported name, db_2026-0-23_..., was a January backup.
|
||||||
|
{
|
||||||
|
const result = formatBackupTimestamp(new Date(2026, 0, 23, 20, 25, 49));
|
||||||
|
assertEquals(
|
||||||
|
result,
|
||||||
|
"2026-01-23_20-25-49",
|
||||||
|
"January must render as 01, not 0"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
const result = formatBackupTimestamp(new Date(2026, 11, 31, 23, 59, 59));
|
||||||
|
assertEquals(
|
||||||
|
result,
|
||||||
|
"2026-12-31_23-59-59",
|
||||||
|
"December must render as 12"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function testEveryFieldIsZeroPadded() {
|
||||||
|
console.log("Running zero padding tests...");
|
||||||
|
|
||||||
|
// db_2026-8-12_20-36-2 in the report: a single-digit second was not padded.
|
||||||
|
{
|
||||||
|
const result = formatBackupTimestamp(new Date(2026, 8, 12, 20, 36, 2));
|
||||||
|
assertEquals(
|
||||||
|
result,
|
||||||
|
"2026-09-12_20-36-02",
|
||||||
|
"Single-digit seconds must be padded"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
const result = formatBackupTimestamp(new Date(2026, 0, 1, 0, 0, 0));
|
||||||
|
assertEquals(
|
||||||
|
result,
|
||||||
|
"2026-01-01_00-00-00",
|
||||||
|
"Midnight on the first of the month must pad every field"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function testNamesSortChronologically() {
|
||||||
|
console.log("Running sort order tests...");
|
||||||
|
|
||||||
|
// Zero padding means a plain lexicographic sort of the backups directory
|
||||||
|
// lists the backups in the order they were taken.
|
||||||
|
const taken = [
|
||||||
|
new Date(2026, 8, 12, 20, 36, 2),
|
||||||
|
new Date(2026, 0, 23, 20, 25, 49),
|
||||||
|
new Date(2026, 8, 12, 20, 35, 56),
|
||||||
|
new Date(2026, 11, 31, 23, 59, 59)
|
||||||
|
];
|
||||||
|
|
||||||
|
const sorted = taken
|
||||||
|
.map((date) => formatBackupTimestamp(date))
|
||||||
|
.sort();
|
||||||
|
|
||||||
|
assertEquals(
|
||||||
|
sorted.join(","),
|
||||||
|
[
|
||||||
|
"2026-01-23_20-25-49",
|
||||||
|
"2026-09-12_20-35-56",
|
||||||
|
"2026-09-12_20-36-02",
|
||||||
|
"2026-12-31_23-59-59"
|
||||||
|
].join(","),
|
||||||
|
"Backup names must sort into the order the backups were taken"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Run all tests
|
||||||
|
try {
|
||||||
|
testMonthIsOneIndexed();
|
||||||
|
testEveryFieldIsZeroPadded();
|
||||||
|
testNamesSortChronologically();
|
||||||
|
console.log("All tests passed successfully!");
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Test failed:", error);
|
||||||
|
process.exit(1);
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
/**
|
||||||
|
* Builds the timestamp segment of a database backup file name.
|
||||||
|
*
|
||||||
|
* `Date#getMonth` is zero-indexed, so building this inline produced names like
|
||||||
|
* `db_2026-8-12_...` for a backup taken on 12 September 2026. Every field is
|
||||||
|
* also zero-padded, which keeps the names unambiguous and makes them sort
|
||||||
|
* lexicographically in the order they were taken.
|
||||||
|
*
|
||||||
|
* @param date The moment the backup is being taken. Defaults to now.
|
||||||
|
* @returns A timestamp of the form `YYYY-MM-DD_HH-MM-SS`.
|
||||||
|
*/
|
||||||
|
export function formatBackupTimestamp(date: Date = new Date()): string {
|
||||||
|
const pad = (value: number): string => String(value).padStart(2, "0");
|
||||||
|
|
||||||
|
const datePart = [
|
||||||
|
date.getFullYear(),
|
||||||
|
pad(date.getMonth() + 1),
|
||||||
|
pad(date.getDate())
|
||||||
|
].join("-");
|
||||||
|
|
||||||
|
const timePart = [
|
||||||
|
pad(date.getHours()),
|
||||||
|
pad(date.getMinutes()),
|
||||||
|
pad(date.getSeconds())
|
||||||
|
].join("-");
|
||||||
|
|
||||||
|
return `${datePart}_${timePart}`;
|
||||||
|
}
|
||||||
@@ -243,6 +243,14 @@ export async function handleSubscriptionCreated(
|
|||||||
`License type determined: ${numUsers} users, ${numSites} sites for subscription ${subscription.id}`
|
`License type determined: ${numUsers} users, ${numSites} sites for subscription ${subscription.id}`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Grace period of 5 days added on top of the current billing
|
||||||
|
// period end (usually ~1 year out) before the license expires
|
||||||
|
const currentPeriodEnd =
|
||||||
|
fullSubscription.items.data[0]?.current_period_end;
|
||||||
|
const expiresAt =
|
||||||
|
(currentPeriodEnd ?? subscription.created) +
|
||||||
|
5 * 24 * 60 * 60;
|
||||||
|
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/paid-for`,
|
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/paid-for`,
|
||||||
{
|
{
|
||||||
@@ -258,7 +266,8 @@ export async function handleSubscriptionCreated(
|
|||||||
paidFor: true,
|
paidFor: true,
|
||||||
users: numUsers,
|
users: numUsers,
|
||||||
sites: numSites,
|
sites: numSites,
|
||||||
tier: tier
|
tier: tier,
|
||||||
|
expiresAt: expiresAt
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@@ -267,6 +276,13 @@ export async function handleSubscriptionCreated(
|
|||||||
|
|
||||||
logger.debug(`Fossorial API response: ${JSON.stringify(data)}`);
|
logger.debug(`Fossorial API response: ${JSON.stringify(data)}`);
|
||||||
|
|
||||||
|
if (!response.ok || !data.success) {
|
||||||
|
logger.error(
|
||||||
|
`Fossorial API returned ${response.status} when setting paid-for for orgId ${customer.orgId} and subscription ID ${subscription.id}: ${JSON.stringify(data)}`
|
||||||
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (customer.email) {
|
if (customer.email) {
|
||||||
logger.debug(
|
logger.debug(
|
||||||
`Sending license key email to ${customer.email} for subscription ${subscription.id}`
|
`Sending license key email to ${customer.email} for subscription ${subscription.id}`
|
||||||
|
|||||||
@@ -125,9 +125,7 @@ export async function handleSubscriptionDeleted(
|
|||||||
`Handling license subscription deletion for orgId ${customer.orgId} and subscription ID ${subscription.id}`
|
`Handling license subscription deletion for orgId ${customer.orgId} and subscription ID ${subscription.id}`
|
||||||
);
|
);
|
||||||
try {
|
try {
|
||||||
// WARNING:
|
const invalidateResponse = await fetch(
|
||||||
// this invalidates ALL OF THE ENTERPRISE LICENSES for this orgId
|
|
||||||
await fetch(
|
|
||||||
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/invalidate`,
|
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/invalidate`,
|
||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
@@ -139,9 +137,18 @@ export async function handleSubscriptionDeleted(
|
|||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
orgId: customer.orgId,
|
orgId: customer.orgId,
|
||||||
|
licenseKeyId: parseInt(
|
||||||
|
subscription.metadata.licenseKeyId
|
||||||
|
)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (!invalidateResponse.ok) {
|
||||||
|
logger.error(
|
||||||
|
`Fossorial API returned ${invalidateResponse.status} when invalidating license for orgId ${customer.orgId} and subscription ID ${subscription.id}: ${await invalidateResponse.text()}`
|
||||||
|
);
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(
|
logger.error(
|
||||||
`Error notifying Fossorial API of license subscription deletion for orgId ${customer.orgId} and subscription ID ${subscription.id}:`,
|
`Error notifying Fossorial API of license subscription deletion for orgId ${customer.orgId} and subscription ID ${subscription.id}:`,
|
||||||
|
|||||||
@@ -23,7 +23,10 @@ import {
|
|||||||
} from "@server/db";
|
} from "@server/db";
|
||||||
import { eq, and } from "drizzle-orm";
|
import { eq, and } from "drizzle-orm";
|
||||||
import logger from "@server/logger";
|
import logger from "@server/logger";
|
||||||
import { getFeatureIdByMetricId, getFeatureIdByPriceId } from "@server/lib/billing/features";
|
import {
|
||||||
|
getFeatureIdByMetricId,
|
||||||
|
getFeatureIdByPriceId
|
||||||
|
} from "@server/lib/billing/features";
|
||||||
import stripe from "#private/lib/stripe";
|
import stripe from "#private/lib/stripe";
|
||||||
import { handleSubscriptionLifesycle } from "../subscriptionLifecycle";
|
import { handleSubscriptionLifesycle } from "../subscriptionLifecycle";
|
||||||
import { getSubType, SubscriptionType } from "./getSubType";
|
import { getSubType, SubscriptionType } from "./getSubType";
|
||||||
@@ -66,7 +69,8 @@ export async function handleSubscriptionUpdated(
|
|||||||
.limit(1);
|
.limit(1);
|
||||||
|
|
||||||
const type = getSubType(fullSubscription);
|
const type = getSubType(fullSubscription);
|
||||||
const previousType = existingSubscription.type as SubscriptionType | null;
|
const previousType =
|
||||||
|
existingSubscription.type as SubscriptionType | null;
|
||||||
|
|
||||||
// If the subscription has been manually overridden, we lock the
|
// If the subscription has been manually overridden, we lock the
|
||||||
// status down so Stripe webhooks can no longer change it.
|
// status down so Stripe webhooks can no longer change it.
|
||||||
@@ -100,7 +104,11 @@ export async function handleSubscriptionUpdated(
|
|||||||
logger.info(
|
logger.info(
|
||||||
`Tier change detected for org ${customer.orgId}: ${previousType} -> ${type}`
|
`Tier change detected for org ${customer.orgId}: ${previousType} -> ${type}`
|
||||||
);
|
);
|
||||||
await handleTierChange(customer.orgId, type, previousType ?? undefined);
|
await handleTierChange(
|
||||||
|
customer.orgId,
|
||||||
|
type,
|
||||||
|
previousType ?? undefined
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Upsert subscription items
|
// Upsert subscription items
|
||||||
@@ -113,7 +121,8 @@ export async function handleSubscriptionUpdated(
|
|||||||
|
|
||||||
const itemsToUpsert = fullSubscription.items.data.map((item) => {
|
const itemsToUpsert = fullSubscription.items.data.map((item) => {
|
||||||
// Try to get featureId from price
|
// Try to get featureId from price
|
||||||
let featureId: string | null = getFeatureIdByPriceId(item.price.id) || null;
|
let featureId: string | null =
|
||||||
|
getFeatureIdByPriceId(item.price.id) || null;
|
||||||
|
|
||||||
// If no match, try to preserve existing featureId
|
// If no match, try to preserve existing featureId
|
||||||
if (!featureId) {
|
if (!featureId) {
|
||||||
@@ -302,14 +311,20 @@ export async function handleSubscriptionUpdated(
|
|||||||
logger.info(
|
logger.info(
|
||||||
`Subscription ${subscription.id} for org ${customer.orgId} is ${effectiveStatus}, disabling paid features`
|
`Subscription ${subscription.id} for org ${customer.orgId} is ${effectiveStatus}, disabling paid features`
|
||||||
);
|
);
|
||||||
await handleTierChange(customer.orgId, null, previousType ?? undefined);
|
await handleTierChange(
|
||||||
|
customer.orgId,
|
||||||
|
null,
|
||||||
|
previousType ?? undefined
|
||||||
|
);
|
||||||
}
|
}
|
||||||
} else if (type === "license") {
|
} else if (type === "license") {
|
||||||
if (effectiveStatus === "canceled" || effectiveStatus == "unpaid" || effectiveStatus == "incomplete_expired") {
|
if (
|
||||||
|
effectiveStatus === "canceled" ||
|
||||||
|
effectiveStatus == "unpaid" ||
|
||||||
|
effectiveStatus == "incomplete_expired"
|
||||||
|
) {
|
||||||
try {
|
try {
|
||||||
// WARNING:
|
const invalidateResponse = await fetch(
|
||||||
// this invalidates ALL OF THE ENTERPRISE LICENSES for this orgId
|
|
||||||
await fetch(
|
|
||||||
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/invalidate`,
|
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/invalidate`,
|
||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
@@ -320,16 +335,95 @@ export async function handleSubscriptionUpdated(
|
|||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
orgId: customer.orgId
|
orgId: customer.orgId,
|
||||||
|
licenseKeyId: parseInt(
|
||||||
|
subscription.metadata.licenseKeyId
|
||||||
|
)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (!invalidateResponse.ok) {
|
||||||
|
logger.error(
|
||||||
|
`Fossorial API returned ${invalidateResponse.status} when invalidating license for orgId ${customer.orgId} and subscription ID ${subscription.id}: ${await invalidateResponse.text()}`
|
||||||
|
);
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(
|
logger.error(
|
||||||
`Error notifying Fossorial API of license subscription deletion for orgId ${customer.orgId} and subscription ID ${subscription.id}:`,
|
`Error notifying Fossorial API of license subscription deletion for orgId ${customer.orgId} and subscription ID ${subscription.id}:`,
|
||||||
error
|
error
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
} else if (effectiveStatus === "active" && previousAttributes) {
|
||||||
|
// Detect a successful renewal: the billing period rolled
|
||||||
|
// forward (the invoice was paid and the new period began
|
||||||
|
// right where the previous one ended).
|
||||||
|
const currentItem = fullSubscription.items.data[0];
|
||||||
|
const prevItems = previousAttributes.items?.data;
|
||||||
|
const prevItem = Array.isArray(prevItems)
|
||||||
|
? prevItems.find(
|
||||||
|
(pi: any) => pi.id === currentItem?.id
|
||||||
|
)
|
||||||
|
: undefined;
|
||||||
|
|
||||||
|
const renewed =
|
||||||
|
currentItem &&
|
||||||
|
prevItem?.current_period_end &&
|
||||||
|
currentItem.current_period_start ===
|
||||||
|
prevItem.current_period_end &&
|
||||||
|
currentItem.current_period_start >
|
||||||
|
prevItem.current_period_start;
|
||||||
|
|
||||||
|
if (renewed) {
|
||||||
|
const licenseKeyId =
|
||||||
|
subscription.metadata.licenseKeyId;
|
||||||
|
|
||||||
|
if (!licenseKeyId) {
|
||||||
|
logger.error(
|
||||||
|
`No licenseKeyId in metadata for subscription ${subscription.id}, cannot extend license.`
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
// Grace period of 5 days added on top of the new
|
||||||
|
// billing period end (usually ~1 year out)
|
||||||
|
const expiresAt =
|
||||||
|
currentItem.current_period_end +
|
||||||
|
5 * 24 * 60 * 60;
|
||||||
|
|
||||||
|
try {
|
||||||
|
const extendResponse = await fetch(
|
||||||
|
`${privateConfig.getRawPrivateConfig().server.fossorial_api}/api/v1/license-internal/enterprise/extend`,
|
||||||
|
{
|
||||||
|
method: "POST",
|
||||||
|
headers: {
|
||||||
|
"api-key":
|
||||||
|
privateConfig.getRawPrivateConfig()
|
||||||
|
.server.fossorial_api_key!,
|
||||||
|
"Content-Type": "application/json"
|
||||||
|
},
|
||||||
|
body: JSON.stringify({
|
||||||
|
licenseId: parseInt(licenseKeyId),
|
||||||
|
expiresAt: expiresAt
|
||||||
|
})
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!extendResponse.ok) {
|
||||||
|
logger.error(
|
||||||
|
`Fossorial API returned ${extendResponse.status} when extending license ${licenseKeyId} for subscription ${subscription.id}: ${await extendResponse.text()}`
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
logger.info(
|
||||||
|
`Extended license ${licenseKeyId} for subscription ${subscription.id} to expire at ${expiresAt}.`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
logger.error(
|
||||||
|
`Error notifying Fossorial API of license renewal for subscription ${subscription.id}:`,
|
||||||
|
error
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,6 +96,8 @@ export async function generateNewEnterpriseLicense(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const licenseKeyValue = apiResponse?.data?.licenseKey?.licenseKey;
|
||||||
|
|
||||||
// check if we already have a customer for this org
|
// check if we already have a customer for this org
|
||||||
const [customer] = await db
|
const [customer] = await db
|
||||||
.select()
|
.select()
|
||||||
@@ -129,6 +131,16 @@ export async function generateNewEnterpriseLicense(
|
|||||||
], // Start with the standard feature set that matches the free limits
|
], // Start with the standard feature set that matches the free limits
|
||||||
customer: customer.customerId,
|
customer: customer.customerId,
|
||||||
mode: "subscription",
|
mode: "subscription",
|
||||||
|
subscription_data: {
|
||||||
|
description: licenseKeyValue
|
||||||
|
? `License ${licenseKeyValue}`
|
||||||
|
: `License key ID ${keyId}`,
|
||||||
|
metadata: {
|
||||||
|
licenseKeyId: keyId.toString(),
|
||||||
|
licenseKey: licenseKeyValue ?? "",
|
||||||
|
tier: licenseData.tier
|
||||||
|
}
|
||||||
|
},
|
||||||
allow_promotion_codes: true,
|
allow_promotion_codes: true,
|
||||||
success_url: `${config.getRawConfig().app.dashboard_url}/${orgId}/settings/license?success=true&session_id={CHECKOUT_SESSION_ID}`,
|
success_url: `${config.getRawConfig().app.dashboard_url}/${orgId}/settings/license?success=true&session_id={CHECKOUT_SESSION_ID}`,
|
||||||
cancel_url: `${config.getRawConfig().app.dashboard_url}/${orgId}/settings/license?canceled=true`
|
cancel_url: `${config.getRawConfig().app.dashboard_url}/${orgId}/settings/license?canceled=true`
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import path from "path";
|
|||||||
import semver from "semver";
|
import semver from "semver";
|
||||||
import { versionMigrations } from "../db/sqlite";
|
import { versionMigrations } from "../db/sqlite";
|
||||||
import { __DIRNAME, APP_PATH, APP_VERSION } from "@server/lib/consts";
|
import { __DIRNAME, APP_PATH, APP_VERSION } from "@server/lib/consts";
|
||||||
|
import { formatBackupTimestamp } from "@server/lib/backupFileName";
|
||||||
import { SqliteError } from "better-sqlite3";
|
import { SqliteError } from "better-sqlite3";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import { build } from "@server/build";
|
import { build } from "@server/build";
|
||||||
@@ -121,7 +122,7 @@ function backupDb() {
|
|||||||
// copy the db.sqlite file to backups
|
// copy the db.sqlite file to backups
|
||||||
// add the date to the filename
|
// add the date to the filename
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
const dateString = `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}_${date.getHours()}-${date.getMinutes()}-${date.getSeconds()}`;
|
const dateString = formatBackupTimestamp(date);
|
||||||
const dbPath = path.join(dbDir, "db.sqlite");
|
const dbPath = path.join(dbDir, "db.sqlite");
|
||||||
const backupPath = path.join(backupsDir, `db_${dateString}.sqlite`);
|
const backupPath = path.join(backupsDir, `db_${dateString}.sqlite`);
|
||||||
fs.copyFileSync(dbPath, backupPath);
|
fs.copyFileSync(dbPath, backupPath);
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ import { sql } from "drizzle-orm";
|
|||||||
|
|
||||||
const version = "1.23.0";
|
const version = "1.23.0";
|
||||||
|
|
||||||
await migration();
|
|
||||||
|
|
||||||
export default async function migration() {
|
export default async function migration() {
|
||||||
console.log(`Running setup script ${version}...`);
|
console.log(`Running setup script ${version}...`);
|
||||||
|
|
||||||
@@ -12,11 +10,11 @@ export default async function migration() {
|
|||||||
await db.execute(sql`BEGIN`);
|
await db.execute(sql`BEGIN`);
|
||||||
|
|
||||||
await db.execute(sql`
|
await db.execute(sql`
|
||||||
ALTER TABLE "newt" ADD COLUMN "agent" varchar;
|
ALTER TABLE "newt" ADD COLUMN IF NOT EXISTS "agent" varchar;
|
||||||
`);
|
`);
|
||||||
|
|
||||||
await db.execute(sql`
|
await db.execute(sql`
|
||||||
ALTER TABLE "newt" ADD COLUMN "agentVersion" varchar;
|
ALTER TABLE "newt" ADD COLUMN IF NOT EXISTS "agentVersion" varchar;
|
||||||
`);
|
`);
|
||||||
|
|
||||||
await db.execute(sql`COMMIT`);
|
await db.execute(sql`COMMIT`);
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import {
|
|||||||
users
|
users
|
||||||
} from "../../db/sqlite";
|
} from "../../db/sqlite";
|
||||||
import { APP_PATH, configFilePath1, configFilePath2 } from "@server/lib/consts";
|
import { APP_PATH, configFilePath1, configFilePath2 } from "@server/lib/consts";
|
||||||
|
import { formatBackupTimestamp } from "@server/lib/backupFileName";
|
||||||
import { eq, sql } from "drizzle-orm";
|
import { eq, sql } from "drizzle-orm";
|
||||||
import fs from "fs";
|
import fs from "fs";
|
||||||
import * as yaml from "js-yaml";
|
import * as yaml from "js-yaml";
|
||||||
@@ -34,7 +35,7 @@ export default async function migration() {
|
|||||||
// copy the db.sqlite file to backups
|
// copy the db.sqlite file to backups
|
||||||
// add the date to the filename
|
// add the date to the filename
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
const dateString = `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}_${date.getHours()}-${date.getMinutes()}-${date.getSeconds()}`;
|
const dateString = formatBackupTimestamp(date);
|
||||||
const dbPath = path.join(dbDir, "db.sqlite");
|
const dbPath = path.join(dbDir, "db.sqlite");
|
||||||
const backupPath = path.join(backupsDir, `db_${dateString}.sqlite`);
|
const backupPath = path.join(backupsDir, `db_${dateString}.sqlite`);
|
||||||
fs.copyFileSync(dbPath, backupPath);
|
fs.copyFileSync(dbPath, backupPath);
|
||||||
|
|||||||
@@ -16,13 +16,13 @@ export default async function migration() {
|
|||||||
db.transaction(() => {
|
db.transaction(() => {
|
||||||
db.prepare(
|
db.prepare(
|
||||||
`
|
`
|
||||||
ALTER TABLE 'newt' ADD 'agent' text;
|
ALTER TABLE 'newt' ADD COLUMN 'agent' text;
|
||||||
`
|
`
|
||||||
).run();
|
).run();
|
||||||
|
|
||||||
db.prepare(
|
db.prepare(
|
||||||
`
|
`
|
||||||
ALTER TABLE 'newt' ADD 'agentVersion' text;
|
ALTER TABLE 'newt' ADD COLUMN 'agentVersion' text;
|
||||||
`
|
`
|
||||||
).run();
|
).run();
|
||||||
})();
|
})();
|
||||||
|
|||||||
@@ -749,12 +749,6 @@ export default function BillingPage() {
|
|||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Get license key count
|
|
||||||
const getLicenseKeyCount = (): number => {
|
|
||||||
if (!licenseSubscription?.items) return 0;
|
|
||||||
return licenseSubscription.items.length;
|
|
||||||
};
|
|
||||||
|
|
||||||
// Check if downgrading to a tier would violate current usage limits
|
// Check if downgrading to a tier would violate current usage limits
|
||||||
const checkLimitViolations = (
|
const checkLimitViolations = (
|
||||||
targetTier: Tier | "basic"
|
targetTier: Tier | "basic"
|
||||||
@@ -1545,7 +1539,7 @@ export default function BillingPage() {
|
|||||||
</SettingsSection>
|
</SettingsSection>
|
||||||
|
|
||||||
{/* Paid License Keys Section */}
|
{/* Paid License Keys Section */}
|
||||||
{(licenseSubscription || getLicenseKeyCount() > 0) && (
|
{licenseSubscription && (
|
||||||
<SettingsSection>
|
<SettingsSection>
|
||||||
<SettingsSectionHeader>
|
<SettingsSectionHeader>
|
||||||
<SettingsSectionTitle>
|
<SettingsSectionTitle>
|
||||||
@@ -1561,22 +1555,6 @@ export default function BillingPage() {
|
|||||||
<SettingsFormGrid>
|
<SettingsFormGrid>
|
||||||
<SettingsFormCell span="full">
|
<SettingsFormCell span="full">
|
||||||
<div className="flex flex-col md:flex-row items-start md:items-center justify-between gap-4 border rounded-lg p-4">
|
<div className="flex flex-col md:flex-row items-start md:items-center justify-between gap-4 border rounded-lg p-4">
|
||||||
<div>
|
|
||||||
<div className="text-sm text-muted-foreground mb-1">
|
|
||||||
{t("billingCurrentKeys") ||
|
|
||||||
"Current Keys"}
|
|
||||||
</div>
|
|
||||||
<div className="flex items-baseline gap-2">
|
|
||||||
<span className="text-3xl font-semibold">
|
|
||||||
{getLicenseKeyCount()}
|
|
||||||
</span>
|
|
||||||
<span className="text-lg">
|
|
||||||
{getLicenseKeyCount() === 1
|
|
||||||
? "key"
|
|
||||||
: "keys"}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
onClick={handleModifySubscription}
|
onClick={handleModifySubscription}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import GenerateLicenseKeysTable from "@app/components/GenerateLicenseKeysTable";
|
import GenerateLicenseKeysTable from "@app/components/GenerateLicenseKeysTable";
|
||||||
|
import LicenseBillingBanner from "@app/components/LicenseBillingBanner";
|
||||||
import { internal } from "@app/lib/api";
|
import { internal } from "@app/lib/api";
|
||||||
import { authCookieHeader } from "@app/lib/api/cookies";
|
import { authCookieHeader } from "@app/lib/api/cookies";
|
||||||
import { ListGeneratedLicenseKeysResponse } from "@server/routers/generatedLicense/types";
|
import { ListGeneratedLicenseKeysResponse } from "@server/routers/generatedLicense/types";
|
||||||
@@ -26,5 +27,16 @@ export default async function Page({ params }: Props) {
|
|||||||
licenseKeys = data.data.data;
|
licenseKeys = data.data.data;
|
||||||
} catch {}
|
} catch {}
|
||||||
|
|
||||||
return <GenerateLicenseKeysTable licenseKeys={licenseKeys} orgId={orgId} />;
|
const hasNonPersonalLicenseKey = licenseKeys.some(
|
||||||
|
(key) => key.tier !== "personal"
|
||||||
|
);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
{hasNonPersonalLicenseKey && (
|
||||||
|
<LicenseBillingBanner orgId={orgId} />
|
||||||
|
)}
|
||||||
|
<GenerateLicenseKeysTable licenseKeys={licenseKeys} orgId={orgId} />
|
||||||
|
</>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -76,11 +76,13 @@ export default function PrivateResourceInferencePage() {
|
|||||||
})
|
})
|
||||||
),
|
),
|
||||||
httpConfigSubdomain: z.string().nullish(),
|
httpConfigSubdomain: z.string().nullish(),
|
||||||
httpConfigDomainId: z.string().nullish(),
|
httpConfigDomainId: z
|
||||||
|
.string()
|
||||||
|
.min(1, { message: t("domainRequired") }),
|
||||||
httpConfigFullDomain: z.string().nullish(),
|
httpConfigFullDomain: z.string().nullish(),
|
||||||
ssl: z.boolean().optional()
|
ssl: z.boolean().optional()
|
||||||
}),
|
}),
|
||||||
[]
|
[t]
|
||||||
);
|
);
|
||||||
type FormValues = z.infer<typeof formSchema>;
|
type FormValues = z.infer<typeof formSchema>;
|
||||||
|
|
||||||
@@ -103,7 +105,7 @@ export default function PrivateResourceInferencePage() {
|
|||||||
defaultValues: {
|
defaultValues: {
|
||||||
providers: [],
|
providers: [],
|
||||||
httpConfigSubdomain: siteResource.subdomain ?? null,
|
httpConfigSubdomain: siteResource.subdomain ?? null,
|
||||||
httpConfigDomainId: siteResource.domainId ?? null,
|
httpConfigDomainId: siteResource.domainId ?? "",
|
||||||
httpConfigFullDomain: siteResource.fullDomain ?? null,
|
httpConfigFullDomain: siteResource.fullDomain ?? null,
|
||||||
ssl: siteResource.ssl ?? false
|
ssl: siteResource.ssl ?? false
|
||||||
}
|
}
|
||||||
@@ -289,50 +291,74 @@ export default function PrivateResourceInferencePage() {
|
|||||||
</SettingsSubsectionHeader>
|
</SettingsSubsectionHeader>
|
||||||
</SettingsFormCell>
|
</SettingsFormCell>
|
||||||
<SettingsFormCell span="full">
|
<SettingsFormCell span="full">
|
||||||
<DomainPicker
|
<FormField
|
||||||
key={`inference-domain-${siteResource.id}`}
|
control={form.control}
|
||||||
orgId={siteResource.orgId}
|
name="httpConfigDomainId"
|
||||||
cols={2}
|
render={() => (
|
||||||
hideFreeDomain
|
<FormItem>
|
||||||
defaultSubdomain={
|
<DomainPicker
|
||||||
httpConfigSubdomain ?? undefined
|
key={`inference-domain-${siteResource.id}`}
|
||||||
}
|
orgId={
|
||||||
defaultDomainId={
|
siteResource.orgId
|
||||||
httpConfigDomainId ?? undefined
|
}
|
||||||
}
|
cols={2}
|
||||||
defaultFullDomain={
|
hideFreeDomain
|
||||||
httpConfigFullDomain ??
|
defaultSubdomain={
|
||||||
undefined
|
httpConfigSubdomain ??
|
||||||
}
|
undefined
|
||||||
onDomainChange={(res) => {
|
}
|
||||||
if (res === null) {
|
defaultDomainId={
|
||||||
form.setValue(
|
httpConfigDomainId ??
|
||||||
"httpConfigSubdomain",
|
undefined
|
||||||
null
|
}
|
||||||
);
|
defaultFullDomain={
|
||||||
form.setValue(
|
httpConfigFullDomain ??
|
||||||
"httpConfigDomainId",
|
undefined
|
||||||
null
|
}
|
||||||
);
|
onDomainChange={(
|
||||||
form.setValue(
|
res
|
||||||
"httpConfigFullDomain",
|
) => {
|
||||||
null
|
if (res === null) {
|
||||||
);
|
form.setValue(
|
||||||
return;
|
"httpConfigSubdomain",
|
||||||
}
|
null
|
||||||
form.setValue(
|
);
|
||||||
"httpConfigSubdomain",
|
form.setValue(
|
||||||
res.subdomain ?? null
|
"httpConfigDomainId",
|
||||||
);
|
"",
|
||||||
form.setValue(
|
{
|
||||||
"httpConfigDomainId",
|
shouldValidate:
|
||||||
res.domainId
|
true
|
||||||
);
|
}
|
||||||
form.setValue(
|
);
|
||||||
"httpConfigFullDomain",
|
form.setValue(
|
||||||
res.fullDomain
|
"httpConfigFullDomain",
|
||||||
);
|
null
|
||||||
}}
|
);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
form.setValue(
|
||||||
|
"httpConfigSubdomain",
|
||||||
|
res.subdomain ??
|
||||||
|
null
|
||||||
|
);
|
||||||
|
form.setValue(
|
||||||
|
"httpConfigDomainId",
|
||||||
|
res.domainId,
|
||||||
|
{
|
||||||
|
shouldValidate:
|
||||||
|
true
|
||||||
|
}
|
||||||
|
);
|
||||||
|
form.setValue(
|
||||||
|
"httpConfigFullDomain",
|
||||||
|
res.fullDomain
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
<FormMessage />
|
||||||
|
</FormItem>
|
||||||
|
)}
|
||||||
/>
|
/>
|
||||||
</SettingsFormCell>
|
</SettingsFormCell>
|
||||||
<SettingsFormCell span="half">
|
<SettingsFormCell span="half">
|
||||||
|
|||||||
@@ -139,6 +139,22 @@ export default function GeneralForm() {
|
|||||||
: "Port number should not be set for HTTP resources",
|
: "Port number should not be set for HTTP resources",
|
||||||
path: ["proxyPort"]
|
path: ["proxyPort"]
|
||||||
}
|
}
|
||||||
|
)
|
||||||
|
.refine(
|
||||||
|
(data) => {
|
||||||
|
if (
|
||||||
|
["http", "ssh", "rdp", "vnc", "inference"].includes(
|
||||||
|
resource.mode
|
||||||
|
)
|
||||||
|
) {
|
||||||
|
return !!data.domainId;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
message: t("domainRequired"),
|
||||||
|
path: ["domainId"]
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
type GeneralFormValues = z.infer<typeof GeneralFormSchema>;
|
type GeneralFormValues = z.infer<typeof GeneralFormSchema>;
|
||||||
@@ -434,63 +450,87 @@ export default function GeneralForm() {
|
|||||||
resource.mode
|
resource.mode
|
||||||
) && (
|
) && (
|
||||||
<SettingsFormCell span="full">
|
<SettingsFormCell span="full">
|
||||||
<div id="resource-domain-picker">
|
<FormField
|
||||||
<DomainPicker
|
control={form.control}
|
||||||
allowWildcard={
|
name="domainId"
|
||||||
resource.mode !==
|
render={() => (
|
||||||
"inference"
|
<FormItem>
|
||||||
}
|
<div id="resource-domain-picker">
|
||||||
key={
|
<DomainPicker
|
||||||
resource.resourceId
|
allowWildcard={
|
||||||
}
|
resource.mode !==
|
||||||
orgId={orgId as string}
|
"inference"
|
||||||
cols={2}
|
}
|
||||||
defaultSubdomain={
|
key={
|
||||||
form.watch(
|
resource.resourceId
|
||||||
"subdomain"
|
}
|
||||||
) ?? undefined
|
orgId={
|
||||||
}
|
orgId as string
|
||||||
defaultDomainId={
|
}
|
||||||
form.watch(
|
cols={2}
|
||||||
"domainId"
|
defaultSubdomain={
|
||||||
) ?? undefined
|
form.watch(
|
||||||
}
|
"subdomain"
|
||||||
defaultFullDomain={
|
) ??
|
||||||
resourceFullDomainName ||
|
undefined
|
||||||
undefined
|
}
|
||||||
}
|
defaultDomainId={
|
||||||
onDomainChange={(
|
form.watch(
|
||||||
res
|
"domainId"
|
||||||
) => {
|
) ??
|
||||||
if (res === null) {
|
undefined
|
||||||
form.setValue(
|
}
|
||||||
"domainId",
|
defaultFullDomain={
|
||||||
undefined
|
resourceFullDomainName ||
|
||||||
);
|
undefined
|
||||||
form.setValue(
|
}
|
||||||
"subdomain",
|
onDomainChange={(
|
||||||
undefined
|
res
|
||||||
);
|
) => {
|
||||||
setResourceFullDomain(
|
if (
|
||||||
`${resource.ssl ? "https" : "http"}://`
|
res ===
|
||||||
);
|
null
|
||||||
return;
|
) {
|
||||||
}
|
form.setValue(
|
||||||
form.setValue(
|
"domainId",
|
||||||
"domainId",
|
undefined,
|
||||||
res.domainId
|
{
|
||||||
);
|
shouldValidate:
|
||||||
form.setValue(
|
true
|
||||||
"subdomain",
|
}
|
||||||
res.subdomain ??
|
);
|
||||||
undefined
|
form.setValue(
|
||||||
);
|
"subdomain",
|
||||||
setResourceFullDomain(
|
undefined
|
||||||
`${resource.ssl ? "https" : "http"}://${toUnicode(res.fullDomain)}`
|
);
|
||||||
);
|
setResourceFullDomain(
|
||||||
}}
|
`${resource.ssl ? "https" : "http"}://`
|
||||||
/>
|
);
|
||||||
</div>
|
return;
|
||||||
|
}
|
||||||
|
form.setValue(
|
||||||
|
"domainId",
|
||||||
|
res.domainId,
|
||||||
|
{
|
||||||
|
shouldValidate:
|
||||||
|
true
|
||||||
|
}
|
||||||
|
);
|
||||||
|
form.setValue(
|
||||||
|
"subdomain",
|
||||||
|
res.subdomain ??
|
||||||
|
undefined
|
||||||
|
);
|
||||||
|
setResourceFullDomain(
|
||||||
|
`${resource.ssl ? "https" : "http"}://${toUnicode(res.fullDomain)}`
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<FormMessage />
|
||||||
|
</FormItem>
|
||||||
|
)}
|
||||||
|
/>
|
||||||
</SettingsFormCell>
|
</SettingsFormCell>
|
||||||
)}
|
)}
|
||||||
{!["tcp", "udp", "inference"].includes(
|
{!["tcp", "udp", "inference"].includes(
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { Globe, CreditCard, ArrowRight } from "lucide-react";
|
||||||
|
import { useTranslations } from "next-intl";
|
||||||
|
import Link from "next/link";
|
||||||
|
import { Button } from "@app/components/ui/button";
|
||||||
|
import DismissableBanner from "./DismissableBanner";
|
||||||
|
|
||||||
|
type LicenseBillingBannerProps = {
|
||||||
|
orgId: string;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const LicenseBillingBanner = ({ orgId }: LicenseBillingBannerProps) => {
|
||||||
|
const t = useTranslations();
|
||||||
|
|
||||||
|
return (
|
||||||
|
<DismissableBanner
|
||||||
|
storageKey="license-billing-banner-dismissed"
|
||||||
|
version={1}
|
||||||
|
title={t("licenseBillingBannerTitle")}
|
||||||
|
titleIcon={<Globe className="w-5 h-5 text-primary" />}
|
||||||
|
description={t("licenseBillingBannerDescription")}
|
||||||
|
>
|
||||||
|
<Link href={`/${orgId}/settings/billing`}>
|
||||||
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
size="sm"
|
||||||
|
className="gap-2 hover:bg-primary/10 hover:border-primary/50 transition-colors"
|
||||||
|
>
|
||||||
|
<CreditCard className="w-4 h-4" />
|
||||||
|
{t("licenseBillingBannerButton")}
|
||||||
|
<ArrowRight className="w-4 h-4" />
|
||||||
|
</Button>
|
||||||
|
</Link>
|
||||||
|
</DismissableBanner>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default LicenseBillingBanner;
|
||||||
@@ -330,7 +330,7 @@ export default function NewPricingLicenseForm({
|
|||||||
cols={2}
|
cols={2}
|
||||||
/>
|
/>
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/pricing"
|
href="https://pangolin.net/pricing#Self-Hosted"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-sm text-primary hover:underline"
|
className="text-sm text-primary hover:underline"
|
||||||
|
|||||||
@@ -63,6 +63,12 @@ export default function SiteInfoCard({}: SiteInfoCardProps) {
|
|||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
if (site.type === "newt") {
|
if (site.type === "newt") {
|
||||||
|
// agent and agentVersion were added after newtVersion, so a
|
||||||
|
// site still running an older Newt reports only newtVersion.
|
||||||
|
// Without these fallbacks the badge renders with no label and
|
||||||
|
// no version at all.
|
||||||
|
const agentLabel = site.agent == "cli" ? "Pangolin CLI" : "Newt";
|
||||||
|
const agentVersion = site.agentVersion ?? site.newtVersion;
|
||||||
return (
|
return (
|
||||||
<Alert>
|
<Alert>
|
||||||
<AlertDescription>
|
<AlertDescription>
|
||||||
@@ -79,13 +85,12 @@ export default function SiteInfoCard({}: SiteInfoCardProps) {
|
|||||||
<InfoSection>
|
<InfoSection>
|
||||||
<InfoSectionTitle>{t("agent")}</InfoSectionTitle>
|
<InfoSectionTitle>{t("agent")}</InfoSectionTitle>
|
||||||
<InfoSectionContent>
|
<InfoSectionContent>
|
||||||
{site.agent == "newt" ? "Newt" : null}
|
<div className="flex items-center space-x-1">
|
||||||
{site.agent == "cli"
|
<span>{agentLabel}</span>
|
||||||
? "Pangolin CLI"
|
{agentVersion && (
|
||||||
: null}{" "}
|
<span>v{agentVersion}</span>
|
||||||
{site.agentVersion
|
)}
|
||||||
? `v${site.agentVersion}`
|
</div>
|
||||||
: "-"}
|
|
||||||
</InfoSectionContent>
|
</InfoSectionContent>
|
||||||
</InfoSection>
|
</InfoSection>
|
||||||
{endpointSection}
|
{endpointSection}
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ export default function SitesTable({
|
|||||||
accessorKey: "type",
|
accessorKey: "type",
|
||||||
friendlyName: t("agent"),
|
friendlyName: t("agent"),
|
||||||
header: () => {
|
header: () => {
|
||||||
return <span className="p-3">{t("type")}</span>;
|
return <span className="p-3">{t("agent")}</span>;
|
||||||
},
|
},
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const originalRow = row.original;
|
const originalRow = row.original;
|
||||||
@@ -386,25 +386,27 @@ export default function SitesTable({
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (originalRow.type === "newt") {
|
if (originalRow.type === "newt") {
|
||||||
if (!originalRow.agent) {
|
if (!originalRow.agent && !originalRow.newtVersion) {
|
||||||
|
// it has not checked in yet
|
||||||
return <span>-</span>;
|
return <span>-</span>;
|
||||||
}
|
}
|
||||||
|
// agent and agentVersion were added after newtVersion, so a
|
||||||
|
// site still running an older Newt reports only newtVersion.
|
||||||
|
// Without these fallbacks the badge renders with no label and
|
||||||
|
// no version at all.
|
||||||
|
const agentLabel =
|
||||||
|
originalRow.agent == "cli"
|
||||||
|
? "Pangolin CLI"
|
||||||
|
: "Newt";
|
||||||
|
const agentVersion =
|
||||||
|
originalRow.agentVersion ?? originalRow.newtVersion;
|
||||||
return (
|
return (
|
||||||
<div className="flex items-center space-x-1">
|
<div className="flex items-center space-x-1">
|
||||||
<Badge variant="secondary">
|
<Badge variant="secondary">
|
||||||
<div className="flex items-center space-x-1">
|
<div className="flex items-center space-x-1">
|
||||||
<span>
|
<span>{agentLabel}</span>
|
||||||
{originalRow.agent == "newt"
|
{agentVersion && (
|
||||||
? "Newt"
|
<span>v{agentVersion}</span>
|
||||||
: null}
|
|
||||||
{originalRow.agent == "cli"
|
|
||||||
? "Pangolin CLI"
|
|
||||||
: null}
|
|
||||||
</span>
|
|
||||||
{originalRow.agentVersion && (
|
|
||||||
<span>
|
|
||||||
v{originalRow.agentVersion}
|
|
||||||
</span>
|
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</Badge>
|
</Badge>
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ Type=simple
|
|||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
EnvironmentFile=/etc/pangolin/pangolin-site.env
|
EnvironmentFile=/etc/pangolin/pangolin-site.env
|
||||||
ExecStart=/home/owen/fossorial/cli/bin/pangolin up site
|
ExecStart=/usr/local/bin/pangolin up site
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
UMask=0077
|
UMask=0077
|
||||||
|
|||||||
@@ -523,6 +523,13 @@ export function createCreateFormSchema(t: TranslateFn) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (data.mode === "inference" && !data.httpConfigDomainId) {
|
||||||
|
ctx.addIssue({
|
||||||
|
code: z.ZodIssueCode.custom,
|
||||||
|
message: t("domainRequired"),
|
||||||
|
path: ["httpConfigDomainId"]
|
||||||
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user